소스 검색

haskell.org: Get rid of ~/.ghc.hs

It... is not the best idea between haskell versions.
master
Mitch Tishmack 8 년 전
부모
커밋
3693e32766
1개의 변경된 파일0개의 추가작업 그리고 15개의 파일을 삭제
  1. +0
    -15
      haskell.org

+ 0
- 15
haskell.org 파일 보기

@@ -19,18 +19,3 @@ Ghci setup, mostly just cosmetics.
:set prompt "λ "
:set +t
#+END_SRC

* ~/.ghc.hs

What to automatically have loaded into ghci sessions.

#+BEGIN_SRC haskell :tangle tmp/.ghc.hs
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
#+END_SRC

불러오는 중...
취소
저장