dune/vendor/boot/jbuilder_re.ml

7 lines
102 B
OCaml

module Re = struct
type t = unit
type re = unit
let compile () = ()
let execp _ _ = false
end