1 2 3 4 5 6 7
{-# LANGUAGE MagicHash #-} -- tests that expFloat# works (had linking problems on Windows) import GHC.Exts main = do print (F# (expFloat# 3.45#))