Hercules.API.State.StateFile
data StateFile Source #
Constructors
Fields
Defined in Hercules.API.State.StateFile
Methods
parseJSON :: Value -> Parser StateFile #
parseJSONList :: Value -> Parser [StateFile] #
toJSON :: StateFile -> Value #
toEncoding :: StateFile -> Encoding #
toJSONList :: [StateFile] -> Value #
toEncodingList :: [StateFile] -> Encoding #
Associated Types
type Rep StateFile :: Type -> Type #
from :: StateFile -> Rep StateFile x #
to :: Rep StateFile x -> StateFile #
showsPrec :: Int -> StateFile -> ShowS #
show :: StateFile -> String #
showList :: [StateFile] -> ShowS #
rnf :: StateFile -> () #
(==) :: StateFile -> StateFile -> Bool #
(/=) :: StateFile -> StateFile -> Bool #
declareNamedSchema :: Proxy StateFile -> Declare (Definitions Schema) NamedSchema #