Skip to content

Instantly share code, notes, and snippets.

@madhukar93
Created August 30, 2016 18:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save madhukar93/c3e7db4e934fe9b71b9065360de41cba to your computer and use it in GitHub Desktop.
Save madhukar93/c3e7db4e934fe9b71b9065360de41cba to your computer and use it in GitHub Desktop.
module Pg81 where
x + 9001
where x = 10
-- c where a = b
-- is the same as
-- let a = b in c
-- is the same as
-- (\a -> c) b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment