Created
November 24, 2016 12:56
-
-
Save jippi/8f0329cf093cc011c48b48574b06d494 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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