Suppose one has a turtle script, but doesn't want to run it. Is there a way to launch a stack ghci environment with all of the functions loaded from the script?
Asked
Active
Viewed 59 times
0
-
2What about that script makes just `:load`ing into a normal GHCi session impossible? – leftaroundabout May 16 '17 at 10:15
-
@leftaroundabout: Nothing -- this is the solution. – George May 16 '17 at 21:43