mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 03:05:31 -05:00
14 lines
334 B
OCaml
14 lines
334 B
OCaml
(*
|
|
MSAT is free software, using the Apache license, see file LICENSE
|
|
Copyright 2014 Guillaume Bury
|
|
Copyright 2014 Simon Cruanes
|
|
*)
|
|
|
|
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
|