dune/vendor/boot/re.ml

6 lines
86 B
Standard ML

type t = unit
type re = unit
let compile () = ()
let execp _ _ = false
let str _ = ()