furuhama / haskell-sandbox

Play with Haskell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

haskell-sandbox

Play with Haskell

use stack runghc when you want to build & run a single .hs file

use stack run when you want to run Main.hs with Modules

use stack ghci when you want to init ghci with stack (and you should load source file in repr, by using :l <source path> command to use it)

References

About

Play with Haskell

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 100.0%