X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/f8dfbbcc29a40de94580697e610db6254b85f0fb..4542571e02a2517e6ca9c342d433343293b06be8:/src/env.sig?ds=sidebyside diff --git a/src/env.sig b/src/env.sig index 31e6691..023813a 100644 --- a/src/env.sig +++ b/src/env.sig @@ -82,6 +82,9 @@ signature ENV = sig val containerV_one : string -> string * 'a arg -> (env_vars * 'a -> unit) * (unit -> unit) -> unit + val registerFunction : string * (Ast.exp list -> Ast.exp option) -> unit + val function : string -> (Ast.exp list -> Ast.exp option) option + type env val empty : env