ghci
- Use
:l filename.hs
or:load
to load a hashkell file - Use
:r
or:reload
to reload the file
https://github.com/IHaskell/IHaskell
stack exec jupyter -- notebook
conda activate && stack exec jupyter -- lab
ghci
:l filename.hs
or :load
to load a hashkell file:r
or :reload
to reload the filehttps://github.com/IHaskell/IHaskell
stack exec jupyter -- notebook
conda activate && stack exec jupyter -- lab