module Test primitive type Word = "u64" /* This is a number! */ one :: Word one = 1 id :: a -> a id x = x seq :: a -> a -> a seq x y = y