diff options
| author | msozeau | 2011-05-05 11:36:22 +0000 |
|---|---|---|
| committer | msozeau | 2011-05-05 11:36:22 +0000 |
| commit | ce36fb68500966c9eed8f54943f62d8b31edda5c (patch) | |
| tree | e7c5788a2bc8b7a647ee30e58eb0e6a63971e87e /test-suite | |
| parent | be299971b29dbed7837c497fd59c192e4d0add72 (diff) | |
Merge branch 'subclasses' into coq-trunk
Stop using hnf_constr in unify_type, which might unfold constants
that are marked opaque for unification.
Conflicts:
pretyping/unification.ml
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@14092 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'test-suite')
| -rw-r--r-- | test-suite/bugs/closed/shouldsucceed/2362.v | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test-suite/bugs/closed/shouldsucceed/2362.v b/test-suite/bugs/closed/shouldsucceed/2362.v index 897f7c456f..febb9c7bb0 100644 --- a/test-suite/bugs/closed/shouldsucceed/2362.v +++ b/test-suite/bugs/closed/shouldsucceed/2362.v @@ -17,7 +17,6 @@ Notation "( x ,> y )" := (fpair x y) (at level 0). Instance Pointed_FPair B neutral: Pointed (fun A => FPair A B neutral) := { creturn := fun A (a:A) => (a,> neutral) }. - Definition blah_fail (x:bool) : FPair bool nat O := creturn x. Set Printing All. Print blah_fail. |
