mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 11:15:43 -05:00
8 lines
202 B
OCaml
8 lines
202 B
OCaml
type extradata = unit
|
|
val initial_data : unit -> unit
|
|
val file : string ref
|
|
val line : int ref
|
|
type pos = int
|
|
val string_of_pos : int -> string
|
|
val cur_pd : unit -> int * unit
|
|
type pd = pos * extradata
|