Delete .ghci config
Temporarily remove the GHCI config, since it's most just spamming my logs at the moment.
This commit is contained in:
parent
a86c2ddece
commit
2211d65557
1 changed files with 0 additions and 32 deletions
|
@ -1,32 +0,0 @@
|
|||
-- Useful Typeclasses
|
||||
import Control.Applicative
|
||||
import Data.Monoid
|
||||
|
||||
-- Data Structures
|
||||
import qualified Data.Map.Internal as Map
|
||||
|
||||
-- Lenses
|
||||
import Control.Lens
|
||||
import qualified Control.Lens as Lens
|
||||
import qualified Control.Lens.Traversal as Lens
|
||||
|
||||
-- Friendly prompt
|
||||
:set prompt "\ESC[34mλ> \ESC[m"
|
||||
|
||||
-- GHCi on Acid
|
||||
:m - Prelude
|
||||
:m + GOA
|
||||
setLambdabotHome "/Users/wpcarro/Haskell/bin"
|
||||
:def bs lambdabot "botsnack"
|
||||
:def pl lambdabot "pl"
|
||||
:def unpl lambdabot "unpl"
|
||||
:def redo lambdabot "redo"
|
||||
:def undo lambdabot "undo"
|
||||
:def index lambdabot "index"
|
||||
:def docs lambdabot "docs"
|
||||
:def instances lambdabot "instances"
|
||||
:def hoogle lambdabot "hoogle"
|
||||
:def source lambdabot "fptools"
|
||||
:def where lambdabot "where"
|
||||
:def version lambdabot "version"
|
||||
:def src lambdabot "src"
|
Loading…
Reference in a new issue