Hacker News new | ask | show | jobs
by sethg 5953 days ago
You can at least do this:

  > let x = 10 ; y = 5 ; in x + y
   => 15
   :: (Num t) => t