diff options
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 |