Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 158 Bytes

File metadata and controls

18 lines (15 loc) · 158 Bytes

first time setup

cabal update
cabal sandbox init
cabal install

coding

cabal exec ghci
:load kata.hs
:main
(edit code)
:reload
:main