11 lines
168 B
OCaml
11 lines
168 B
OCaml
|
|
open Functoria.DSL
|
||
|
|
|
||
|
|
val register :
|
||
|
|
?init:job impl list ->
|
||
|
|
?src:[ `Auto | `None | `Some of string ] ->
|
||
|
|
string ->
|
||
|
|
job impl list ->
|
||
|
|
unit
|
||
|
|
|
||
|
|
val run : unit -> unit
|