= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
S
is the signature that application builders have to provide.
Prelude printed at the beginning of main.ml
.
It should put in scope:
- a
run
function of type'a t -> 'a
- a
return
function of type'a -> 'a t
- a
>>=
operator of type'a t -> ('a -> 'b t) -> 'b t
val packages : Functoria.package list
The packages to load when compiling the configuration file.
val create : Functoria.job Functoria.impl list -> Functoria.job Functoria.impl
create jobs
is the top-level job in the custom DSL which will execute the given list of job
.