Skip to content

Instantly share code, notes, and snippets.

@deque-blog
Last active July 1, 2017 14:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save deque-blog/c265f49ccc7a20a0b258bc8c81d597c9 to your computer and use it in GitHub Desktop.
Save deque-blog/c265f49ccc7a20a0b258bc8c81d597c9 to your computer and use it in GitHub Desktop.
-- Wrapper around the reserveImpl function, living in ReservationExpr
reserve :: ReservationRequest -> IO ReservationResult
reserve = evalReservation . reserveImpl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment