Page not found

Did you know:

If you enter the command :set +t into GHCi, then it will show the type of each expression it evaluates.

λ> :set +t

λ> 1+2
3
it :: Num a => a