diff options
author | Stephane Glondu <steph@glondu.net> | 2009-02-19 13:13:14 +0100 |
---|---|---|
committer | Stephane Glondu <steph@glondu.net> | 2009-02-19 13:13:14 +0100 |
commit | a0a94c1340a63cdb824507b973393882666ba52a (patch) | |
tree | 73aa4eb32cbd176379bc91b21c184e2a6882bfe3 /checker/declarations.mli | |
parent | cfbfe13f5b515ae2e3c6cdd97e2ccee03bc26e56 (diff) |
Imported Upstream version 8.2-1+dfsgupstream/8.2-1+dfsg
Diffstat (limited to 'checker/declarations.mli')
-rw-r--r-- | checker/declarations.mli | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/checker/declarations.mli b/checker/declarations.mli index 78bf2053..d71e625f 100644 --- a/checker/declarations.mli +++ b/checker/declarations.mli @@ -212,3 +212,8 @@ val join_alias : substitution -> substitution -> substitution val update_subst_alias : substitution -> substitution -> substitution val update_subst : substitution -> substitution -> substitution val subst_key : substitution -> substitution -> substitution + +(* Validation *) +val val_eng : Obj.t -> unit +val val_module : Obj.t -> unit +val val_modtype : Obj.t -> unit |