X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/f8dfbbcc29a40de94580697e610db6254b85f0fb..90dd48df1de3ea116fe2f2c0ec0fe36c71e17e5c:/src/env.sig 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