diff options
author | Chimrod <> | 2023-09-29 09:27:22 +0200 |
---|---|---|
committer | Chimrod <> | 2023-09-29 10:00:21 +0200 |
commit | 1f79e8f1f0f59748497665ccee544163c5136562 (patch) | |
tree | eacf55e9a2b5b8ace25d3f118f9b749ae9b53dbc /lib/encoding.ml | |
parent | 5e0b521a2ccce4bd19cf5d08176616f760180c11 (diff) |
Fixed a wrong location for string
Diffstat (limited to 'lib/encoding.ml')
-rw-r--r-- | lib/encoding.ml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/encoding.ml b/lib/encoding.ml deleted file mode 100644 index 30b9c4e..0000000 --- a/lib/encoding.ml +++ /dev/null @@ -1,3 +0,0 @@ -module type S = sig - val lexeme : Sedlexing.lexbuf -> string -end |