Top "Ghci" questions

GHCi is the interactive environment (REPL) for the Glasgow Haskell Compiler.

Any way to print out a type of a variable in a do / while / let block?

Is there any way to print out the inferred type of a nested variable in ghci? Consider the code, let …

haskell ghci
How can I set my GHCi prompt to a lambda character on Windows?

I want to have a lambda (λ) symbol as my prompt in GHCi (7.8) on Windows 7, so I set up my .ghci …

windows haskell unicode ghc ghci
Differences Between Hugs, Yhc and GHCi

There are differences between Hugs, Yhc and GHCi? If there are differences, What are they?

haskell comparison interpreter ghci hugs
How to make a Haskell cabal project with library+executables that still run with runhaskell/ghci?

If you declare a library + executable sections in a cabal file while avoiding double compilation of the library by putting …

haskell cabal ghci runhaskell