Skip to content

Instantly share code, notes, and snippets.

@askucher
Created September 9, 2017 21:42
Show Gist options
  • Select an option

  • Save askucher/4583a2120e8ded4183c45045652682f3 to your computer and use it in GitHub Desktop.

Select an option

Save askucher/4583a2120e8ded4183c45045652682f3 to your computer and use it in GitHub Desktop.
v = 1
type =
| typeof! v is \Number => v #-> Number
| typeof! v is \String => v #-> String
| _ => v #-> Object
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment