Skip to content

Instantly share code, notes, and snippets.

@Gryff
Created February 21, 2019 11:13
Show Gist options
  • Save Gryff/67d863be9b7f0f4dd83421b876926493 to your computer and use it in GitHub Desktop.
Save Gryff/67d863be9b7f0f4dd83421b876926493 to your computer and use it in GitHub Desktop.
it "sends statement to the aether" $ do
  runStateT printStatement [Deposit 100] `shouldBe` … -- the return type is IO ((), [Transaction]), statement is gone
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment