diff options
| author | msozeau | 2009-05-16 13:53:49 +0000 |
|---|---|---|
| committer | msozeau | 2009-05-16 13:53:49 +0000 |
| commit | df73f477fd496168bf448d2bfef8cec3cb0643ee (patch) | |
| tree | 571510f4e0518bd01ca3611c84acee01fb1dfae3 /pretyping/evarconv.mli | |
| parent | b0e371b354ffdbf4a8572924602d04848020079e (diff) | |
(Tentative to) add Canonical Structure resolution to the regular
unification algorithm. Uses the same code to recognize projections
(check_conv_record) and the same unification steps on the solution as
evar_conv. This required to fold the sigma through unify_* along with
the meta and evar substitutions as this can grow during unification.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12128 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'pretyping/evarconv.mli')
| -rw-r--r-- | pretyping/evarconv.mli | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pretyping/evarconv.mli b/pretyping/evarconv.mli index 538ac29b9e..a281a3898f 100644 --- a/pretyping/evarconv.mli +++ b/pretyping/evarconv.mli @@ -35,3 +35,9 @@ val evar_eqappr_x : (*i*) val consider_remaining_unif_problems : env -> evar_defs -> evar_defs * bool + +val check_conv_record : constr * types list -> constr * types list -> + constr * constr list * (constr list * constr list) * + (constr list * types list) * + (constr list * types list) * constr * + (int * constr) |
