Francisco Gutierrez

Threads by Francisco Gutierrez

How do I see my application specific code in ghci?
when I run ghci in nix-shell I can see all the IHP.Prelude code but I can't see any of the code in my current application. How do I interact with my own code in ghci? Trying things in a repl is one of the main reasons why I like Haskellā€¦
Add Response
how do you run ghci in the IHP context?
I am trying to run ghci on my terminal but it can't see the libraries, what is the syntax to run ghci? Here is the output I get from just running ghci: ghci GHCi, version 8.10.1: https://www.haskell.org/ghc/ :? for help Loaded packageā€¦
Add Response