We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56db867 commit ee7e0f1Copy full SHA for ee7e0f1
1 file changed
src/utils/prim-lexing.fsi
@@ -9,10 +9,10 @@ type ISourceText =
9
10
abstract Item : int -> char with get
11
12
- abstract GetLastCharacterPosition : unit -> int * int
13
-
14
abstract GetLines : unit -> string []
15
+ abstract GetLastCharacterPosition : unit -> int * int
+
16
abstract Length : int
17
18
abstract ContentEquals : ISourceText -> bool
0 commit comments