Guest User

Untitled

a guest
Dec 11th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. fun n = n + 1
  2.  
  3. let list = [1..10]
  4. fun len where length list
  5.  
  6. error:
  7. Variable not in scope: list
  8. • Perhaps you meant one of these:
  9. @bsdshell
Add Comment
Please, Sign In to add comment