app

Safe Haskell None
Language Haskell2010

CardInstances

Description

This module contains instances of classes regarding types defined in Card. |

Synopsis

Documentation

class Startable a where #

Class for things that can be reset at the start of a turn

Methods

start :: a -> a #

Instances
Startable State #  
Instance details

Defined in CardInstances

Methods

start :: State -> State #

Startable [State] #  
Instance details

Defined in CardInstances

Methods

start :: [State] -> [State] #

Startable (Creature Core) #  
Instance details

Defined in CardInstances

Methods

start :: Creature Core -> Creature Core #

Startable (PlayerPart Core) #  
Instance details

Defined in BoardInstances