25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

634 B

Haskell Configuration

Haskell setup.

~/.ghci

Ghci setup, mostly just cosmetics.

:l ~/.ghc.hs
:set prompt "λ "
:set +t

~/.ghc.hs

What to automatically have loaded into ghci sessions.

import Control.Applicative
import Control.Monad
import Data.Monoid
import Data.Maybe
import Data.List
import Data.Bool
import qualified Data.Set as S
import qualified Data.Map as M