.ghci files for easy ghci launch
This commit is contained in:
parent
13bf8e0888
commit
73c5cce879
@ -1,3 +1,3 @@
|
||||
:set stop :list
|
||||
:set prompt "\ESC[1;34m%s \ESC[0;35mλ>\ESC[m "
|
||||
:load Push GP
|
||||
:load Main
|
||||
|
@ -1,6 +1,3 @@
|
||||
module Main where
|
||||
|
||||
import Control.Exception (assert)
|
||||
import GP
|
||||
import Push
|
||||
|
||||
|
@ -1,8 +1,9 @@
|
||||
module Push where
|
||||
|
||||
-- import Debug.Trace (trace, traceStack)
|
||||
import qualified Data.Map as Map
|
||||
|
||||
-- import Debug.Trace (trace, traceStack)
|
||||
|
||||
-- The exec stack must store heterogenous types,
|
||||
-- and we must be able to detect that type at runtime.
|
||||
-- One solution is for the exec stack to be a list of [Gene].
|
||||
|
@ -1,5 +1,6 @@
|
||||
import Control.Exception (assert)
|
||||
import qualified Data.Map as Map
|
||||
import GP
|
||||
import Push
|
||||
import Test.Hspec
|
||||
import Test.Hspec.QuickCheck
|
||||
|
Loading…
x
Reference in New Issue
Block a user