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