dune/vendor/boot/re.ml

6 lines
86 B
OCaml
Raw Normal View History

type t = unit
type re = unit
let compile () = ()
let execp _ _ = false
2018-05-12 13:38:22 +00:00
let str _ = ()