Skip to content

Instantly share code, notes, and snippets.

@memememomo
Created October 15, 2014 15:52
Show Gist options
  • Select an option

  • Save memememomo/1263f1718b1b4f465e1f to your computer and use it in GitHub Desktop.

Select an option

Save memememomo/1263f1718b1b4f465e1f to your computer and use it in GitHub Desktop.
sat p = do x <- item
if p x then return x else failure
sat p = do x <- item
if p x then return x else failure
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment