Kappa_data_structures.LocModule for type Loc.t annotating structured data with the line range * in a file which was used to define it
type 'a annoted = 'a * tval v : 'a annoted -> 'aExtract value from Loc.annoted
Create annoted variable with same annotation as existing variable
Apply operation on variable and keep annotation
val of_pos : Stdlib.Lexing.position -> Stdlib.Lexing.position -> tval dummy : tval annot_with_dummy : 'a -> 'a annotedval is_annoted_with_dummy : 'a annoted -> boolmerge b e creates the range from beginning of b to the end of e (filename must match)
val to_string : t -> stringval print : Stdlib.Format.formatter -> t -> unitval print_annoted :
(Stdlib.Format.formatter -> 'a -> unit) ->
Stdlib.Format.formatter ->
'a annoted ->
unitval annoted_of_yojson :
?filenames:string array ->
(Yojson.Basic.t -> 'a) ->
Yojson.Basic.t ->
'a annotedval yojson_of_annoted :
?filenames:int Kappa_data_structures.Mods.StringMap.t ->
('a -> Yojson.Basic.t) ->
'a annoted ->
Yojson.Basic.tval write_position : Stdlib.Buffer.t -> position -> unitval read_position : Yojson.Safe.lexer_state -> Stdlib.Lexing.lexbuf -> positionAnnoted yojson helpers
val string_annoted_to_json :
filenames:int Kappa_data_structures.Mods.StringMap.t ->
string annoted ->
Yojson.Basic.tval string_annoted_of_json :
filenames:string array ->
Yojson.Basic.t ->
string annotedval string_option_annoted_to_json :
filenames:int Kappa_data_structures.Mods.StringMap.t ->
string option annoted ->
Yojson.Basic.tval string_option_annoted_of_json :
filenames:string array ->
Yojson.Basic.t ->
string option annoted