1{-# LANGUAGE TemplateHaskell #-}
2import TupleN
3
4tuple3 x = $(tuple 3) x
5
6normal_fn x = tuple3 x
7