Skip to content

Instantly share code, notes, and snippets.

@rrichardson
Last active August 31, 2015 01:57
Show Gist options
  • Save rrichardson/f4b1fc9d45e1fee9a01b to your computer and use it in GitHub Desktop.
Save rrichardson/f4b1fc9d45e1fee9a01b to your computer and use it in GitHub Desktop.
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