diff options
Diffstat (limited to 'lib/encoding.ml')
-rw-r--r-- | lib/encoding.ml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/encoding.ml b/lib/encoding.ml new file mode 100644 index 0000000..30b9c4e --- /dev/null +++ b/lib/encoding.ml @@ -0,0 +1,3 @@ +module type S = sig + val lexeme : Sedlexing.lexbuf -> string +end |