Advertisement
wqsz7xn

Untitled

Jul 13th, 2021
454
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. -- Here the result will be 5 (ie: the let binding here takes presidence
  2. bind :: Num x => x -> x
  3. bind x = let x = 5 in x where x = 10
  4.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement