Module Kernel_ast.Location

Represented as a Json record with function name and marker tag.

type t = Function.t * Marker.t
val jtype : Package.jtype
val of_json : Data.json -> t
val to_json : t -> Data.json