Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@osa1
Last active December 20, 2015 21:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save osa1/6201852 to your computer and use it in GitHub Desktop.
Save osa1/6201852 to your computer and use it in GitHub Desktop.
➜ ghc git:(ticket3452) ✗ ../inplace/bin/ghc-stage2 --interactive
GHCi, version 7.7.20130806: http://www.haskell.org/ghc/ :? for help
Loading package ghc-prim ... linking ... done.
Loading package integer-gmp ... linking ... done.
Loading package base ... linking ... done.
ghci> :set +t
ghci> 1
1
it :: Num a => a
ghci> id
it :: a -> a
ghci> :unset +t
ghci> 1
1
ghci> id
it :: a -> a
ghci>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment