Skip to content

Commit

Permalink
add ghci commands
Browse files Browse the repository at this point in the history
  • Loading branch information
tonymorris committed Jun 9, 2012
1 parent 14df38e commit c5005cb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .ghci
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
:set -isrc
:l src/M.hs
:m + Test.QuickCheck
:l M
:m + M
:set prompt ">> "
:set -Wall
:def hlint const . return $ ":! hlint \"src\""
:def hoogle \s -> return $ ":! hoogle --count=15 \"" ++ s ++ "\""
:def pl \s -> return $ ":! pointfree \"" ++ s ++ "\""

0 comments on commit c5005cb

Please sign in to comment.