aboutsummaryrefslogtreecommitdiffstats
path: root/src/smtlib2/smtlib2_util.mli
blob: 8afbce3789c44ff8bc618a468c80624614d0ce70 (plain)
1
2
3
4
5
6
7
8
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