mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
ref: ghci
This commit is contained in:
parent
dafc2b11dc
commit
dadce4af44
2 changed files with 6 additions and 1 deletions
6
.ghc/ghci.conf
Normal file
6
.ghc/ghci.conf
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
:set prompt ": "
|
||||
|
||||
:set -ferror-spans -freverse-errors -fprint-expanded-synonyms
|
||||
|
||||
:def hlint const . return $ ":! hlint \"src\""
|
||||
:def hoogle \s -> return $ ":! hoogle --count=15 \"" ++ s ++ "\""
|
||||
Loading…
Add table
Add a link
Reference in a new issue