Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
-- Run the computation using a InMemoryDb of trains and typologies
-- * Simulates real world behaviors with fake data
-- * Can simulate the behavior of successive interacting requests
evalWithFakeDB :: ReservationExpr ty -> State InMemoryDb ty
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment