Rattletrap.Type.RemoteId.Epic
newtype Epic Source #
Constructors
Defined in Rattletrap.Type.RemoteId.Epic
Methods
parseJSON :: Value -> Parser Epic #
parseJSONList :: Value -> Parser [Epic] #
toJSON :: Epic -> Value #
toEncoding :: Epic -> Encoding #
toJSONList :: [Epic] -> Value #
toEncodingList :: [Epic] -> Encoding #
showsPrec :: Int -> Epic -> ShowS #
show :: Epic -> String #
showList :: [Epic] -> ShowS #
(==) :: Epic -> Epic -> Bool #
(/=) :: Epic -> Epic -> Bool #
fromStr :: Str -> Epic Source #
toStr :: Epic -> Str Source #
schema :: Schema Source #
bitPut :: Epic -> BitPut Source #
bitGet :: BitGet Epic Source #