Created
August 30, 2016 18:11
-
-
Save madhukar93/c3e7db4e934fe9b71b9065360de41cba to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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