diff options
author | Chimrod <> | 2023-09-29 10:33:48 +0200 |
---|---|---|
committer | Chimrod <> | 2023-09-29 10:34:40 +0200 |
commit | 7de7b756e6e3168a5bfb579470031d999a6e8585 (patch) | |
tree | a8d15f49d9bccdedc82325026b1940af3c0cc68d /lib/lexer.mli | |
parent | 1f79e8f1f0f59748497665ccee544163c5136562 (diff) |
Cleaned the code, removed the old Ephemeron trick
Diffstat (limited to 'lib/lexer.mli')
-rw-r--r-- | lib/lexer.mli | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/lexer.mli b/lib/lexer.mli index 65e9fa0..585877c 100644 --- a/lib/lexer.mli +++ b/lib/lexer.mli @@ -1,7 +1,3 @@ -module type Encoding = sig - val lexeme : Sedlexing.lexbuf -> string -end - exception EOF val token : Lexbuf.t -> Tokens.token |