You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
import Control.Applicative
|
|
import Control.Monad
|
|
|
|
import Data.String
|
|
import Data.Char
|
|
import Data.List
|
|
import Data.Monoid
|
|
import Control.Monad.IO.Class
|
|
|
|
:set prompt "λ: "
|
|
:set -fno-warn-unused-imports
|
|
|
|
:def hoogle \s -> return $ ":! hoogle --count=15 \"" ++ s ++ "\""
|