Skip to content

Instantly share code, notes, and snippets.

@jippi
Created November 24, 2016 12:56
Show Gist options
  • Save jippi/8f0329cf093cc011c48b48574b06d494 to your computer and use it in GitHub Desktop.
Save jippi/8f0329cf093cc011c48b48574b06d494 to your computer and use it in GitHub Desktop.
type Route = ViewAllocationRoute2 String String
currentRoute = ViewAllocationRoute2 "a" "b"
firstVar secondVar = currentRoute
_ = Debug.log "firstVar" (toString firstVar)
_ = Debug.log "firstVar" (toString <| firstVar)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment