Skip to content

Instantly share code, notes, and snippets.

@DeepSpawn
Created November 13, 2016 01:44
Show Gist options
  • Save DeepSpawn/2e4a3af30d7a12fccbf443e2c6ca98ee to your computer and use it in GitHub Desktop.
Save DeepSpawn/2e4a3af30d7a12fccbf443e2c6ca98ee to your computer and use it in GitHub Desktop.
Prelude λ: 2
2
Prelude λ: 3.0
3.0
Prelude λ: 5 / 2
2.5
Prelude λ: "this is a string"
"this is a string"
Prelude λ: "this is a string" ++ " this is more text"
"this is a string this is more text"
Prelude λ: True
True
Prelude λ: not True
False
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment