aboutsummaryrefslogtreecommitdiff
path: root/lib/encoding.ml
blob: 30b9c4eda3afde17a428e1d009234680dd483cdd (plain)
1
2
3
module type S = sig
  val lexeme : Sedlexing.lexbuf -> string
end