Skip to content

Instantly share code, notes, and snippets.

@vasarhelyia
Created August 30, 2015 09:36
Show Gist options
  • Save vasarhelyia/d2d80c80bed2308e7767 to your computer and use it in GitHub Desktop.
Save vasarhelyia/d2d80c80bed2308e7767 to your computer and use it in GitHub Desktop.
validBeer
validBeer <~ combineLatest(hasPhases.producer, validName.producer)
|> map { $0 && $1 }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment