1 2 3 4 5 6
import Control.Exception import GHC.Compact data HiddenFunction = HiddenFunction (Int -> Int) main = compact (HiddenFunction (+1))