Skip to content

Commit ee7e0f1

Browse files
committed
Re-organize prim-lexing.fsi
1 parent 56db867 commit ee7e0f1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/utils/prim-lexing.fsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ type ISourceText =
99

1010
abstract Item : int -> char with get
1111

12-
abstract GetLastCharacterPosition : unit -> int * int
13-
1412
abstract GetLines : unit -> string []
1513

14+
abstract GetLastCharacterPosition : unit -> int * int
15+
1616
abstract Length : int
1717

1818
abstract ContentEquals : ISourceText -> bool

0 commit comments

Comments
 (0)