Skip to content

Commit

Permalink
Hurkens' paradox on Type (r15973 and r15977) needs two (non-Set)
Browse files Browse the repository at this point in the history
universes.  As it uses eq_rect on Type(2), the arguments of eq_rect
has to be in Type(3) and compiling the standard library now needs one
more universe!  If needed, we could avoid this by inlining the
definition of (eq_rect Type2) in Hurkens.v

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15981 85f007b7-540e-0410-9357-904b9bb8a0f7
  • Loading branch information
herbelin committed Nov 18, 2012
1 parent 873d23c commit 1c25f8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-suite/Makefile
Expand Up @@ -400,7 +400,7 @@ misc/deps-order.log:
} > "$@"

# Sort universes for the whole standard library
EXPECTED_UNIVERSES := 3
EXPECTED_UNIVERSES := 4
universes: misc/universes.log
misc/universes.log: misc/universes/all_stdlib.v
@echo "TEST misc/universes"
Expand Down

0 comments on commit 1c25f8b

Please sign in to comment.