该仓库已于 2022-12-11 归档。您可以查看文件或克隆它,但不能推送、创建工单或合并请求。
dot-files/.ghci

12 行
257 B
Plaintext

-- Setup prompt
:set prompt "ghci> "
-- Setup use of hoogle through ghci
:def hoogle \str -> return $ ":! hoogle --count=15 \"" ++ str ++ "\""
-- Enable almost all warnings by default
:set -Wall
-- Enable multi-line mode; shortform for -{ ... }-
:set +m