ocaml-protoc.compiler-lib
Ocaml_protoc_compiler_lib.Pb_location
File location utilities
ocaml-protoc
type t
Location type
val from_lexbuf : Lexing.lexbuf -> t
from_lexbuf lexbuf create a location from the current lexbuf location
from_lexbuf lexbuf
val to_string : t -> string
to_string loc convert to the compiler error string
to_string loc