IT練習ノート

IT関連で調べたこと(実際は嵌ったこと)を書いています。

2018-03-22から1日間の記事一覧

stackでghciを使った時の履歴の場所

履歴はghci間で共有されているようです。 ghciに入りなにか入力する。 $ ghci GHCi, version 8.0.1: http://www.haskell.org/ghc/ :? for help Prelude> xxxxxxx <interactive>:1:1: error: Variable not in scope: xxxxxxx Prelude> :q Leaving GHCi. stack ghciを起動し</interactive>…