Last active
August 31, 2015 01:57
-
-
Save rrichardson/f4b1fc9d45e1fee9a01b 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
port signInNotify : Signal (Maybe String) | |
port signInNotify = | |
let tester act = | |
case act of | |
AuthGamerReply gamer tok -> Just gamer.id | |
_ -> Nothing | |
in | |
Signal.map tester results.signal |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment