Skip to content

Instantly share code, notes, and snippets.

@bsdshell
Created December 11, 2018 17:34
Show Gist options
  • Save bsdshell/3761c67031c6bda4c581abad76b1b9c5 to your computer and use it in GitHub Desktop.
Save bsdshell/3761c67031c6bda4c581abad76b1b9c5 to your computer and use it in GitHub Desktop.
fun n = n + 1
let list = [1..10]
fun len where length list
error:
Variable not in scope: list
• Perhaps you meant one of these:
@bsdshell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment