[project @ 1998-08-08 19:27:16 by sof]
[ghc-hetmet.git] / ghc / tests / specialise / spec003 / Main.hs
1 -- Generation of BigTuples ... 
2
3 module Main where
4
5 import PreludeNum
6
7 main = putStr (show values)
8
9 values = (I# f1, I# f2, I# f3)
10