diff options
| author | Shivesh Mandalia <mail@shivesh.org> | 2023-01-22 21:57:27 +0000 |
|---|---|---|
| committer | Shivesh Mandalia <mail@shivesh.org> | 2023-01-22 21:57:27 +0000 |
| commit | 21c330dcd6f9b873a37e04487a24ac21606c3aee (patch) | |
| tree | 25720c1336646ee850389ee92171a249d42ddfd5 /.ghci | |
| parent | 5bcfb4a05124116d374c5b6696f52599de2f47f1 (diff) | |
| download | AOC_2022_haskell-21c330dcd6f9b873a37e04487a24ac21606c3aee.tar.gz AOC_2022_haskell-21c330dcd6f9b873a37e04487a24ac21606c3aee.zip | |
complete day 4
Diffstat (limited to '.ghci')
| -rw-r--r-- | .ghci | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -0,0 +1,19 @@ +:set -Wno-missing-local-signatures +:set -Wno-type-defaults +:set -Wno-missing-import-lists + +:set -XNoImplicitPrelude +:set -XOverloadedStrings +:set -XStandaloneKindSignatures +:set -XTypeApplications +import Relude + +:set prompt "\ESC[1;32mλ> \ESC[m" + +:def hlint const . return $ ":! hlint \"src\"" +:def hoogle \s -> return $ ":! hoogle --count=15 \"" ++ s ++ "\"" + +:set -ferror-spans -freverse-errors -fprint-expanded-synonyms + +:set +m +:set +t |
