File by file type in type universe monomorphic#1503
Draft
DanGrayson wants to merge 90 commits intoUniMath:masterfrom
Draft
File by file type in type universe monomorphic#1503DanGrayson wants to merge 90 commits intoUniMath:masterfrom
DanGrayson wants to merge 90 commits intoUniMath:masterfrom
Conversation
…-by-file-type-in-type
…-by-file-type-in-type
... so it includes -type-in-type only for the file Resizing2.v
On branch file-by-file-type-in-type
On branch file-by-file-type-in-type
and remove an unneeded axiom On branch file-by-file-type-in-type
On branch file-by-file-type-in-type
On branch file-by-file-type-in-type
…-by-file-type-in-type
…-by-file-type-in-type
…-by-file-type-in-type
everything up to MoreFoundations/Subtypes.v compiles
... so we can make more progress on universe polymorphism
Build and you will see this:
subtypeInjectivity_prop@{} =
fun (A : Type@{i}) (B : forall _ : A, hProp)
(x : total2@{i} (fun x : A => hProptoType (B x)))
(y : total2@{i} (fun x0 : A => hProptoType (B x0))) =>
subtypeInjectivity@{i i} (fun x0 : A => hProptoType (B x0))
(fun x0 : A => propproperty (B x0)) x y
: forall (A : Type@{i}) (B : forall _ : A, hProp)
(x : total2@{i} (fun x : A => hProptoType (B x)))
(y : total2@{i} (fun x0 : A => hProptoType (B x0))),
weq@{i} (paths@{i} x y) (paths@{i} (pr1 x) (pr1 y))
(* |= i < UniMath.Foundations.Preamble.12
i <= uu1
i = uu0
*)
subtypeInjectivity_prop is universe polymorphic
Argument A is implicit and maximally inserted
Argument scopes are [type_scope function_scope _ _]
File "./UniMath/Foundations/Propositions.v", line 144, characters 34-35:
Error:
In environment
X : Type@{uu1}
The term "X" has type "Type@{uu1}" while it is expected to have type
"Type@{i}" (universe inconsistency: Cannot enforce uu1 <= i because i
< uu1).
The constraint i=uu0 is invalid and should have signalled a universe
inconsistency during the definition of subtypeInjectivity_prop.
packages working: Foundations, MoreFoundations
…-by-file-type-in-type
…-by-file-type-in-type
…-by-file-type-in-type
we've upgraded to the latest Coq from SkySkimmer/univ-cumul, but we don't get as far, stopping with a new error in HLevels.v. I've added some comments temporarily at the point where it stops (line 185).
advanced further on branch SkySkimmer/univ-cumul started using his new option Global Unset Cumulativity Use ULub.
…-by-file-type-in-type
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.