Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Hydra.Langs.Protobuf.SourceContext
Description
Synopsis
Documentation
data SourceContext Source #
SourceContext
represents information about the source of a protobuf element, like the file in which it is defined.
Constructors
SourceContext | |
Fields
|
Instances
Read SourceContext Source # | |
Defined in Hydra.Langs.Protobuf.SourceContext Methods readsPrec :: Int -> ReadS SourceContext # readList :: ReadS [SourceContext] # | |
Show SourceContext Source # | |
Defined in Hydra.Langs.Protobuf.SourceContext Methods showsPrec :: Int -> SourceContext -> ShowS # show :: SourceContext -> String # showList :: [SourceContext] -> ShowS # | |
Eq SourceContext Source # | |
Defined in Hydra.Langs.Protobuf.SourceContext Methods (==) :: SourceContext -> SourceContext -> Bool # (/=) :: SourceContext -> SourceContext -> Bool # | |
Ord SourceContext Source # | |
Defined in Hydra.Langs.Protobuf.SourceContext Methods compare :: SourceContext -> SourceContext -> Ordering # (<) :: SourceContext -> SourceContext -> Bool # (<=) :: SourceContext -> SourceContext -> Bool # (>) :: SourceContext -> SourceContext -> Bool # (>=) :: SourceContext -> SourceContext -> Bool # max :: SourceContext -> SourceContext -> SourceContext # min :: SourceContext -> SourceContext -> SourceContext # |