Skip to content

Instantly share code, notes, and snippets.

@deque-blog
Created July 1, 2017 12:36
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/2e5a1b4fd1be4ae6238d52e08c36d9a4 to your computer and use it in GitHub Desktop.
Save deque-blog/2e5a1b4fd1be4ae6238d52e08c36d9a4 to your computer and use it in GitHub Desktop.
searchTrain :: DateTime -> ReservationExpr [TrainId]
getTypology :: TrainId -> ReservationExpr (Maybe TrainTypology)
reserve :: Reservation -> ReservationExpr (Maybe Reservation)
log :: String -> ReservationExpr ()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment