ยซ Up

unimath 20220816 Error ๐Ÿ”ฅ

Context

# Packages matching: installed
# Name              # Installed # Synopsis
base-bigarray       base
base-threads        base
base-unix           base
conf-findutils      1           Virtual package relying on findutils
conf-gmp            4           Virtual package relying on a GMP lib system installation
coq                 8.16.0      Formal proof management system
dune                3.7.0       Fast, portable, and opinionated build system
ocaml               4.11.2      The OCaml compiler (virtual package)
ocaml-base-compiler 4.11.2      Official release 4.11.2
ocaml-config        1           OCaml Switch Configuration
ocamlfind           1.9.5       A library manager for OCaml
zarith              1.12        Implements arithmetic and logical operations over arbitrary-precision integers
# opam file:
opam-version: "2.0"
maintainer: "The UniMath Development Team"
homepage: "https://github.com/UniMath/UniMath"
dev-repo: "git+https://github.com/UniMath/UniMath.git"
bug-reports: "https://github.com/UniMath/UniMath/issues"
license: "Kind of MIT"
authors: ["The UniMath Development Team"]
build: [make "BUILD_COQ=no" "-j%{jobs}%"]
install: [make "BUILD_COQ=no" "install"]
depends: [
  "ocaml"
  "coq" {>= "8.12.2"}
]
synopsis: "Library of Univalent Mathematics"
url {
  src: "https://github.com/UniMath/UniMath/archive/refs/tags/v20220816.tar.gz"
  checksum: "sha512=00543bd6f22d531d87015aad68b558f0a7a17f0f497f84dc1476de2d2c2b0f6ad4ad1437e9cf1e9878d10647a0079329ad84e05edd81998d53c53e5e7f889d76"
}

Lint

Command
true
Return code
0

Dry install ๐Ÿœ๏ธ

Dry install with the current Coq version:

Command
opam install -y --show-action coq-unimath.20220816 coq.8.16.0
Return code
0

Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:

Command
true
Return code
0

Install dependencies

Command
opam list; echo; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-unimath.20220816 coq.8.16.0
Return code
0
Duration
1 m 0 s

Install ๐Ÿš€

Command
opam list; echo; ulimit -Sv 16000000; timeout 8h opam install -y -v coq-unimath.20220816 coq.8.16.0
Return code
31744
Duration
8 h 1 m
Output
# Packages matching: installed
# Name              # Installed # Synopsis
base-bigarray       base
base-threads        base
base-unix           base
conf-findutils      1           Virtual package relying on findutils
conf-gmp            4           Virtual package relying on a GMP lib system installation
coq                 8.16.0      Formal proof management system
dune                3.7.0       Fast, portable, and opinionated build system
ocaml               4.11.2      The OCaml compiler (virtual package)
ocaml-base-compiler 4.11.2      Official release 4.11.2
ocaml-config        1           OCaml Switch Configuration
ocamlfind           1.9.5       A library manager for OCaml
zarith              1.12        Implements arithmetic and logical operations over arbitrary-precision integers
[NOTE] Package coq is already installed (current version is 8.16.0).
The following actions will be performed:
  - install coq-unimath 20220816
