| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Proto.Google.Protobuf.Descriptor
Synopsis
- data DescriptorProto = DescriptorProto {
- _DescriptorProto'name :: !(Maybe Text)
- _DescriptorProto'field :: ![FieldDescriptorProto]
- _DescriptorProto'extension :: ![FieldDescriptorProto]
- _DescriptorProto'nestedType :: ![DescriptorProto]
- _DescriptorProto'enumType :: ![EnumDescriptorProto]
- _DescriptorProto'extensionRange :: ![DescriptorProto'ExtensionRange]
- _DescriptorProto'oneofDecl :: ![OneofDescriptorProto]
- _DescriptorProto'options :: !(Maybe MessageOptions)
- _DescriptorProto'reservedRange :: ![DescriptorProto'ReservedRange]
- _DescriptorProto'reservedName :: ![Text]
- _DescriptorProto'_unknownFields :: !FieldSet
- data DescriptorProto'ExtensionRange = DescriptorProto'ExtensionRange {}
- data DescriptorProto'ReservedRange = DescriptorProto'ReservedRange {}
- data EnumDescriptorProto = EnumDescriptorProto {}
- data EnumOptions = EnumOptions {}
- data EnumValueDescriptorProto = EnumValueDescriptorProto {}
- data EnumValueOptions = EnumValueOptions {}
- data FieldDescriptorProto = FieldDescriptorProto {
- _FieldDescriptorProto'name :: !(Maybe Text)
- _FieldDescriptorProto'number :: !(Maybe Int32)
- _FieldDescriptorProto'label :: !(Maybe FieldDescriptorProto'Label)
- _FieldDescriptorProto'type' :: !(Maybe FieldDescriptorProto'Type)
- _FieldDescriptorProto'typeName :: !(Maybe Text)
- _FieldDescriptorProto'extendee :: !(Maybe Text)
- _FieldDescriptorProto'defaultValue :: !(Maybe Text)
- _FieldDescriptorProto'oneofIndex :: !(Maybe Int32)
- _FieldDescriptorProto'jsonName :: !(Maybe Text)
- _FieldDescriptorProto'options :: !(Maybe FieldOptions)
- _FieldDescriptorProto'_unknownFields :: !FieldSet
- data FieldDescriptorProto'Label
- data FieldDescriptorProto'Label
- data FieldDescriptorProto'Type
- = FieldDescriptorProto'TYPE_DOUBLE
- | FieldDescriptorProto'TYPE_FLOAT
- | FieldDescriptorProto'TYPE_INT64
- | FieldDescriptorProto'TYPE_UINT64
- | FieldDescriptorProto'TYPE_INT32
- | FieldDescriptorProto'TYPE_FIXED64
- | FieldDescriptorProto'TYPE_FIXED32
- | FieldDescriptorProto'TYPE_BOOL
- | FieldDescriptorProto'TYPE_STRING
- | FieldDescriptorProto'TYPE_GROUP
- | FieldDescriptorProto'TYPE_MESSAGE
- | FieldDescriptorProto'TYPE_BYTES
- | FieldDescriptorProto'TYPE_UINT32
- | FieldDescriptorProto'TYPE_ENUM
- | FieldDescriptorProto'TYPE_SFIXED32
- | FieldDescriptorProto'TYPE_SFIXED64
- | FieldDescriptorProto'TYPE_SINT32
- | FieldDescriptorProto'TYPE_SINT64
- data FieldDescriptorProto'Type
- data FieldOptions = FieldOptions {
- _FieldOptions'ctype :: !(Maybe FieldOptions'CType)
- _FieldOptions'packed :: !(Maybe Bool)
- _FieldOptions'jstype :: !(Maybe FieldOptions'JSType)
- _FieldOptions'lazy :: !(Maybe Bool)
- _FieldOptions'deprecated :: !(Maybe Bool)
- _FieldOptions'weak :: !(Maybe Bool)
- _FieldOptions'uninterpretedOption :: ![UninterpretedOption]
- _FieldOptions'_unknownFields :: !FieldSet
- data FieldOptions'CType
- data FieldOptions'CType
- data FieldOptions'JSType
- data FieldOptions'JSType
- data FileDescriptorProto = FileDescriptorProto {
- _FileDescriptorProto'name :: !(Maybe Text)
- _FileDescriptorProto'package :: !(Maybe Text)
- _FileDescriptorProto'dependency :: ![Text]
- _FileDescriptorProto'publicDependency :: ![Int32]
- _FileDescriptorProto'weakDependency :: ![Int32]
- _FileDescriptorProto'messageType :: ![DescriptorProto]
- _FileDescriptorProto'enumType :: ![EnumDescriptorProto]
- _FileDescriptorProto'service :: ![ServiceDescriptorProto]
- _FileDescriptorProto'extension :: ![FieldDescriptorProto]
- _FileDescriptorProto'options :: !(Maybe FileOptions)
- _FileDescriptorProto'sourceCodeInfo :: !(Maybe SourceCodeInfo)
- _FileDescriptorProto'syntax :: !(Maybe Text)
- _FileDescriptorProto'_unknownFields :: !FieldSet
- data FileDescriptorSet = FileDescriptorSet {}
- data FileOptions = FileOptions {
- _FileOptions'javaPackage :: !(Maybe Text)
- _FileOptions'javaOuterClassname :: !(Maybe Text)
- _FileOptions'javaMultipleFiles :: !(Maybe Bool)
- _FileOptions'javaGenerateEqualsAndHash :: !(Maybe Bool)
- _FileOptions'javaStringCheckUtf8 :: !(Maybe Bool)
- _FileOptions'optimizeFor :: !(Maybe FileOptions'OptimizeMode)
- _FileOptions'goPackage :: !(Maybe Text)
- _FileOptions'ccGenericServices :: !(Maybe Bool)
- _FileOptions'javaGenericServices :: !(Maybe Bool)
- _FileOptions'pyGenericServices :: !(Maybe Bool)
- _FileOptions'deprecated :: !(Maybe Bool)
- _FileOptions'ccEnableArenas :: !(Maybe Bool)
- _FileOptions'objcClassPrefix :: !(Maybe Text)
- _FileOptions'csharpNamespace :: !(Maybe Text)
- _FileOptions'uninterpretedOption :: ![UninterpretedOption]
- _FileOptions'_unknownFields :: !FieldSet
- data FileOptions'OptimizeMode
- data FileOptions'OptimizeMode
- data GeneratedCodeInfo = GeneratedCodeInfo {}
- data GeneratedCodeInfo'Annotation = GeneratedCodeInfo'Annotation {}
- data MessageOptions = MessageOptions {
- _MessageOptions'messageSetWireFormat :: !(Maybe Bool)
- _MessageOptions'noStandardDescriptorAccessor :: !(Maybe Bool)
- _MessageOptions'deprecated :: !(Maybe Bool)
- _MessageOptions'mapEntry :: !(Maybe Bool)
- _MessageOptions'uninterpretedOption :: ![UninterpretedOption]
- _MessageOptions'_unknownFields :: !FieldSet
- data MethodDescriptorProto = MethodDescriptorProto {
- _MethodDescriptorProto'name :: !(Maybe Text)
- _MethodDescriptorProto'inputType :: !(Maybe Text)
- _MethodDescriptorProto'outputType :: !(Maybe Text)
- _MethodDescriptorProto'options :: !(Maybe MethodOptions)
- _MethodDescriptorProto'clientStreaming :: !(Maybe Bool)
- _MethodDescriptorProto'serverStreaming :: !(Maybe Bool)
- _MethodDescriptorProto'_unknownFields :: !FieldSet
- data MethodOptions = MethodOptions {}
- data OneofDescriptorProto = OneofDescriptorProto {}
- data ServiceDescriptorProto = ServiceDescriptorProto {}
- data ServiceOptions = ServiceOptions {}
- data SourceCodeInfo = SourceCodeInfo {}
- data SourceCodeInfo'Location = SourceCodeInfo'Location {
- _SourceCodeInfo'Location'path :: ![Int32]
- _SourceCodeInfo'Location'span :: ![Int32]
- _SourceCodeInfo'Location'leadingComments :: !(Maybe Text)
- _SourceCodeInfo'Location'trailingComments :: !(Maybe Text)
- _SourceCodeInfo'Location'leadingDetachedComments :: ![Text]
- _SourceCodeInfo'Location'_unknownFields :: !FieldSet
- data UninterpretedOption = UninterpretedOption {
- _UninterpretedOption'name :: ![UninterpretedOption'NamePart]
- _UninterpretedOption'identifierValue :: !(Maybe Text)
- _UninterpretedOption'positiveIntValue :: !(Maybe Word64)
- _UninterpretedOption'negativeIntValue :: !(Maybe Int64)
- _UninterpretedOption'doubleValue :: !(Maybe Double)
- _UninterpretedOption'stringValue :: !(Maybe ByteString)
- _UninterpretedOption'aggregateValue :: !(Maybe Text)
- _UninterpretedOption'_unknownFields :: !FieldSet
- data UninterpretedOption'NamePart = UninterpretedOption'NamePart {}
Documentation
data DescriptorProto #
Fields :
name:: Lens' DescriptorProto Data.Text.Textmaybe'name:: Lens' DescriptorProto (Prelude.Maybe Data.Text.Text)field:: Lens' DescriptorProto [FieldDescriptorProto]extension:: Lens' DescriptorProto [FieldDescriptorProto]nestedType:: Lens' DescriptorProto [DescriptorProto]enumType:: Lens' DescriptorProto [EnumDescriptorProto]extensionRange:: Lens' DescriptorProto [DescriptorProto'ExtensionRange]oneofDecl:: Lens' DescriptorProto [OneofDescriptorProto]options:: Lens' DescriptorProto MessageOptionsmaybe'options:: Lens' DescriptorProto (Prelude.Maybe MessageOptions)reservedRange:: Lens' DescriptorProto [DescriptorProto'ReservedRange]reservedName:: Lens' DescriptorProto [Data.Text.Text]
Constructors
Instances
data DescriptorProto'ExtensionRange #
Fields :
start:: Lens' DescriptorProto'ExtensionRange Data.Int.Int32maybe'start:: Lens' DescriptorProto'ExtensionRange (Prelude.Maybe Data.Int.Int32)end:: Lens' DescriptorProto'ExtensionRange Data.Int.Int32maybe'end:: Lens' DescriptorProto'ExtensionRange (Prelude.Maybe Data.Int.Int32)
Constructors
| DescriptorProto'ExtensionRange | |
Instances
data DescriptorProto'ReservedRange #
Fields :
start:: Lens' DescriptorProto'ReservedRange Data.Int.Int32maybe'start:: Lens' DescriptorProto'ReservedRange (Prelude.Maybe Data.Int.Int32)end:: Lens' DescriptorProto'ReservedRange Data.Int.Int32maybe'end:: Lens' DescriptorProto'ReservedRange (Prelude.Maybe Data.Int.Int32)
Constructors
| DescriptorProto'ReservedRange | |
Instances
data EnumDescriptorProto #
Fields :
name:: Lens' EnumDescriptorProto Data.Text.Textmaybe'name:: Lens' EnumDescriptorProto (Prelude.Maybe Data.Text.Text)value:: Lens' EnumDescriptorProto [EnumValueDescriptorProto]options:: Lens' EnumDescriptorProto EnumOptionsmaybe'options:: Lens' EnumDescriptorProto (Prelude.Maybe EnumOptions)
Constructors
| EnumDescriptorProto | |
Instances
data EnumOptions #
Fields :
allowAlias:: Lens' EnumOptions Prelude.Boolmaybe'allowAlias:: Lens' EnumOptions (Prelude.Maybe Prelude.Bool)deprecated:: Lens' EnumOptions Prelude.Boolmaybe'deprecated:: Lens' EnumOptions (Prelude.Maybe Prelude.Bool)uninterpretedOption:: Lens' EnumOptions [UninterpretedOption]
Constructors
| EnumOptions | |
Instances
data EnumValueDescriptorProto #
Fields :
name:: Lens' EnumValueDescriptorProto Data.Text.Textmaybe'name:: Lens' EnumValueDescriptorProto (Prelude.Maybe Data.Text.Text)number:: Lens' EnumValueDescriptorProto Data.Int.Int32maybe'number:: Lens' EnumValueDescriptorProto (Prelude.Maybe Data.Int.Int32)options:: Lens' EnumValueDescriptorProto EnumValueOptionsmaybe'options:: Lens' EnumValueDescriptorProto (Prelude.Maybe EnumValueOptions)
Constructors
| EnumValueDescriptorProto | |
Instances
data EnumValueOptions #
Fields :
deprecated:: Lens' EnumValueOptions Prelude.Boolmaybe'deprecated:: Lens' EnumValueOptions (Prelude.Maybe Prelude.Bool)uninterpretedOption:: Lens' EnumValueOptions [UninterpretedOption]
Constructors
| EnumValueOptions | |
Instances
data FieldDescriptorProto #
Fields :
name:: Lens' FieldDescriptorProto Data.Text.Textmaybe'name:: Lens' FieldDescriptorProto (Prelude.Maybe Data.Text.Text)number:: Lens' FieldDescriptorProto Data.Int.Int32maybe'number:: Lens' FieldDescriptorProto (Prelude.Maybe Data.Int.Int32)label:: Lens' FieldDescriptorProto FieldDescriptorProto'Labelmaybe'label:: Lens' FieldDescriptorProto (Prelude.Maybe FieldDescriptorProto'Label)type':: Lens' FieldDescriptorProto FieldDescriptorProto'Typemaybe'type':: Lens' FieldDescriptorProto (Prelude.Maybe FieldDescriptorProto'Type)typeName:: Lens' FieldDescriptorProto Data.Text.Textmaybe'typeName:: Lens' FieldDescriptorProto (Prelude.Maybe Data.Text.Text)extendee:: Lens' FieldDescriptorProto Data.Text.Textmaybe'extendee:: Lens' FieldDescriptorProto (Prelude.Maybe Data.Text.Text)defaultValue:: Lens' FieldDescriptorProto Data.Text.Textmaybe'defaultValue:: Lens' FieldDescriptorProto (Prelude.Maybe Data.Text.Text)oneofIndex:: Lens' FieldDescriptorProto Data.Int.Int32maybe'oneofIndex:: Lens' FieldDescriptorProto (Prelude.Maybe Data.Int.Int32)jsonName:: Lens' FieldDescriptorProto Data.Text.Textmaybe'jsonName:: Lens' FieldDescriptorProto (Prelude.Maybe Data.Text.Text)options:: Lens' FieldDescriptorProto FieldOptionsmaybe'options:: Lens' FieldDescriptorProto (Prelude.Maybe FieldOptions)
Constructors
Instances
data FieldDescriptorProto'Label #
Constructors
| FieldDescriptorProto'LABEL_OPTIONAL | |
| FieldDescriptorProto'LABEL_REQUIRED | |
| FieldDescriptorProto'LABEL_REPEATED |
Instances
data FieldDescriptorProto'Label #
Instances
data FieldDescriptorProto'Type #
Constructors
Instances
data FieldDescriptorProto'Type #
Instances
data FieldOptions #
Fields :
ctype:: Lens' FieldOptions FieldOptions'CTypemaybe'ctype:: Lens' FieldOptions (Prelude.Maybe FieldOptions'CType)packed:: Lens' FieldOptions Prelude.Boolmaybe'packed:: Lens' FieldOptions (Prelude.Maybe Prelude.Bool)jstype:: Lens' FieldOptions FieldOptions'JSTypemaybe'jstype:: Lens' FieldOptions (Prelude.Maybe FieldOptions'JSType)lazy:: Lens' FieldOptions Prelude.Boolmaybe'lazy:: Lens' FieldOptions (Prelude.Maybe Prelude.Bool)deprecated:: Lens' FieldOptions Prelude.Boolmaybe'deprecated:: Lens' FieldOptions (Prelude.Maybe Prelude.Bool)weak:: Lens' FieldOptions Prelude.Boolmaybe'weak:: Lens' FieldOptions (Prelude.Maybe Prelude.Bool)uninterpretedOption:: Lens' FieldOptions [UninterpretedOption]
Constructors
Instances
data FieldOptions'CType #
Instances
data FieldOptions'CType #
Instances
data FieldOptions'JSType #
Instances
data FieldOptions'JSType #
Instances
data FileDescriptorProto #
Fields :
name:: Lens' FileDescriptorProto Data.Text.Textmaybe'name:: Lens' FileDescriptorProto (Prelude.Maybe Data.Text.Text)package:: Lens' FileDescriptorProto Data.Text.Textmaybe'package:: Lens' FileDescriptorProto (Prelude.Maybe Data.Text.Text)dependency:: Lens' FileDescriptorProto [Data.Text.Text]publicDependency:: Lens' FileDescriptorProto [Data.Int.Int32]weakDependency:: Lens' FileDescriptorProto [Data.Int.Int32]messageType:: Lens' FileDescriptorProto [DescriptorProto]enumType:: Lens' FileDescriptorProto [EnumDescriptorProto]service:: Lens' FileDescriptorProto [ServiceDescriptorProto]extension:: Lens' FileDescriptorProto [FieldDescriptorProto]options:: Lens' FileDescriptorProto FileOptionsmaybe'options:: Lens' FileDescriptorProto (Prelude.Maybe FileOptions)sourceCodeInfo:: Lens' FileDescriptorProto SourceCodeInfomaybe'sourceCodeInfo:: Lens' FileDescriptorProto (Prelude.Maybe SourceCodeInfo)syntax:: Lens' FileDescriptorProto Data.Text.Textmaybe'syntax:: Lens' FileDescriptorProto (Prelude.Maybe Data.Text.Text)
Constructors
Instances
data FileDescriptorSet #
Fields :
file:: Lens' FileDescriptorSet [FileDescriptorProto]
Constructors
| FileDescriptorSet | |
Instances
data FileOptions #
Fields :
javaPackage:: Lens' FileOptions Data.Text.Textmaybe'javaPackage:: Lens' FileOptions (Prelude.Maybe Data.Text.Text)javaOuterClassname:: Lens' FileOptions Data.Text.Textmaybe'javaOuterClassname:: Lens' FileOptions (Prelude.Maybe Data.Text.Text)javaMultipleFiles:: Lens' FileOptions Prelude.Boolmaybe'javaMultipleFiles:: Lens' FileOptions (Prelude.Maybe Prelude.Bool)javaGenerateEqualsAndHash:: Lens' FileOptions Prelude.Boolmaybe'javaGenerateEqualsAndHash:: Lens' FileOptions (Prelude.Maybe Prelude.Bool)javaStringCheckUtf8:: Lens' FileOptions Prelude.Boolmaybe'javaStringCheckUtf8:: Lens' FileOptions (Prelude.Maybe Prelude.Bool)optimizeFor:: Lens' FileOptions FileOptions'OptimizeModemaybe'optimizeFor:: Lens' FileOptions (Prelude.Maybe FileOptions'OptimizeMode)goPackage:: Lens' FileOptions Data.Text.Textmaybe'goPackage:: Lens' FileOptions (Prelude.Maybe Data.Text.Text)ccGenericServices:: Lens' FileOptions Prelude.Boolmaybe'ccGenericServices:: Lens' FileOptions (Prelude.Maybe Prelude.Bool)javaGenericServices:: Lens' FileOptions Prelude.Boolmaybe'javaGenericServices:: Lens' FileOptions (Prelude.Maybe Prelude.Bool)pyGenericServices:: Lens' FileOptions Prelude.Boolmaybe'pyGenericServices:: Lens' FileOptions (Prelude.Maybe Prelude.Bool)deprecated:: Lens' FileOptions Prelude.Boolmaybe'deprecated:: Lens' FileOptions (Prelude.Maybe Prelude.Bool)ccEnableArenas:: Lens' FileOptions Prelude.Boolmaybe'ccEnableArenas:: Lens' FileOptions (Prelude.Maybe Prelude.Bool)objcClassPrefix:: Lens' FileOptions Data.Text.Textmaybe'objcClassPrefix:: Lens' FileOptions (Prelude.Maybe Data.Text.Text)csharpNamespace:: Lens' FileOptions Data.Text.Textmaybe'csharpNamespace:: Lens' FileOptions (Prelude.Maybe Data.Text.Text)uninterpretedOption:: Lens' FileOptions [UninterpretedOption]
Constructors
Instances
data FileOptions'OptimizeMode #
Instances
data FileOptions'OptimizeMode #
Instances
data GeneratedCodeInfo #
Fields :
annotation:: Lens' GeneratedCodeInfo [GeneratedCodeInfo'Annotation]
Constructors
| GeneratedCodeInfo | |
Instances
data GeneratedCodeInfo'Annotation #
Fields :
path:: Lens' GeneratedCodeInfo'Annotation [Data.Int.Int32]sourceFile:: Lens' GeneratedCodeInfo'Annotation Data.Text.Textmaybe'sourceFile:: Lens' GeneratedCodeInfo'Annotation (Prelude.Maybe Data.Text.Text)begin:: Lens' GeneratedCodeInfo'Annotation Data.Int.Int32maybe'begin:: Lens' GeneratedCodeInfo'Annotation (Prelude.Maybe Data.Int.Int32)end:: Lens' GeneratedCodeInfo'Annotation Data.Int.Int32maybe'end:: Lens' GeneratedCodeInfo'Annotation (Prelude.Maybe Data.Int.Int32)
Constructors
| GeneratedCodeInfo'Annotation | |
Instances
data MessageOptions #
Fields :
messageSetWireFormat:: Lens' MessageOptions Prelude.Boolmaybe'messageSetWireFormat:: Lens' MessageOptions (Prelude.Maybe Prelude.Bool)noStandardDescriptorAccessor:: Lens' MessageOptions Prelude.Boolmaybe'noStandardDescriptorAccessor:: Lens' MessageOptions (Prelude.Maybe Prelude.Bool)deprecated:: Lens' MessageOptions Prelude.Boolmaybe'deprecated:: Lens' MessageOptions (Prelude.Maybe Prelude.Bool)mapEntry:: Lens' MessageOptions Prelude.Boolmaybe'mapEntry:: Lens' MessageOptions (Prelude.Maybe Prelude.Bool)uninterpretedOption:: Lens' MessageOptions [UninterpretedOption]
Constructors
Instances
data MethodDescriptorProto #
Fields :
name:: Lens' MethodDescriptorProto Data.Text.Textmaybe'name:: Lens' MethodDescriptorProto (Prelude.Maybe Data.Text.Text)inputType:: Lens' MethodDescriptorProto Data.Text.Textmaybe'inputType:: Lens' MethodDescriptorProto (Prelude.Maybe Data.Text.Text)outputType:: Lens' MethodDescriptorProto Data.Text.Textmaybe'outputType:: Lens' MethodDescriptorProto (Prelude.Maybe Data.Text.Text)options:: Lens' MethodDescriptorProto MethodOptionsmaybe'options:: Lens' MethodDescriptorProto (Prelude.Maybe MethodOptions)clientStreaming:: Lens' MethodDescriptorProto Prelude.Boolmaybe'clientStreaming:: Lens' MethodDescriptorProto (Prelude.Maybe Prelude.Bool)serverStreaming:: Lens' MethodDescriptorProto Prelude.Boolmaybe'serverStreaming:: Lens' MethodDescriptorProto (Prelude.Maybe Prelude.Bool)
Constructors
Instances
data MethodOptions #
Fields :
deprecated:: Lens' MethodOptions Prelude.Boolmaybe'deprecated:: Lens' MethodOptions (Prelude.Maybe Prelude.Bool)uninterpretedOption:: Lens' MethodOptions [UninterpretedOption]
Constructors
| MethodOptions | |
Instances
data OneofDescriptorProto #
Fields :
name:: Lens' OneofDescriptorProto Data.Text.Textmaybe'name:: Lens' OneofDescriptorProto (Prelude.Maybe Data.Text.Text)
Constructors
| OneofDescriptorProto | |
Fields | |
Instances
data ServiceDescriptorProto #
Fields :
name:: Lens' ServiceDescriptorProto Data.Text.Textmaybe'name:: Lens' ServiceDescriptorProto (Prelude.Maybe Data.Text.Text)method:: Lens' ServiceDescriptorProto [MethodDescriptorProto]options:: Lens' ServiceDescriptorProto ServiceOptionsmaybe'options:: Lens' ServiceDescriptorProto (Prelude.Maybe ServiceOptions)
Constructors
| ServiceDescriptorProto | |
Instances
data ServiceOptions #
Fields :
deprecated:: Lens' ServiceOptions Prelude.Boolmaybe'deprecated:: Lens' ServiceOptions (Prelude.Maybe Prelude.Bool)uninterpretedOption:: Lens' ServiceOptions [UninterpretedOption]
Constructors
| ServiceOptions | |
Instances
data SourceCodeInfo #
Fields :
location:: Lens' SourceCodeInfo [SourceCodeInfo'Location]
Constructors
| SourceCodeInfo | |
Instances
data SourceCodeInfo'Location #
Fields :
path:: Lens' SourceCodeInfo'Location [Data.Int.Int32]span:: Lens' SourceCodeInfo'Location [Data.Int.Int32]leadingComments:: Lens' SourceCodeInfo'Location Data.Text.Textmaybe'leadingComments:: Lens' SourceCodeInfo'Location (Prelude.Maybe Data.Text.Text)trailingComments:: Lens' SourceCodeInfo'Location Data.Text.Textmaybe'trailingComments:: Lens' SourceCodeInfo'Location (Prelude.Maybe Data.Text.Text)leadingDetachedComments:: Lens' SourceCodeInfo'Location [Data.Text.Text]
Constructors
Instances
data UninterpretedOption #
Fields :
name:: Lens' UninterpretedOption [UninterpretedOption'NamePart]identifierValue:: Lens' UninterpretedOption Data.Text.Textmaybe'identifierValue:: Lens' UninterpretedOption (Prelude.Maybe Data.Text.Text)positiveIntValue:: Lens' UninterpretedOption Data.Word.Word64maybe'positiveIntValue:: Lens' UninterpretedOption (Prelude.Maybe Data.Word.Word64)negativeIntValue:: Lens' UninterpretedOption Data.Int.Int64maybe'negativeIntValue:: Lens' UninterpretedOption (Prelude.Maybe Data.Int.Int64)doubleValue:: Lens' UninterpretedOption Prelude.Doublemaybe'doubleValue:: Lens' UninterpretedOption (Prelude.Maybe Prelude.Double)stringValue:: Lens' UninterpretedOption Data.ByteString.ByteStringmaybe'stringValue:: Lens' UninterpretedOption (Prelude.Maybe Data.ByteString.ByteString)aggregateValue:: Lens' UninterpretedOption Data.Text.Textmaybe'aggregateValue:: Lens' UninterpretedOption (Prelude.Maybe Data.Text.Text)
Constructors
Instances
data UninterpretedOption'NamePart #
Fields :
namePart:: Lens' UninterpretedOption'NamePart Data.Text.TextisExtension:: Lens' UninterpretedOption'NamePart Prelude.Bool
Constructors
| UninterpretedOption'NamePart | |