rmlbuild
rmlbuild is a fork of ocamlbuild that handles ReactiveML projets
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
package rmlbuild
-
rmlbuildlib
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library rmlbuildlib
type !'a entry =
| Dir of string * string * My_unix.stats Lazy.t * 'a * 'a entry list Lazy.t |
| File of string * string * My_unix.stats Lazy.t * 'a |
| Error of exn |
| Nothing |
val slurp : string -> unit entry
val fold : ( string -> string -> 'b -> 'a -> 'a ) -> 'b entry -> 'a -> 'a
val force : 'a entry -> unit
ON THIS PAGE
No table of contents