Module Ocamlbuild_pack.Slurp
type 'a entry=|Dir of string * string * My_unix.stats Stdlib.Lazy.t * 'a * 'a entry list Stdlib.Lazy.t|File of string * string * My_unix.stats Stdlib.Lazy.t * 'a|Error of exn|Nothing
Ocamlbuild_pack.Slurptype 'a entry = | Dir of string * string * My_unix.stats Stdlib.Lazy.t * 'a * 'a entry list Stdlib.Lazy.t |
| File of string * string * My_unix.stats Stdlib.Lazy.t * 'a |
| Error of exn |
| Nothing |