hydra-0.5.1: Type-aware transformations for data and programs
Safe HaskellSafe-Inferred
LanguageHaskell2010

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

  • sourceContextFileName :: String

    The path-qualified name of the .proto file that contained the associated protobuf element. For example: `"googleprotobufsource_context.proto"`.