<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/1: [coq-unimath.20220816: http]
[coq-unimath.20220816] downloaded from https://github.com/UniMath/UniMath/archive/refs/tags/v20220816.tar.gz
Processing  1/1:
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/2: [coq-unimath: make]
+ /home/bench/.opam/opam-init/hooks/sandbox.sh "build" "make" "BUILD_COQ=no" "-j4" (CWD=/home/bench/.opam/ocaml-base-compiler.4.11.2/.opam-switch/build/coq-unimath.20220816)
- --- making .coq_makefile_input
- coq_makefile -f .coq_makefile_input -o .coq_makefile_output
- mv .coq_makefile_output build/CoqMakefile.make
- --- making UniMath/Foundations/All.v
- --- making UniMath/MoreFoundations/All.v
- --- making UniMath/Combinatorics/All.v
- --- making UniMath/Algebra/All.v
- --- making UniMath/NumberSystems/All.v
- --- making UniMath/SyntheticHomotopyTheory/All.v
- --- making UniMath/PAdics/All.v
- --- making UniMath/CategoryTheory/All.v
- --- making UniMath/Bicategories/All.v
- --- making UniMath/Ktheory/All.v
- --- making UniMath/Topology/All.v
- --- making UniMath/RealNumbers/All.v
- --- making UniMath/Tactics/All.v
- --- making UniMath/SubstitutionSystems/All.v
- --- making UniMath/Folds/All.v
- --- making UniMath/HomologicalAlgebra/All.v
- --- making UniMath/AlgebraicGeometry/All.v
- --- making UniMath/Paradoxes/All.v
- --- making UniMath/Induction/All.v
- --- making UniMath/All.v
- sed -e "s/@LOCAL@ /;;/" <UniMath/.dir-locals.el.in >UniMath/.dir-locals.el
- ulimit -v unlimited ; make -f build/CoqMakefile.make all
- make[1]: Entering directory '/home/bench/.opam/ocaml-base-compiler.4.11.2/.opam-switch/build/coq-unimath.20220816'
- COQDEP VFILES
- COQC UniMath/Foundations/Init.v
- COQC UniMath/Folds/aux_lemmas.v
- COQC UniMath/Foundations/Preamble.v
- COQC UniMath/Foundations/PartA.v
- File "./UniMath/Foundations/PartA.v", line 350, characters 0-48:
- Warning: Declaring arbitrary terms as hints is fragile; it is recommended to
- declare a toplevel constant instead [fragile-hint-constr,automation]
- File "./UniMath/Foundations/PartA.v", line 376, characters 0-47:
- Warning: Declaring arbitrary terms as hints is fragile; it is recommended to
- declare a toplevel constant instead [fragile-hint-constr,automation]
- COQC UniMath/Foundations/PartB.v
- COQC UniMath/MoreFoundations/WeakEquivalences.v
- COQC UniMath/Foundations/UnivalenceAxiom.v
- COQC UniMath/Combinatorics/DecSet.v
- COQC UniMath/Foundations/PartC.v
- COQC UniMath/Foundations/PartD.v
- COQC UniMath/Combinatorics/Maybe.v
- COQC UniMath/Foundations/UnivalenceAxiom2.v
- COQC UniMath/Foundations/Propositions.v
- COQC UniMath/Foundations/Sets.v
- COQC UniMath/Foundations/HLevels.v
- COQC UniMath/Folds/UnicodeNotations.v
- COQC UniMath/Foundations/NaturalNumbers.v
- COQC UniMath/Foundations/Tests.v
- COQC UniMath/MoreFoundations/Bool.v
- COQC UniMath/Algebra/BinaryOperations.v
- COQC UniMath/Tactics/Utilities.v
- COQC UniMath/Folds/folds_precat.v
- COQC UniMath/Folds/folds_pre_2_cat.v
- COQC UniMath/MoreFoundations/Test.v
- COQC UniMath/Foundations/All.v
- COQC UniMath/NumberSystems/NaturalNumbers_le_Inductive.v
- COQC UniMath/MoreFoundations/Tactics.v
- COQC UniMath/MoreFoundations/Notations.v
- COQC UniMath/MoreFoundations/DoubleNegation.v
- COQC UniMath/MoreFoundations/NegativePropositions.v
- COQC UniMath/MoreFoundations/PartD.v
- COQC UniMath/Algebra/Dcpo.v
- COQC UniMath/Paradoxes/GirardsParadox.v
- COQC UniMath/MoreFoundations/PartA.v
- COQC UniMath/MoreFoundations/AlternativeProofs.v
- COQC UniMath/MoreFoundations/Subposets.v
- COQC UniMath/MoreFoundations/DecidablePropositions.v
- COQC UniMath/MoreFoundations/NullHomotopies.v
- COQC UniMath/MoreFoundations/Equivalences.v
- COQC UniMath/MoreFoundations/StructureIdentity.v
- COQC UniMath/Combinatorics/StandardFiniteSets.v
- COQC UniMath/Algebra/Apartness.v
- COQC UniMath/Paradoxes/All.v
- COQC UniMath/MoreFoundations/PathsOver.v
- COQC UniMath/MoreFoundations/Nat.v
- COQC UniMath/MoreFoundations/Propositions.v
- COQC UniMath/MoreFoundations/Interval.v
- COQC UniMath/MoreFoundations/QuotientSet.v
- COQC UniMath/MoreFoundations/Univalence.v
- COQC UniMath/Combinatorics/MetricTree.v
- COQC UniMath/SyntheticHomotopyTheory/Halfline.v
- COQC UniMath/CategoryTheory/Core/Categories.v
- COQC UniMath/MoreFoundations/Sets.v
- COQC UniMath/MoreFoundations/MoreEquivalences.v
- COQC UniMath/MoreFoundations/Subtypes.v
- COQC UniMath/MoreFoundations/AxiomOfChoice.v
- COQC UniMath/MoreFoundations/NoInjectivePairing.v
- COQC UniMath/Combinatorics/Graph.v
- COQC UniMath/Combinatorics/WellFoundedRelations.v
- COQC UniMath/Combinatorics/BoundedSearch.v
- COQC UniMath/Algebra/Monoids.v
- COQC UniMath/CategoryTheory/Core/Isos.v
- COQC UniMath/RealNumbers/Sets.v
- COQC UniMath/Folds/from_precats_to_folds_and_back.v
- COQC UniMath/MoreFoundations/All.v
- COQC UniMath/Combinatorics/Vectors.v
- COQC UniMath/Combinatorics/FiniteSets.v
- COQC UniMath/Combinatorics/CGraph.v
- COQC UniMath/CategoryTheory/Core/TwoCategories.v
- COQC UniMath/CategoryTheory/Core/Univalence.v
- COQC UniMath/CategoryTheory/Core/TransportMorphisms.v
- COQC UniMath/Folds/folds_isomorphism.v
- COQC UniMath/Combinatorics/VectorsTests.v
-      = f p (f q (f r b))
-      : B
-      = f p (f q (f r t))
-      : A
-      = a,, b,, c,, d,, e,, tt
-      : vec A (3 + 2)
- COQC UniMath/Combinatorics/Lists.v
- COQC UniMath/Combinatorics/OrderedSets.v
- COQC UniMath/Algebra/Groups.v
- File "./UniMath/Combinatorics/OrderedSets.v", line 309, characters 0-62:
- Warning:
- New coercion path [underlyingFiniteSet; FiniteSet_to_hSet] : FiniteOrderedSet >-> hSet is ambiguous with existing 
- [underlyingOrderedSet; underlyingPoset; carrierofposet] : FiniteOrderedSet >-> hSet.
- [ambiguous-paths,typechecker]
- COQC UniMath/Algebra/Universal/HVectors.v
- COQC UniMath/CategoryTheory/Core/Functors.v
- COQC UniMath/CategoryTheory/categories/setwith2binops.v
- COQC UniMath/CategoryTheory/categories/abmonoids.v
- COQC UniMath/CategoryTheory/categories/preorder_categories.v
- COQC UniMath/Tactics/Monoids_Tactics.v
- COQC UniMath/Folds/All.v
- COQC UniMath/Combinatorics/GraphPaths.v
- COQC UniMath/Combinatorics/WellOrderedSets.v
- COQC UniMath/Combinatorics/FiniteSequences.v
- COQC UniMath/Combinatorics/MoreLists.v
- COQC UniMath/Algebra/GroupAction.v
- COQC UniMath/Algebra/RigsAndRings.v
- COQC UniMath/Algebra/Lattice.v
- COQC UniMath/Algebra/Universal/SortedTypes.v
- COQC UniMath/Algebra/Universal/Signatures.v
- COQC UniMath/CategoryTheory/Core/NaturalTransformations.v
- COQC UniMath/CategoryTheory/Core/Setcategories.v
- COQC UniMath/CategoryTheory/categories/HSET/Core.v
- COQC UniMath/CategoryTheory/Subcategory/Core.v
- COQC UniMath/CategoryTheory/limits/cones.v
- COQC UniMath/CategoryTheory/coslicecat.v
- COQC UniMath/CategoryTheory/category_binops.v
- COQC UniMath/CategoryTheory/LocalizingClass.v
- COQC UniMath/CategoryTheory/UnderCategories.v
- COQC UniMath/CategoryTheory/categories/grs.v
- COQC UniMath/CategoryTheory/categories/Graph.v
- COQC UniMath/CategoryTheory/categories/CGraph.v
- COQC UniMath/CategoryTheory/Monoidal/MonoidalCategoriesCurried.v
- COQC UniMath/Bicategories/MonoidalCategories/UnivalenceMonCat/CurriedMonoidalCategories.v
- COQC UniMath/Topology/Prelim.v
- COQC UniMath/Tactics/Abmonoids_Tactics.v
- COQC UniMath/Tactics/Groups_Tactics.v
- COQC UniMath/Tactics/Nat_Tactics.v
- COQC UniMath/Combinatorics/Equivalence_Relations.v
- COQC UniMath/Combinatorics/ZFstructures.v
- COQC UniMath/Combinatorics/Tests.v
- COQC UniMath/Combinatorics/All.v
- File "./UniMath/Combinatorics/All.v", line 11, characters 0-49:
- Warning:
- New coercion path [underlyingFiniteSet; FiniteSet_to_hSet] : FiniteOrderedSet >-> hSet is ambiguous with existing 
- [underlyingOrderedSet; OrderedSets.underlyingPoset; carrierofposet] : FiniteOrderedSet >-> hSet.
- [ambiguous-paths,typechecker]
- COQC UniMath/Algebra/FixedPointTheorems.v
- File "./UniMath/Algebra/FixedPointTheorems.v", line 639, characters 2-10:
- Warning:
- New coercion path [Chain_of_Chain_hsubtype; chain_family] : Chain_hsubtype >-> Funclass is ambiguous with existing 
- [pr1_Chain_hsubtype; id_hsubtype] : Chain_hsubtype >-> Funclass (reversible).
- [ambiguous-paths,typechecker]
- File "./UniMath/Algebra/FixedPointTheorems.v", line 657, characters 0-11:
- Warning:
- New coercion path [Chain_of_Chain_hsubtype; chain_family] : Chain_hsubtype >-> Funclass is ambiguous with existing 
- [pr1_Chain_hsubtype; id_hsubtype] : Chain_hsubtype >-> Funclass (reversible).
- [ambiguous-paths,typechecker]
- File "./UniMath/Algebra/FixedPointTheorems.v", line 710, characters 2-10:
- Warning:
- New coercion path [Directed_of_Directed_hsubtype; directed_family] : Directed_hsubtype >-> Funclass is ambiguous with existing 
- [pr1_Directed_hsubtype; id_hsubtype] : Directed_hsubtype >-> Funclass (reversible).
- [ambiguous-paths,typechecker]
- File "./UniMath/Algebra/FixedPointTheorems.v", line 734, characters 0-13:
- Warning:
- New coercion path [Direc
[...] truncated
mples/DisplayedCatToBicat.v
- COQC UniMath/Bicategories/DisplayedBicats/Examples/Slice.v
- COQC UniMath/Bicategories/DisplayedBicats/Examples/Prod.v
- COQC UniMath/Bicategories/DisplayedBicats/Examples/DispDepProd.v
- COQC UniMath/Bicategories/DisplayedBicats/Examples/Trivial.v
- Finished transaction in 766.678 secs (80.035u,0.067s) (successful)
- COQC UniMath/Bicategories/DisplayedBicats/Examples/BicatOfInvertibles.v
- COQC UniMath/Bicategories/MonoidalCategories/UnivalenceMonCat/UnitLayer.v
- COQC UniMath/Bicategories/MonoidalCategories/UnivalenceMonCat/TensorLayer.v
- COQC UniMath/Bicategories/PseudoFunctors/Display/Map1Cells.v
- COQC UniMath/Bicategories/DisplayedBicats/Examples/PointedOneTypes.v
- COQC UniMath/Bicategories/DisplayedBicats/Examples/ContravariantFunctor.v
- COQC UniMath/Bicategories/DisplayedBicats/Examples/Domain.v
- COQC UniMath/Bicategories/DisplayedBicats/Examples/FunctorsIntoCat.v
- COQC UniMath/Bicategories/DisplayedBicats/Examples/Codomain.v
- COQC UniMath/Bicategories/DisplayedBicats/Examples/KleisliTriple.v
- COQC UniMath/Bicategories/Limits/Examples/OneTypesLimits.v
- COQC UniMath/Bicategories/Limits/Examples/BicatOfCatsLimits.v
- COQC UniMath/Bicategories/Limits/Examples/BicatOfUnivCatsLimits.v
- COQC UniMath/Bicategories/Limits/Examples/OpCellBicatLimits.v
- COQC UniMath/Bicategories/Limits/Examples/SliceBicategoryLimits.v
- COQC UniMath/Bicategories/Limits/Examples/TotalBicategoryLimits.v
- COQC UniMath/Bicategories/Morphisms/Eso.v
- COQC UniMath/Bicategories/Colimits/Examples/BicatOfUnivCatsColimits.v
- COQC UniMath/Bicategories/Colimits/Examples/SliceBicategoryColimits.v
- COQC UniMath/Bicategories/DisplayedBicats/ExamplesOfCleavings/DomainCleaving.v
- COQC UniMath/Bicategories/DisplayedBicats/ExamplesOfCleavings/FunctorsIntoCatCleaving.v
- COQC UniMath/SubstitutionSystems/ModulesFromSignatures.v
- COQC UniMath/SubstitutionSystems/Lam.v
- COQC UniMath/SubstitutionSystems/LamHSET.v
- COQC UniMath/SubstitutionSystems/BindingSigToMonad.v
- COQC UniMath/SubstitutionSystems/MonadicSubstitution_alt.v
- COQC UniMath/HomologicalAlgebra/All.v
- COQC UniMath/CategoryTheory/All.v
- File "./UniMath/CategoryTheory/All.v", line 191, characters 0-65:
- Warning:
- New coercion path [adjunction_of_right_adjoint_over_id_data; left_adj_over_id] : right_adjoint_over_id_data >-> disp_functor is ambiguous with existing 
- [functor_of_right_adjoint_over_id] : right_adjoint_over_id_data >-> disp_functor.
- [ambiguous-paths,typechecker]
- COQC UniMath/Bicategories/Morphisms/Examples/FibrationsInStrictCats.v
- COQC UniMath/Bicategories/DisplayedBicats/FiberBicategory/FiberBicategory1.v
- COQC UniMath/Bicategories/DisplayedBicats/Examples/FullSub.v
- COQC UniMath/Bicategories/MonoidalCategories/UnivalenceMonCat/TensorUnitLayer.v
- COQC UniMath/Bicategories/Core/Examples/Groupoids.v
- COQC UniMath/Bicategories/PseudoFunctors/Display/Map2Cells.v
- COQC UniMath/Bicategories/PseudoFunctors/Display/Identitor.v
- COQC UniMath/Bicategories/PseudoFunctors/Display/Compositor.v
- COQC UniMath/Bicategories/PseudoFunctors/Display/StrictIdentitor.v
- COQC UniMath/Bicategories/PseudoFunctors/Display/StrictCompositor.v
- COQC UniMath/Bicategories/DisplayedBicats/Examples/Cofunctormap.v
- COQC UniMath/Bicategories/Limits/Examples/UnivGroupoidsLimits.v
- COQC UniMath/Bicategories/Limits/Examples/DispConstructionsLimits.v
- COQC UniMath/Bicategories/MonoidalCategories/BicatOfWhiskeredMonCats.v
- COQC UniMath/Bicategories/Morphisms/Properties/ClosedUnderPullback.v
- COQC UniMath/Bicategories/Morphisms/Properties/EsoProperties.v
- COQC UniMath/Bicategories/Morphisms/Examples/MorphismsInOneTypes.v
- COQC UniMath/Bicategories/Morphisms/Examples/EsosInBicatOfUnivCats.v
- COQC UniMath/Bicategories/Morphisms/Examples/MorphismsInSliceBicat.v
- COQC UniMath/Bicategories/Colimits/Examples/OpCellBicatColimits.v
- COQC UniMath/Bicategories/Colimits/Examples/OneTypesColimits.v
- COQC UniMath/Bicategories/DisplayedBicats/ExamplesOfCleavings/CodomainCleaving.v
- COQC UniMath/Bicategories/Logic/DisplayMapBicat.v
- COQC UniMath/SubstitutionSystems/SubstitutionSystems_Summary.v
- COQC UniMath/SubstitutionSystems/LamFromBindingSig.v
- COQC UniMath/SubstitutionSystems/MLTT79.v
- COQC UniMath/SubstitutionSystems/FromBindingSigsToMonads_Summary.v
- COQC UniMath/SubstitutionSystems/MultiSorted.v
- COQC UniMath/SubstitutionSystems/MultiSorted_alt.v
- COQC UniMath/SubstitutionSystems/STLC.v
- COQC UniMath/SubstitutionSystems/STLC_alt.v
- COQC UniMath/SubstitutionSystems/CCS.v
- COQC UniMath/SubstitutionSystems/CCS_alt.v
- COQC UniMath/SubstitutionSystems/PCF_alt.v
- COQC UniMath/Bicategories/DisplayedBicats/Examples/DispBicatOfDispCats.v
- COQC UniMath/Bicategories/DisplayedBicats/Examples/Sub1Cell.v
- COQC UniMath/Bicategories/MonoidalCategories/UnivalenceMonCat/AssociatorUnitorsLayer.v
- COQC UniMath/Bicategories/PseudoFunctors/Display/PseudoFunctorBicat.v
- COQC UniMath/Bicategories/PseudoFunctors/Display/StrictPseudoFunctorBicat.v
- COQC UniMath/Bicategories/PseudoFunctors/PseudoFunctor.v
- COQC UniMath/Bicategories/DisplayedBicats/Examples/CwF.v
- COQC UniMath/Bicategories/Limits/Examples/SubbicatLimits.v
- COQC UniMath/Bicategories/MonoidalCategories/MonoidalDialgebrasInserters.v
- COQC UniMath/Bicategories/DisplayedBicats/ExamplesOfCleavings/FibrationCleaving.v
- COQC UniMath/Bicategories/DisplayedBicats/ExamplesOfCleavings/OpFibrationCleaving.v
- COQC UniMath/Bicategories/DisplayedBicats/Examples/DisplayMapBicatToDispBicat.v
- Finished transaction in 767.388 secs (78.76u,0.166s) (successful)
- COQC UniMath/Bicategories/DisplayedBicats/Examples/DisplayMapBicatSlice.v
- COQC UniMath/Bicategories/DisplayedBicats/ExamplesOfCleavings/DisplayMapBicatCleaving.v
- COQC UniMath/SubstitutionSystems/All.v
- COQC UniMath/Bicategories/DisplayedBicats/FiberBicategory/FiberBicategory2.v
- COQC UniMath/Bicategories/Core/Examples/StructuredCategories.v
- COQC UniMath/Bicategories/MonoidalCategories/UnivalenceMonCat/FinalLayer.v
- COQC UniMath/Bicategories/PseudoFunctors/StrictPseudoFunctor.v
- COQC UniMath/Bicategories/PseudoFunctors/Examples/Identity.v
- COQC UniMath/Bicategories/PseudoFunctors/Examples/Composition.v
- COQC UniMath/Bicategories/PseudoFunctors/Examples/Constant.v
- COQC UniMath/Bicategories/PseudoFunctors/Examples/ApFunctor.v
- COQC UniMath/Bicategories/PseudoFunctors/Examples/OpFunctor.v
- COQC UniMath/Bicategories/PseudoFunctors/Examples/PseudofunctorFromMonoidal.v
- COQC UniMath/Bicategories/PseudoFunctors/Examples/Op2OfPseudoFunctor.v
- COQC UniMath/Bicategories/Transformations/PseudoTransformation.v
- COQC UniMath/Bicategories/DisplayedBicats/Examples/DisplayedInserter.v
- COQC UniMath/Bicategories/DisplayedBicats/Examples/Algebras.v
- COQC UniMath/Bicategories/DisplayedBicats/DispPseudofunctor.v
- COQC UniMath/Bicategories/Core/Examples/Image.v
- COQC UniMath/Bicategories/Limits/Examples/LimitsStructuredCategories.v
- COQC UniMath/Bicategories/PseudoFunctors/Preservation/Preservation.v
- COQC UniMath/Bicategories/PseudoFunctors/Examples/ConstProduct.v
- COQC UniMath/Bicategories/PseudoFunctors/Examples/Reindexing.v
- COQC UniMath/Bicategories/PseudoFunctors/Examples/PullbackFunctor.v
- COQC UniMath/Bicategories/Limits/Examples/DisplayMapSliceLimits.v
- COQC UniMath/Bicategories/Colimits/Examples/DisplayMapSliceColimits.v
- COQC UniMath/Bicategories/OtherStructure/ClassifyingDiscreteOpfib.v
- COQC UniMath/Bicategories/DisplayedBicats/FiberBicategory.v
- COQC UniMath/Bicategories/MonoidalCategories/UnivalenceMonCat/EquivalenceMonCatCurried.v
- COQC UniMath/Bicategories/Transformations/Examples/Whiskering.v
- COQC UniMath/Bicategories/Transformations/Examples/Unitality.v
- COQC UniMath/Bicategories/Transformations/Examples/Associativity.v
- COQC UniMath/Bicategories/Transformations/Examples/ApTransformation.v
- COQC UniMath/Bicategories/Modifications/Modification.v
- COQC UniMath/Bicategories/DisplayedBicats/Examples/Displayed2Inserter.v
- COQC UniMath/Bicategories/PseudoFunctors/Examples/CorestrictImage.v
- COQC UniMath/Bicategories/PseudoFunctors/Preservation/ClosedUnderEquivalence.v
- COQC UniMath/Bicategories/PseudoFunctors/PseudoFunctorLimits.v
- COQC UniMath/Bicategories/Modifications/Examples/ApModification.v
- COQC UniMath/Bicategories/Modifications/Examples/Unitality.v
- COQC UniMath/Bicategories/PseudoFunctors/Representable.v
- COQC UniMath/Bicategories/PseudoFunctors/Examples/StrictToPseudo.v
- COQC UniMath/Bicategories/DisplayedBicats/DispTransformation.v
- COQC UniMath/Bicategories/PseudoFunctors/Biadjunction.v
- COQC UniMath/Bicategories/PseudoFunctors/Examples/Strictify.v
- COQC UniMath/Bicategories/Modifications/Examples/Associativity.v
- COQC UniMath/Bicategories/PseudoFunctors/Yoneda.v
- COQC UniMath/Bicategories/PseudoFunctors/Biequivalence.v
- COQC UniMath/Bicategories/PseudoFunctors/Examples/Projection.v
- COQC UniMath/Bicategories/Core/YonedaLemma.v
- COQC UniMath/Bicategories/PseudoFunctors/Preservation/BiadjunctionPreservation.v
- COQC UniMath/Bicategories/PseudoFunctors/Preservation/BiadjunctionPreserveProducts.v
- COQC UniMath/Bicategories/PseudoFunctors/Preservation/BiadjunctionPreserveInserters.v
- COQC UniMath/Bicategories/PseudoFunctors/Preservation/BiadjunctionPreserveEquifiers.v
- COQC UniMath/Bicategories/PseudoFunctors/Preservation/BiadjunctionPreserveCoproducts.v
- COQC UniMath/Bicategories/PseudoFunctors/UniversalArrow.v
- COQC UniMath/Bicategories/PseudoFunctors/Examples/CurryingInBicatOfCats.v
- COQC UniMath/Bicategories/PseudoFunctors/Examples/PathGroupoid.v
- COQC UniMath/Bicategories/DisplayedBicats/Cartesians.v
- COQC UniMath/Bicategories/DisplayedBicats/EquivalenceBetweenCartesians.v
- COQC UniMath/Bicategories/PseudoFunctors/Examples/CompositionPseudoFunctor.v
- COQC UniMath/Bicategories/PseudoFunctors/Preservation/PullbackPreservation.v
- COQC UniMath/Bicategories/DisplayedBicats/FiberBicategory/CodomainFiber.v
- COQC UniMath/Bicategories/DisplayedBicats/FiberBicategory/DisplayMapFiber.v
The middle of the output is truncated (maximum 20000 characters)

Installation size

No files were installed.

Uninstall ๐Ÿงน

Command
true
Return code
0
Missing removes
none
Wrong removes
none