Zuul.SourceContext
data SourceContext Source #
Constructors
Fields
Defined in Zuul.SourceContext
Methods
(==) :: SourceContext -> SourceContext -> Bool #
(/=) :: SourceContext -> SourceContext -> Bool #
compare :: SourceContext -> SourceContext -> Ordering #
(<) :: SourceContext -> SourceContext -> Bool #
(<=) :: SourceContext -> SourceContext -> Bool #
(>) :: SourceContext -> SourceContext -> Bool #
(>=) :: SourceContext -> SourceContext -> Bool #
max :: SourceContext -> SourceContext -> SourceContext #
min :: SourceContext -> SourceContext -> SourceContext #
showsPrec :: Int -> SourceContext -> ShowS #
show :: SourceContext -> String #
showList :: [SourceContext] -> ShowS #
Associated Types
type Rep SourceContext :: Type -> Type #
from :: SourceContext -> Rep SourceContext x #
to :: Rep SourceContext x -> SourceContext #
toJSON :: SourceContext -> Value #
toEncoding :: SourceContext -> Encoding #
toJSONList :: [SourceContext] -> Value #
toEncodingList :: [SourceContext] -> Encoding #
parseJSON :: Value -> Parser SourceContext #
parseJSONList :: Value -> Parser [SourceContext] #