Skip to content

Instantly share code, notes, and snippets.

@henrik-ch
Created April 20, 2012 14:17
Show Gist options
  • Save henrik-ch/2429013 to your computer and use it in GitHub Desktop.
Save henrik-ch/2429013 to your computer and use it in GitHub Desktop.
haskell load
:load
--used like
:load myFirstProgram.hs
-- Good one to note, including packages is different and done with<br />
:import
-- used like
:import Data.List
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment