ยซ Up

unimath 20220204 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                 dev         Formal proof management system
dune                3.0.3       Fast, portable, and opinionated build system
ocaml               4.08.1      The OCaml compiler (virtual package)
ocaml-base-compiler 4.08.1      Official release 4.08.1
ocaml-config        1           OCaml Switch Configuration
ocamlfind           1.9.3       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/v20220204.tar.gz"
  checksum: "sha512=aaa47633d5d5e0abcae4ec422f3664e0c84ebb5054150323c04c3def81f13fb32efddb012d393d709140915a6e58d602290e312c6d24950c0a7dc3aafcad8b76"
}

Lint

Command
true
Return code
0

Dry install ๐Ÿœ๏ธ

Dry install with the current Coq version:

Command
opam install -y --show-action coq-unimath.20220204 coq.dev
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.20220204 coq.dev
Return code
0
Duration
1 m 0 s

Install ๐Ÿš€

Command
opam list; echo; ulimit -Sv 16000000; timeout 8h opam install -y -v coq-unimath.20220204 coq.dev
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                 dev         Formal proof management system
dune                3.0.3       Fast, portable, and opinionated build system
ocaml               4.08.1      The OCaml compiler (virtual package)
ocaml-base-compiler 4.08.1      Official release 4.08.1
ocaml-config        1           OCaml Switch Configuration
ocamlfind           1.9.3       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 dev).
The following actions will be performed:
  - install coq-unimath 20220204
<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/1: [coq-unimath.20220204: http]
[coq-unimath.20220204] downloaded from https://github.com/UniMath/UniMath/archive/refs/tags/v20220204.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.08.1/.opam-switch/build/coq-unimath.20220204)
- make: command: Command not found
- --- making .coq_makefile_input
- coq_makefile -f .coq_makefile_input -o .coq_makefile_output
- mv .coq_makefile_output build/CoqMakefile.make
- make: command: Command not found
- --- 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
- ulimit -v unlimited ; make -f build/CoqMakefile.make all
- make[1]: Entering directory '/home/bench/.opam/ocaml-base-compiler.4.08.1/.opam-switch/build/coq-unimath.20220204'
- COQDEP VFILES
- COQC UniMath/Foundations/Init.v
- COQC UniMath/Folds/aux_lemmas.v
- File "./UniMath/Foundations/Init.v", line 199, characters 0-32:
- Warning: The default value for hint locality is currently "local" in a
- section and "global" otherwise, but is scheduled to change in a future
- release. For the time being, adding hints outside of sections without
- specifying an explicit locality attribute is therefore deprecated. It is
- recommended to use "export" whenever possible. Use the attributes #[local],
- #[global] and #[export] depending on your choice. For example: "#[export]
- Hint Unfold foo : bar." [deprecated-hint-without-locality,deprecated]
- COQC UniMath/Foundations/Preamble.v
- File "./UniMath/Foundations/Preamble.v", line 141, characters 0-32:
- Warning: The default value for hint locality is currently "local" in a
- section and "global" otherwise, but is scheduled to change in a future
- release. For the time being, adding hints outside of sections without
- specifying an explicit locality attribute is therefore deprecated. It is
- recommended to use "export" whenever possible. Use the attributes #[local],
- #[global] and #[export] depending on your choice. For example: "#[export]
- Hint Unfold foo : bar." [deprecated-hint-without-locality,deprecated]
- COQC UniMath/Foundations/PartA.v
- File "./UniMath/Foundations/PartA.v", line 350, characters 0-38:
- Warning: The default value for hint locality is currently "local" in a
- section and "global" otherwise, but is scheduled to change in a future
- release. For the time being, adding hints outside of sections without
- specifying an explicit locality attribute is therefore deprecated. It is
- recommended to use "export" whenever possible. Use the attributes #[local],
- #[global] and #[export] depending on your choice. For example: "#[export]
- Hint Unfold foo : bar." [deprecated-hint-without-locality,deprecated]
- File "./UniMath/Foundations/PartA.v", line 350, characters 0-38:
- 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 375, characters 0-37:
- Warning: The default value for hint locality is currently "local" in a
- section and "global" otherwise, but is scheduled to change in a future
- release. For the time being, adding hints outside of sections without
- specifying an explicit locality attribute is therefore deprecated. It is
- recommended to use "export" whenever possible. Use the attributes #[local],
- #[global] and #[export] depending on your choice. For example: "#[export]
- Hint Unfold foo : bar." [deprecated-hint-without-locality,deprecated]
- File "./UniMath/Foundations/PartA.v", line 375, characters 0-37:
- 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
- File "./UniMath/Foundations/NaturalNumbers.v", line 804, characters 0-33:
- Warning: The default value for hint locality is currently "local" in a
- section and "global" otherwise, but is scheduled to change in a future
- release. For the time being, adding hints outside of sections without
- specifying an explicit locality attribute is therefore deprecated. It is
- recommended to use "export" whenever possible. Use the attributes #[local],
- #[global] and #[export] depending on your choice. For example: "#[export]
- Hint Unfold foo : bar." [deprecated-hint-without-locality,deprecated]
- File "./UniMath/Foundations/NaturalNumbers.v", line 813, characters 0-35:
- Warning: The default value for hint locality is currently "local" in a
- section and "global" otherwise, but is scheduled to change in a future
- release. For the time being, adding hints outside of sections without
- specifying an explicit locality attribute is therefore deprecated. It is
- recommended to use "export" whenever possible. Use the attributes #[local],
- #[global] and #[export] depending on your choice. For example: "#[export]
- Hint Unfold foo : bar." [deprecated-hint-without-locality,deprecated]
- File "./UniMath/Foundations/NaturalNumbers.v", line 814, characters 0-34:
- Warning: The default value for hint locality is currently "local" in a
- section and "global" otherwise, but is scheduled to change in a future
- release. For the time being, adding hints outside of sections without
- specifying an explicit locality attribute is therefore deprecated. It is
- recommended to use "export" whenever possible. Use the attributes #[local],
- #[global] and #[export] depending on your choice. For example: "#[export]
- Hint Unfold foo : bar." [deprecated-hint-without-locality,deprecated]
- File "./UniMath/Foundations/NaturalNumbers.v", line 829, characters 0-36:
- Warning: The default value for hint locality is currently "local" in a
- section and "global" otherwise, but is scheduled to change in a future
- release. For the time being, adding hints outside of sections without
- specifying an explicit locality attribute is therefore deprecated. It is
- recommended to use "export" whenever possible. Use the attributes #[local],
- #[global] and #[export] depending on your choice. For example: "#[export]
- Hint Unfold foo : bar." [deprecated-hint-without-locality,deprecated]
- File "./UniMath/Foundations/NaturalNumbers.v", line 837, characters 0-37:
- Warning: The default value for hint locality is currently "local" in a
- section and "global" otherwise, but is scheduled to change in a future
- release. For the time being, adding hints outside of sections without
- specifying an explicit locality attribute is therefore deprecated. It is
- recommended to use "export" whenever possible. Use the attributes #[local],
- #[global] and #[export] depending on your choice. For example: "#[export]
- Hint Unfold foo : bar." [deprecated-hint-without-locality,deprecated]
- COQC UniMath/MoreFoundations/Test.v
- File "./UniMath/Foundations/NaturalNumbers.v", line 1625, characters 0-34:
- Warning: The default value for hint locality is currently "local" in a
- section and "global" otherwise, but is scheduled to change in a future
- release. For the time being, adding hints outside of sections without
- specifying an explicit locality attribute is therefore deprecated. It is
- recommended to use "export" whenever possible. Use the attributes #[local],
- #[global] and #[export] depending on your choice. For example: "#[export]
- Hint Unfold foo : bar." [deprecated-hint-without-locality,deprecated]
- File "./UniMath/Foundations/NaturalNumbers.v",
[...] truncated
ng:
- 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/CategoryTheory/categories/Universal_Algebra/Algebras.v
- COQC UniMath/CategoryTheory/Monoidal/DisplayedMonoidal.v
- COQC UniMath/Bicategories/Core/Examples/FibSlice.v
- COQC UniMath/Bicategories/DisplayedBicats/FiberCategory.v
- COQC UniMath/Bicategories/DisplayedBicats/Examples/Sigma.v
- COQC UniMath/Bicategories/DisplayedBicats/Examples/DisplayedCatToBicat.v
- COQC UniMath/Bicategories/DisplayedBicats/Examples/Slice.v
- COQC UniMath/Bicategories/DisplayedBicats/Examples/Sub1Cell.v
- COQC UniMath/Bicategories/DisplayedBicats/Examples/Prod.v
- COQC UniMath/Bicategories/DisplayedBicats/Examples/Trivial.v
- COQC UniMath/Bicategories/MonoidalCategories/ActionBasedStrongFunctorsMonoidal.v
- COQC UniMath/Bicategories/MonoidalCategories/ActionBasedStrongFunctorCategory.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/DisplayedBicats/Examples/Codomain.v
- COQC UniMath/Bicategories/Discreteness.v
- COQC UniMath/SubstitutionSystems/BinSumOfSignatures.v
- COQC UniMath/SubstitutionSystems/SumOfSignatures.v
- COQC UniMath/SubstitutionSystems/BinProductOfSignatures.v
- COQC UniMath/SubstitutionSystems/SubstitutionSystems.v
- COQC UniMath/SubstitutionSystems/SignatureExamples.v
- COQC UniMath/SubstitutionSystems/SignatureCategory.v
- COQC UniMath/HomologicalAlgebra/MappingCylinder.v
- COQC UniMath/HomologicalAlgebra/KAPreTriangulated.v
- COQC UniMath/CategoryTheory/DisplayedCats/Examples.v
- COQC UniMath/CategoryTheory/categories/Universal_Algebra/EqAlgebras.v
- COQC UniMath/Bicategories/DisplayedBicats/FiberBicategory/FiberBicategory1.v
- COQC UniMath/Bicategories/DisplayedBicats/Examples/FullSub.v
- COQC UniMath/Bicategories/MonoidalCategories/ActionsFormBicategory.v
- COQC UniMath/Bicategories/Core/Examples/Groupoids.v
- COQC UniMath/Bicategories/PseudoFunctors/Display/PseudoFunctorBicat.v
- COQC UniMath/Bicategories/PseudoFunctors/Display/StrictPseudoFunctorBicat.v
- COQC UniMath/Bicategories/DisplayedBicats/Examples/CwF.v
- COQC UniMath/Bicategories/Colimits/Pullback.v
- COQC UniMath/SubstitutionSystems/MonadsFromSubstitutionSystems.v
- COQC UniMath/SubstitutionSystems/LiftingInitial.v
- COQC UniMath/SubstitutionSystems/LiftingInitial_alt.v
- COQC UniMath/SubstitutionSystems/LamSignature.v
- COQC UniMath/SubstitutionSystems/ActionBasedStrengthOnHomsInBicat.v
- COQC UniMath/HomologicalAlgebra/KATriangulated.v
- COQC UniMath/CategoryTheory/All.v
- File "./UniMath/CategoryTheory/All.v", line 183, 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/DisplayedBicats/FiberBicategory/FiberBicategory2.v
- Finished transaction in 131.879 secs (12.992u,0.019s) (successful)
- COQC UniMath/Bicategories/DisplayedBicats/Examples/DispBicatOfDispCats.v
- COQC UniMath/Bicategories/PseudoFunctors/PseudoFunctor.v
- Finished transaction in 926.21 secs (91.95u,0.058s) (successful)
- 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/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/Colimits/PullbackFunctions.v
- COQC UniMath/Bicategories/Core/InternalStreetFibration.v
- COQC UniMath/Bicategories/DisplayedBicats/ExamplesOfCleavings/DomainCleaving.v
- COQC UniMath/Bicategories/DisplayedBicats/ExamplesOfCleavings/FibrationCleaving.v
- COQC UniMath/Bicategories/DisplayedBicats/ExamplesOfCleavings/OpFibrationCleaving.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/Bicategories/DisplayedBicats/FiberBicategory.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/PseudoFunctorLimits.v
- COQC UniMath/Bicategories/Core/InternalStreetOpFibration.v
- COQC UniMath/Bicategories/PseudoFunctors/Examples/Reindexing.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/Modifications/Examples/ApModification.v
- COQC UniMath/Bicategories/Modifications/Examples/Unitality.v
- COQC UniMath/Bicategories/Modifications/Examples/Associativity.v
- COQC UniMath/Bicategories/PseudoFunctors/Representable.v
- COQC UniMath/Bicategories/PseudoFunctors/Biequivalence.v
- COQC UniMath/Bicategories/PseudoFunctors/Examples/StrictToPseudo.v
- COQC UniMath/Bicategories/DisplayedBicats/DispTransformation.v
- COQC UniMath/Bicategories/PseudoFunctors/Biadjunction.v
- COQC UniMath/Bicategories/DisplayedBicats/ExamplesOfCleavings/CodomainCleaving.v
- COQC UniMath/SubstitutionSystems/All.v
- COQC UniMath/Bicategories/PseudoFunctors/Yoneda.v
- COQC UniMath/Bicategories/PseudoFunctors/Examples/Projection.v
- COQC UniMath/Bicategories/Core/YonedaLemma.v
- COQC UniMath/Bicategories/PseudoFunctors/Examples/CurryingInBicatOfCats.v
- COQC UniMath/Bicategories/PseudoFunctors/Examples/PathGroupoid.v
- COQC UniMath/Bicategories/PseudoFunctors/Examples/Strictify.v
- COQC UniMath/Bicategories/DisplayedBicats/Cartesians.v
- COQC UniMath/Bicategories/DisplayedBicats/EquivalenceBetweenCartesians.v
- COQC UniMath/Bicategories/DisplayedBicats/FiberBicategory/CodomainFiber.v
- COQC UniMath/Bicategories/DisplayedBicats/Examples/Add2Cell.v
- COQC UniMath/Bicategories/Transformations/Examples/AlgebraMap.v
- COQC UniMath/Bicategories/DisplayedBicats/Examples/Monads.v
- COQC UniMath/Bicategories/DisplayedBicats/CartesianPseudoFunctor.v
- COQC UniMath/Bicategories/DisplayedBicats/ExamplesOfCleavings/TrivialCleaving.v
- COQC UniMath/Bicategories/DisplayMapBicat.v
- COQC UniMath/Bicategories/DisplayedBicats/Examples/DisplayMapBicatToDispBicat.v
- COQC UniMath/Bicategories/DisplayedBicats/Examples/DisplayMapBicatSlice.v
- COQC UniMath/Bicategories/DisplayedBicats/FiberBicategory/TrivialFiber.v
- COQC UniMath/Bicategories/PseudoFunctors/Examples/PullbackFunctor.v
- COQC UniMath/Bicategories/DisplayedBicats/DispModification.v
- COQC UniMath/Bicategories/DisplayedBicats/ExamplesOfCleavings/DisplayMapBicatCleaving.v
- COQC UniMath/Bicategories/DisplayedBicats/DispBiequivalence.v
- COQC UniMath/Bicategories/DisplayedBicats/DispBiadjunction.v
- COQC UniMath/Bicategories/DisplayedBicats/DispBuilders.v
- COQC UniMath/Bicategories/DisplayedBicats/FiberBicategory/DisplayMapFiber.v
- COQC UniMath/Bicategories/ComprehensionBicat.v
- COQC UniMath/Bicategories/DisplayedBicats/DispToFiberEquivalence.v
- COQC UniMath/Bicategories/DisplayedBicats/Examples/MonadKtripleBiequiv.v
- COQC UniMath/Bicategories/DisplayedBicats/Examples/PointedGroupoid.v
- COQC UniMath/Bicategories/All.v
- COQC UniMath/All.v
- File "./UniMath/All.v", line 4, characters 0-41:
- Warning:
- New coercion path [underlyingFiniteSet; FiniteSet_to_hSet] : FiniteOrderedSet >-> hSet is ambiguous with existing 
- [underlyingOrderedSet; OrderedSets.underlyingPoset; carrierofposet] : FiniteOrderedSet >-> hSet.
- [ambiguous-paths,typechecker]
- File "./UniMath/All.v", line 5, characters 0-35:
- 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.
- [ambiguous-paths,typechecker]
- File "./UniMath/All.v", line 5, characters 0-35:
- 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.
- [ambiguous-paths,typechecker]
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