Skip to content

Instantly share code, notes, and snippets.

@jto
Created September 12, 2017 13:59
Show Gist options
  • Save jto/92883e6ef6f4f3c1396b8d5c4d261120 to your computer and use it in GitHub Desktop.
Save jto/92883e6ef6f4f3c1396b8d5c4d261120 to your computer and use it in GitHub Desktop.
StringOrInt : Bool -> Type
StringOrInt False = String
StringOrInt True = Int
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment