Module LuasrcmapSource

Sourcetype pos = int
Sourcetype rgn = pos * pos
Sourceval null : rgn
Sourcetype location = string * int * int
Sourcetype map
Sourceval mk : unit -> map
Sourceval sync : map -> pos -> location -> unit
Sourceval nl : map -> pos -> unit
Sourceval last : map -> location
Sourceval location : map -> pos -> location
Sourceval dump : map -> unit
Sourcetype point = map * pos
Sourcetype region = map * rgn
Sourcemodule Str : sig ... end