dovin-0.1.0.1: A proof assistant for Magic: The Gathering puzzles.

Safe HaskellNone
LanguageHaskell2010

Dovin.Helpers

Documentation

modifyCard :: CardName -> ASetter Card Card a b -> (a -> b) -> GameMonad () Source #