Skip to content

chuan-khuna/learning-haskell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to run Haskell in interactive mode

ghci
  • Use :l filename.hs or :load to load a hashkell file
  • Use :r or :reload to reload the file

Haskell with Jupyter

https://github.com/IHaskell/IHaskell

stack exec jupyter -- notebook
conda activate && stack exec jupyter -- lab

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published