add function to get line number of LineGap to signature, so that it is available to callers
This commit is contained in:
@@ -28,6 +28,8 @@ sig
|
|||||||
val goToIdx: int * t -> t
|
val goToIdx: int * t -> t
|
||||||
val goToLine: int * t -> t
|
val goToLine: int * t -> t
|
||||||
|
|
||||||
|
val getLineNumberOfIdx: int * t -> int
|
||||||
|
|
||||||
(* for testing *)
|
(* for testing *)
|
||||||
val verifyIndex: t -> unit
|
val verifyIndex: t -> unit
|
||||||
val verifyLines: t -> unit
|
val verifyLines: t -> unit
|
||||||
|
|||||||
Reference in New Issue
Block a user