haskmon-0.1.0.0: A haskell wrapper for PokeAPI.co (www.pokeapi.co)

Safe HaskellNone
LanguageHaskell2010

Haskmon.Types.Internals

Synopsis

Documentation

data MetaData Source

Metadata that all resources (except Pokedex) have in common

Constructors

MetaData 

Instances

withO :: Value -> (Object -> Parser a) -> Parser a Source

data MetaType Source

Constructors

MetaType 

Fields

mTypeName :: String
 
getType :: IO Type
 

data MetaGame Source

Constructors

MetaGame 

Fields

mGameName :: String
 
getGame :: IO Game