Skip to content

Instantly share code, notes, and snippets.

@juhp
Last active October 5, 2015 16:44
Show Gist options
  • Save juhp/7e6519e20ccda1bce938 to your computer and use it in GitHub Desktop.
Save juhp/7e6519e20ccda1bce938 to your computer and use it in GitHub Desktop.
start turtle interactive shell
#!/bin/sh
ghci -ghci-script turtle.ghci -package turtle -package foldl
:set prompt "Turtle> "
:set -XOverloadedStrings
import Turtle
import qualified Control.Foldl as Fold
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment