Skip to content

Instantly share code, notes, and snippets.

@chris-martin
Last active November 3, 2016 01:01
Show Gist options
  • Save chris-martin/e153242064361e97cf503268763e62df to your computer and use it in GitHub Desktop.
Save chris-martin/e153242064361e97cf503268763e62df to your computer and use it in GitHub Desktop.

Modules in the base package:

  • Prelude.Minimal: Language primitives only.
  • Prelude.Default: The language designers' recommended prelude.
  • Prelude.Fancy: Most of the base package.

Compiler flag:

  • --prelude: A list of modules to be automatically imported in every file. The default value is Prelude.Default. Give an empty list (--prelude=) to have no prelude at all.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment