Haskell-mode メモ

設定とかに関してはここが素晴らしすぎた。ghciの設定に関しては特にそこに書かれていることをしなくても普通に使えた。そして、GHCインスコした後特に何もしてないけど普通にMeadowの中でさくさく動いてる。

GHC関連
C-c C-s  GHC起動
C-c C-l  ファイルをロード
C-c C-r  〃リロード
C-c C-b  *ghci*バッファを表示(C-x oの代わりに使えて便利かも)
ヘルプに乗ってる奴
Other special keys are:
    C-c C-=
      inserts an =
    C-c C-|
      inserts an |
    C-c C-o
      inserts an | otherwise =
these functions also align the guards and rhs of the current definition
    C-c C-w
      inserts a where keyword
    C-c C-.
      aligns the guards and rhs of the region
    C-c C->
      makes the region a piece of literate code in a literate script

他にも色々便利機能があるみたいなので見つかり次第追加。