Skip to content

Instantly share code, notes, and snippets.

@juhp
Last active October 5, 2015 16:44
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