From 0fa331d65723a8613e0007c791884161f0e4fad2 Mon Sep 17 00:00:00 2001 From: Nathan van Doorn Date: Fri, 20 Mar 2026 07:15:39 +0100 Subject: [PATCH 1/2] Restore --without-K --- CHANGELOG.md | 2 ++ GenerateEverything.hs | 10 +++++----- HACKING.md | 6 +++--- README.md | 4 ++-- doc/README/Case.agda | 2 +- doc/README/Data/Container/FreeMonad.agda | 2 +- .../Container/Indexed/MultiSortedAlgebraExample.agda | 2 +- doc/README/Data/Default.agda | 2 +- doc/README/Data/Fin/Relation/Unary/Top.agda | 2 +- doc/README/Data/Fin/Substitution/UntypedLambda.agda | 2 +- doc/README/Data/Integer.agda | 2 +- .../Data/List/Relation/Ternary/Interleaving.agda | 2 +- doc/README/Data/Nat.agda | 2 +- doc/README/Data/Rational.agda | 2 +- doc/README/Data/Tree/AVL.agda | 2 +- doc/README/Data/Tree/Binary.agda | 2 +- doc/README/Data/Tree/Rose.agda | 2 +- doc/README/Data/Trie/NonDependent.agda | 2 +- doc/README/Data/Vec/Relation/Binary/Equality/Cast.agda | 2 +- doc/README/Data/Wrap.agda | 2 +- doc/README/Debug/Trace.agda | 2 +- doc/README/Design/Decidability.agda | 2 +- doc/README/Design/Fixity.agda | 2 +- doc/README/Effect/Monad/Partiality.agda | 2 +- doc/README/Inspect.agda | 2 +- doc/README/Nary.agda | 2 +- doc/README/Reflection/External.agda | 2 +- doc/README/Relation/Binary/TypeClasses.agda | 2 +- doc/README/Tactic/Cong.agda | 2 +- doc/README/Text/Printf.agda | 2 +- doc/README/Text/Tabular.agda | 2 +- src/Algebra.agda | 2 +- src/Algebra/Apartness.agda | 2 +- src/Algebra/Apartness/Bundles.agda | 2 +- .../Apartness/Properties/HeytingCommutativeRing.agda | 2 +- src/Algebra/Apartness/Structures.agda | 2 +- src/Algebra/Bundles.agda | 2 +- src/Algebra/Bundles/Raw.agda | 2 +- src/Algebra/Consequences/Base.agda | 2 +- src/Algebra/Consequences/Propositional.agda | 2 +- src/Algebra/Consequences/Setoid.agda | 2 +- src/Algebra/Construct/Add/Identity.agda | 2 +- src/Algebra/Construct/DirectProduct.agda | 2 +- src/Algebra/Construct/Flip/Op.agda | 2 +- src/Algebra/Construct/Initial.agda | 2 +- src/Algebra/Construct/LexProduct.agda | 2 +- src/Algebra/Construct/LexProduct/Base.agda | 2 +- src/Algebra/Construct/LexProduct/Inner.agda | 2 +- src/Algebra/Construct/LiftedChoice.agda | 2 +- src/Algebra/Construct/NaturalChoice/Base.agda | 2 +- src/Algebra/Construct/NaturalChoice/Max.agda | 2 +- src/Algebra/Construct/NaturalChoice/MaxOp.agda | 2 +- src/Algebra/Construct/NaturalChoice/Min.agda | 2 +- src/Algebra/Construct/NaturalChoice/MinMaxOp.agda | 2 +- src/Algebra/Construct/NaturalChoice/MinOp.agda | 2 +- src/Algebra/Construct/Pointwise.agda | 2 +- src/Algebra/Construct/Sub/Group.agda | 2 +- src/Algebra/Construct/Subst/Equality.agda | 2 +- src/Algebra/Construct/Terminal.agda | 2 +- src/Algebra/Construct/Zero.agda | 2 +- src/Algebra/Core.agda | 2 +- src/Algebra/Definitions.agda | 2 +- src/Algebra/Definitions/RawMagma.agda | 2 +- src/Algebra/Definitions/RawMonoid.agda | 2 +- src/Algebra/Definitions/RawSemiring.agda | 2 +- src/Algebra/FunctionProperties/Consequences.agda | 2 +- src/Algebra/FunctionProperties/Consequences/Core.agda | 2 +- .../FunctionProperties/Consequences/Propositional.agda | 2 +- src/Algebra/Lattice.agda | 2 +- src/Algebra/Lattice/Bundles.agda | 2 +- src/Algebra/Lattice/Bundles/Raw.agda | 2 +- src/Algebra/Lattice/Construct/DirectProduct.agda | 2 +- src/Algebra/Lattice/Construct/LiftedChoice.agda | 2 +- src/Algebra/Lattice/Construct/NaturalChoice/MaxOp.agda | 2 +- .../Lattice/Construct/NaturalChoice/MinMaxOp.agda | 2 +- src/Algebra/Lattice/Construct/NaturalChoice/MinOp.agda | 2 +- src/Algebra/Lattice/Construct/Subst/Equality.agda | 2 +- src/Algebra/Lattice/Construct/Zero.agda | 2 +- src/Algebra/Lattice/Morphism.agda | 2 +- .../Lattice/Morphism/Construct/Composition.agda | 2 +- src/Algebra/Lattice/Morphism/Construct/Identity.agda | 2 +- src/Algebra/Lattice/Morphism/LatticeMonomorphism.agda | 2 +- src/Algebra/Lattice/Morphism/Structures.agda | 2 +- src/Algebra/Lattice/Properties/BooleanAlgebra.agda | 2 +- .../Lattice/Properties/BooleanAlgebra/Expression.agda | 2 +- .../Lattice/Properties/DistributiveLattice.agda | 2 +- src/Algebra/Lattice/Properties/Lattice.agda | 2 +- src/Algebra/Lattice/Properties/Semilattice.agda | 2 +- src/Algebra/Lattice/Structures.agda | 2 +- src/Algebra/Lattice/Structures/Biased.agda | 2 +- src/Algebra/Module.agda | 2 +- src/Algebra/Module/Bundles.agda | 2 +- src/Algebra/Module/Bundles/Raw.agda | 2 +- src/Algebra/Module/Consequences.agda | 2 +- src/Algebra/Module/Construct/DirectProduct.agda | 2 +- src/Algebra/Module/Construct/Idealization.agda | 2 +- src/Algebra/Module/Construct/Sub/Bimodule.agda | 2 +- src/Algebra/Module/Construct/TensorUnit.agda | 2 +- src/Algebra/Module/Construct/Zero.agda | 2 +- src/Algebra/Module/Core.agda | 2 +- src/Algebra/Module/Definitions.agda | 2 +- src/Algebra/Module/Definitions/Bi.agda | 2 +- src/Algebra/Module/Definitions/Bi/Simultaneous.agda | 2 +- src/Algebra/Module/Definitions/Left.agda | 2 +- src/Algebra/Module/Definitions/Right.agda | 2 +- src/Algebra/Module/Morphism/BimoduleMonomorphism.agda | 2 +- .../Module/Morphism/BisemimoduleMonomorphism.agda | 2 +- src/Algebra/Module/Morphism/Construct/Composition.agda | 2 +- src/Algebra/Module/Morphism/Construct/Identity.agda | 2 +- src/Algebra/Module/Morphism/Definitions.agda | 2 +- .../Module/Morphism/LeftModuleMonomorphism.agda | 2 +- .../Module/Morphism/LeftSemimoduleMonomorphism.agda | 2 +- src/Algebra/Module/Morphism/ModuleHomomorphism.agda | 2 +- src/Algebra/Module/Morphism/ModuleMonomorphism.agda | 2 +- .../Module/Morphism/RightModuleMonomorphism.agda | 2 +- .../Module/Morphism/RightSemimoduleMonomorphism.agda | 2 +- .../Module/Morphism/SemimoduleMonomorphism.agda | 2 +- src/Algebra/Module/Morphism/Structures.agda | 2 +- src/Algebra/Module/Properties.agda | 2 +- src/Algebra/Module/Properties/Bimodule.agda | 2 +- src/Algebra/Module/Properties/LeftModule.agda | 2 +- src/Algebra/Module/Properties/RightModule.agda | 2 +- src/Algebra/Module/Properties/Semimodule.agda | 2 +- src/Algebra/Module/Structures.agda | 2 +- src/Algebra/Module/Structures/Biased.agda | 2 +- src/Algebra/Morphism.agda | 2 +- src/Algebra/Morphism/Bundles.agda | 2 +- src/Algebra/Morphism/Consequences.agda | 2 +- src/Algebra/Morphism/Construct/Composition.agda | 2 +- src/Algebra/Morphism/Construct/DirectProduct.agda | 2 +- src/Algebra/Morphism/Construct/Identity.agda | 2 +- src/Algebra/Morphism/Construct/Initial.agda | 2 +- src/Algebra/Morphism/Construct/Terminal.agda | 2 +- src/Algebra/Morphism/Definitions.agda | 2 +- src/Algebra/Morphism/GroupMonomorphism.agda | 2 +- src/Algebra/Morphism/MagmaMonomorphism.agda | 2 +- src/Algebra/Morphism/MonoidMonomorphism.agda | 2 +- src/Algebra/Morphism/RingMonomorphism.agda | 2 +- src/Algebra/Morphism/Structures.agda | 2 +- src/Algebra/Operations/CommutativeMonoid.agda | 2 +- src/Algebra/Operations/Ring.agda | 2 +- src/Algebra/Operations/Semiring.agda | 2 +- src/Algebra/Properties/AbelianGroup.agda | 2 +- src/Algebra/Properties/BooleanAlgebra.agda | 2 +- src/Algebra/Properties/BooleanAlgebra/Expression.agda | 2 +- src/Algebra/Properties/BooleanRing.agda | 2 +- src/Algebra/Properties/BooleanSemiring.agda | 2 +- .../Properties/CancellativeCommutativeSemiring.agda | 2 +- .../Properties/CommutativeMagma/Divisibility.agda | 2 +- src/Algebra/Properties/CommutativeMonoid.agda | 2 +- src/Algebra/Properties/CommutativeMonoid/Mult.agda | 2 +- .../Properties/CommutativeMonoid/Mult/TCOptimised.agda | 2 +- src/Algebra/Properties/CommutativeMonoid/Sum.agda | 2 +- src/Algebra/Properties/CommutativeRing.agda | 2 +- src/Algebra/Properties/CommutativeSemigroup.agda | 2 +- .../Properties/CommutativeSemigroup/Divisibility.agda | 2 +- .../Properties/CommutativeSemiring/Binomial.agda | 2 +- src/Algebra/Properties/CommutativeSemiring/Exp.agda | 2 +- .../CommutativeSemiring/Exp/TCOptimised.agda | 2 +- src/Algebra/Properties/DistributiveLattice.agda | 2 +- src/Algebra/Properties/Group.agda | 2 +- .../Properties/IdempotentCommutativeMonoid.agda | 2 +- src/Algebra/Properties/KleeneAlgebra.agda | 2 +- src/Algebra/Properties/Lattice.agda | 2 +- src/Algebra/Properties/Loop.agda | 2 +- src/Algebra/Properties/Magma/Divisibility.agda | 2 +- src/Algebra/Properties/MiddleBolLoop.agda | 2 +- src/Algebra/Properties/Monoid.agda | 2 +- src/Algebra/Properties/Monoid/Divisibility.agda | 2 +- src/Algebra/Properties/Monoid/Mult.agda | 2 +- src/Algebra/Properties/Monoid/Mult/TCOptimised.agda | 2 +- src/Algebra/Properties/Monoid/Sum.agda | 2 +- src/Algebra/Properties/MoufangLoop.agda | 2 +- src/Algebra/Properties/Quasigroup.agda | 2 +- src/Algebra/Properties/Ring.agda | 2 +- src/Algebra/Properties/RingWithoutOne.agda | 2 +- src/Algebra/Properties/Semigroup.agda | 2 +- src/Algebra/Properties/Semigroup/Divisibility.agda | 2 +- src/Algebra/Properties/Semilattice.agda | 2 +- src/Algebra/Properties/Semiring.agda | 2 +- src/Algebra/Properties/Semiring/Binomial.agda | 2 +- src/Algebra/Properties/Semiring/Divisibility.agda | 2 +- src/Algebra/Properties/Semiring/Exp.agda | 2 +- src/Algebra/Properties/Semiring/Exp/TCOptimised.agda | 2 +- .../Semiring/Exp/TailRecursiveOptimised.agda | 2 +- src/Algebra/Properties/Semiring/Mult.agda | 2 +- src/Algebra/Properties/Semiring/Mult/TCOptimised.agda | 2 +- src/Algebra/Properties/Semiring/Primality.agda | 2 +- src/Algebra/Properties/Semiring/Sum.agda | 2 +- src/Algebra/Solver/CommutativeMonoid.agda | 2 +- src/Algebra/Solver/CommutativeMonoid/Example.agda | 2 +- src/Algebra/Solver/CommutativeMonoid/Normal.agda | 2 +- src/Algebra/Solver/IdempotentCommutativeMonoid.agda | 2 +- .../Solver/IdempotentCommutativeMonoid/Example.agda | 2 +- .../Solver/IdempotentCommutativeMonoid/Normal.agda | 2 +- src/Algebra/Solver/Monoid.agda | 2 +- src/Algebra/Solver/Monoid/Expression.agda | 2 +- src/Algebra/Solver/Monoid/Normal.agda | 2 +- src/Algebra/Solver/Monoid/Solver.agda | 2 +- src/Algebra/Solver/Ring.agda | 2 +- src/Algebra/Solver/Ring/AlmostCommutativeRing.agda | 2 +- src/Algebra/Solver/Ring/Lemmas.agda | 2 +- src/Algebra/Solver/Ring/NaturalCoefficients.agda | 2 +- .../Solver/Ring/NaturalCoefficients/Default.agda | 2 +- src/Algebra/Solver/Ring/Simple.agda | 2 +- src/Algebra/Structures.agda | 2 +- src/Algebra/Structures/Biased.agda | 2 +- src/Axiom/DoubleNegationElimination.agda | 2 +- src/Axiom/ExcludedMiddle.agda | 2 +- src/Axiom/Extensionality/Propositional.agda | 2 +- src/Axiom/UniquenessOfIdentityProofs.agda | 2 +- src/Codata/Guarded/M.agda | 2 +- src/Codata/Guarded/Stream.agda | 2 +- src/Codata/Guarded/Stream/Properties.agda | 2 +- .../Guarded/Stream/Relation/Binary/Pointwise.agda | 2 +- src/Codata/Guarded/Stream/Relation/Unary/All.agda | 2 +- src/Codata/Guarded/Stream/Relation/Unary/Any.agda | 2 +- src/Codata/Musical/Cofin.agda | 2 +- src/Codata/Musical/Colist.agda | 2 +- src/Codata/Musical/Colist/Base.agda | 2 +- src/Codata/Musical/Colist/Bisimilarity.agda | 2 +- src/Codata/Musical/Colist/Infinite-merge.agda | 2 +- src/Codata/Musical/Colist/Properties.agda | 2 +- src/Codata/Musical/Colist/Relation/Unary/All.agda | 2 +- .../Musical/Colist/Relation/Unary/All/Properties.agda | 2 +- src/Codata/Musical/Colist/Relation/Unary/Any.agda | 2 +- .../Musical/Colist/Relation/Unary/Any/Properties.agda | 2 +- src/Codata/Musical/Conat.agda | 2 +- src/Codata/Musical/Conat/Base.agda | 2 +- src/Codata/Musical/Conversion.agda | 2 +- src/Codata/Musical/Costring.agda | 2 +- src/Codata/Musical/Covec.agda | 2 +- src/Codata/Musical/M.agda | 2 +- src/Codata/Musical/M/Indexed.agda | 2 +- src/Codata/Musical/Notation.agda | 2 +- src/Codata/Musical/Stream.agda | 2 +- src/Codata/Sized/Cofin.agda | 2 +- src/Codata/Sized/Cofin/Literals.agda | 2 +- src/Codata/Sized/Colist.agda | 2 +- src/Codata/Sized/Colist/Bisimilarity.agda | 2 +- src/Codata/Sized/Colist/Categorical.agda | 2 +- src/Codata/Sized/Colist/Effectful.agda | 2 +- src/Codata/Sized/Colist/Properties.agda | 2 +- src/Codata/Sized/Conat.agda | 2 +- src/Codata/Sized/Conat/Bisimilarity.agda | 2 +- src/Codata/Sized/Conat/Literals.agda | 2 +- src/Codata/Sized/Conat/Properties.agda | 2 +- src/Codata/Sized/Covec.agda | 2 +- src/Codata/Sized/Covec/Bisimilarity.agda | 2 +- src/Codata/Sized/Covec/Categorical.agda | 2 +- src/Codata/Sized/Covec/Effectful.agda | 2 +- src/Codata/Sized/Covec/Instances.agda | 2 +- src/Codata/Sized/Covec/Properties.agda | 2 +- src/Codata/Sized/Cowriter.agda | 2 +- src/Codata/Sized/Cowriter/Bisimilarity.agda | 2 +- src/Codata/Sized/Delay.agda | 2 +- src/Codata/Sized/Delay/Bisimilarity.agda | 2 +- src/Codata/Sized/Delay/Categorical.agda | 2 +- src/Codata/Sized/Delay/Effectful.agda | 2 +- src/Codata/Sized/Delay/Properties.agda | 2 +- src/Codata/Sized/M.agda | 2 +- src/Codata/Sized/M/Bisimilarity.agda | 2 +- src/Codata/Sized/M/Properties.agda | 2 +- src/Codata/Sized/Stream.agda | 2 +- src/Codata/Sized/Stream/Bisimilarity.agda | 2 +- src/Codata/Sized/Stream/Categorical.agda | 2 +- src/Codata/Sized/Stream/Effectful.agda | 2 +- src/Codata/Sized/Stream/Instances.agda | 2 +- src/Codata/Sized/Stream/Properties.agda | 2 +- src/Codata/Sized/Thunk.agda | 2 +- src/Data/AVL.agda | 2 +- src/Data/AVL/Height.agda | 2 +- src/Data/AVL/Indexed.agda | 2 +- src/Data/AVL/IndexedMap.agda | 2 +- src/Data/AVL/Key.agda | 2 +- src/Data/AVL/Map.agda | 2 +- src/Data/AVL/NonEmpty.agda | 2 +- src/Data/AVL/NonEmpty/Propositional.agda | 2 +- src/Data/AVL/Sets.agda | 2 +- src/Data/AVL/Value.agda | 2 +- src/Data/Bool.agda | 2 +- src/Data/Bool/Base.agda | 2 +- src/Data/Bool/Instances.agda | 2 +- src/Data/Bool/ListAction.agda | 2 +- src/Data/Bool/Properties.agda | 2 +- src/Data/Bool/Show.agda | 2 +- src/Data/Bool/Solver.agda | 2 +- src/Data/Bytestring/Base.agda | 2 +- src/Data/Bytestring/Builder/Base.agda | 2 +- src/Data/Bytestring/Builder/Primitive.agda | 2 +- src/Data/Bytestring/IO.agda | 2 +- src/Data/Bytestring/IO/Primitive.agda | 2 +- src/Data/Bytestring/Primitive.agda | 2 +- src/Data/Char.agda | 2 +- src/Data/Char/Base.agda | 2 +- src/Data/Char/Instances.agda | 2 +- src/Data/Char/Properties.agda | 2 +- src/Data/Container.agda | 2 +- src/Data/Container/Any.agda | 2 +- src/Data/Container/Combinator.agda | 2 +- src/Data/Container/Combinator/Properties.agda | 2 +- src/Data/Container/Core.agda | 2 +- src/Data/Container/Fixpoints/Guarded.agda | 2 +- src/Data/Container/Fixpoints/Sized.agda | 2 +- src/Data/Container/FreeMonad.agda | 2 +- src/Data/Container/Indexed.agda | 2 +- src/Data/Container/Indexed/Combinator.agda | 2 +- src/Data/Container/Indexed/Core.agda | 2 +- src/Data/Container/Indexed/Fixpoints/Guarded.agda | 2 +- src/Data/Container/Indexed/FreeMonad.agda | 2 +- .../Indexed/Relation/Binary/Equality/Setoid.agda | 2 +- .../Container/Indexed/Relation/Binary/Pointwise.agda | 2 +- .../Indexed/Relation/Binary/Pointwise/Properties.agda | 2 +- src/Data/Container/Membership.agda | 2 +- src/Data/Container/Morphism.agda | 2 +- src/Data/Container/Morphism/Properties.agda | 2 +- src/Data/Container/Properties.agda | 2 +- src/Data/Container/Related.agda | 2 +- .../Container/Relation/Binary/Equality/Setoid.agda | 2 +- src/Data/Container/Relation/Binary/Pointwise.agda | 2 +- .../Relation/Binary/Pointwise/Properties.agda | 2 +- src/Data/Container/Relation/Unary/All.agda | 2 +- src/Data/Container/Relation/Unary/Any.agda | 2 +- src/Data/Container/Relation/Unary/Any/Properties.agda | 2 +- src/Data/Default.agda | 2 +- src/Data/DifferenceList.agda | 2 +- src/Data/DifferenceNat.agda | 2 +- src/Data/DifferenceVec.agda | 2 +- src/Data/Digit.agda | 2 +- src/Data/Digit/Properties.agda | 2 +- src/Data/Empty.agda | 2 +- src/Data/Empty/Irrelevant.agda | 2 +- src/Data/Empty/Polymorphic.agda | 2 +- src/Data/Erased.agda | 2 +- src/Data/Fin.agda | 2 +- src/Data/Fin/Base.agda | 2 +- src/Data/Fin/Induction.agda | 2 +- src/Data/Fin/Instances.agda | 2 +- src/Data/Fin/Literals.agda | 2 +- src/Data/Fin/Patterns.agda | 2 +- src/Data/Fin/Permutation.agda | 2 +- src/Data/Fin/Permutation/Components.agda | 2 +- src/Data/Fin/Permutation/Transposition/List.agda | 2 +- src/Data/Fin/Properties.agda | 2 +- src/Data/Fin/Reflection.agda | 2 +- src/Data/Fin/Relation/Unary/Top.agda | 2 +- src/Data/Fin/Show.agda | 2 +- src/Data/Fin/Subset.agda | 2 +- src/Data/Fin/Subset/Induction.agda | 2 +- src/Data/Fin/Subset/Properties.agda | 2 +- src/Data/Fin/Substitution.agda | 2 +- src/Data/Fin/Substitution/Example.agda | 2 +- src/Data/Fin/Substitution/Lemmas.agda | 2 +- src/Data/Fin/Substitution/List.agda | 2 +- src/Data/Float.agda | 2 +- src/Data/Float/Base.agda | 2 +- src/Data/Float/Instances.agda | 2 +- src/Data/Float/Properties.agda | 2 +- src/Data/Graph/Acyclic.agda | 2 +- src/Data/Integer.agda | 2 +- src/Data/Integer/Base.agda | 2 +- src/Data/Integer/Coprimality.agda | 2 +- src/Data/Integer/DivMod.agda | 2 +- src/Data/Integer/Divisibility.agda | 2 +- src/Data/Integer/Divisibility/Signed.agda | 2 +- src/Data/Integer/GCD.agda | 2 +- src/Data/Integer/Instances.agda | 2 +- src/Data/Integer/LCM.agda | 2 +- src/Data/Integer/Literals.agda | 2 +- src/Data/Integer/Properties.agda | 2 +- src/Data/Integer/Properties/NatLemmas.agda | 2 +- src/Data/Integer/Show.agda | 2 +- src/Data/Integer/Solver.agda | 2 +- src/Data/Integer/Tactic/RingSolver.agda | 2 +- src/Data/Irrelevant.agda | 2 +- src/Data/List.agda | 2 +- src/Data/List/Base.agda | 2 +- src/Data/List/Categorical.agda | 2 +- src/Data/List/Categorical/Transformer.agda | 2 +- src/Data/List/Countdown.agda | 2 +- src/Data/List/Effectful.agda | 2 +- src/Data/List/Effectful/Foldable.agda | 2 +- src/Data/List/Effectful/Transformer.agda | 2 +- src/Data/List/Extrema.agda | 2 +- src/Data/List/Extrema/Core.agda | 2 +- src/Data/List/Extrema/Nat.agda | 2 +- src/Data/List/Fresh.agda | 2 +- src/Data/List/Fresh/Membership/DecSetoid.agda | 2 +- src/Data/List/Fresh/Membership/Setoid.agda | 2 +- src/Data/List/Fresh/Membership/Setoid/Properties.agda | 2 +- src/Data/List/Fresh/NonEmpty.agda | 2 +- src/Data/List/Fresh/Properties.agda | 2 +- src/Data/List/Fresh/Relation/Unary/All.agda | 2 +- src/Data/List/Fresh/Relation/Unary/All/Properties.agda | 2 +- src/Data/List/Fresh/Relation/Unary/Any.agda | 2 +- src/Data/List/Fresh/Relation/Unary/Any/Properties.agda | 2 +- src/Data/List/Instances.agda | 2 +- src/Data/List/Kleene.agda | 2 +- src/Data/List/Kleene/AsList.agda | 2 +- src/Data/List/Kleene/Base.agda | 2 +- src/Data/List/Literals.agda | 2 +- src/Data/List/Membership/DecPropositional.agda | 2 +- src/Data/List/Membership/DecSetoid.agda | 2 +- src/Data/List/Membership/Propositional.agda | 2 +- src/Data/List/Membership/Propositional/Properties.agda | 2 +- .../List/Membership/Propositional/Properties/Core.agda | 2 +- src/Data/List/Membership/Setoid.agda | 2 +- src/Data/List/Membership/Setoid/Properties.agda | 2 +- src/Data/List/Nary/NonDependent.agda | 2 +- src/Data/List/NonEmpty.agda | 2 +- src/Data/List/NonEmpty/Base.agda | 2 +- src/Data/List/NonEmpty/Categorical.agda | 2 +- src/Data/List/NonEmpty/Categorical/Transformer.agda | 2 +- src/Data/List/NonEmpty/Effectful.agda | 2 +- src/Data/List/NonEmpty/Effectful/Transformer.agda | 2 +- src/Data/List/NonEmpty/Instances.agda | 2 +- src/Data/List/NonEmpty/Membership/Propositional.agda | 2 +- src/Data/List/NonEmpty/Membership/Setoid.agda | 2 +- src/Data/List/NonEmpty/Properties.agda | 2 +- src/Data/List/NonEmpty/Relation/Binary/Pointwise.agda | 2 +- src/Data/List/NonEmpty/Relation/Unary/All.agda | 2 +- src/Data/List/NonEmpty/Relation/Unary/Any.agda | 2 +- src/Data/List/Properties.agda | 2 +- src/Data/List/Reflection.agda | 2 +- src/Data/List/Relation/Binary/BagAndSetEquality.agda | 2 +- .../Relation/Binary/Disjoint/DecPropositional.agda | 2 +- src/Data/List/Relation/Binary/Disjoint/DecSetoid.agda | 2 +- .../List/Relation/Binary/Disjoint/Propositional.agda | 2 +- .../Binary/Disjoint/Propositional/Properties.agda | 2 +- src/Data/List/Relation/Binary/Disjoint/Setoid.agda | 2 +- .../Relation/Binary/Disjoint/Setoid/Properties.agda | 2 +- .../Relation/Binary/Equality/DecPropositional.agda | 2 +- src/Data/List/Relation/Binary/Equality/DecSetoid.agda | 2 +- .../List/Relation/Binary/Equality/Propositional.agda | 2 +- src/Data/List/Relation/Binary/Equality/Setoid.agda | 2 +- .../Relation/Binary/Equality/Setoid/Properties.agda | 2 +- src/Data/List/Relation/Binary/Infix/Heterogeneous.agda | 2 +- .../Binary/Infix/Heterogeneous/Properties.agda | 2 +- .../Relation/Binary/Infix/Homogeneous/Properties.agda | 2 +- src/Data/List/Relation/Binary/Lex.agda | 2 +- src/Data/List/Relation/Binary/Lex/Core.agda | 2 +- src/Data/List/Relation/Binary/Lex/NonStrict.agda | 2 +- src/Data/List/Relation/Binary/Lex/Strict.agda | 2 +- .../List/Relation/Binary/Permutation/Algorithmic.agda | 2 +- .../Binary/Permutation/Algorithmic/Properties.agda | 2 +- .../List/Relation/Binary/Permutation/Declarative.agda | 2 +- .../Binary/Permutation/Declarative/Properties.agda | 2 +- .../List/Relation/Binary/Permutation/Homogeneous.agda | 2 +- .../Relation/Binary/Permutation/Propositional.agda | 2 +- .../Binary/Permutation/Propositional/Properties.agda | 2 +- src/Data/List/Relation/Binary/Permutation/Setoid.agda | 2 +- .../Relation/Binary/Permutation/Setoid/Properties.agda | 2 +- .../Binary/Permutation/Setoid/Properties/Maybe.agda | 2 +- src/Data/List/Relation/Binary/Pointwise.agda | 2 +- src/Data/List/Relation/Binary/Pointwise/Base.agda | 2 +- .../List/Relation/Binary/Pointwise/Properties.agda | 2 +- .../List/Relation/Binary/Prefix/Heterogeneous.agda | 2 +- .../Binary/Prefix/Heterogeneous/Properties.agda | 2 +- .../Relation/Binary/Prefix/Homogeneous/Properties.agda | 2 +- .../Binary/Prefix/Propositional/Properties.agda | 2 +- .../List/Relation/Binary/Sublist/DecPropositional.agda | 2 +- .../Binary/Sublist/DecPropositional/Solver.agda | 2 +- src/Data/List/Relation/Binary/Sublist/DecSetoid.agda | 2 +- .../List/Relation/Binary/Sublist/DecSetoid/Solver.agda | 2 +- .../List/Relation/Binary/Sublist/Heterogeneous.agda | 2 +- .../Relation/Binary/Sublist/Heterogeneous/Core.agda | 2 +- .../Binary/Sublist/Heterogeneous/Properties.agda | 2 +- .../Relation/Binary/Sublist/Heterogeneous/Solver.agda | 2 +- .../List/Relation/Binary/Sublist/Propositional.agda | 2 +- .../Binary/Sublist/Propositional/Disjoint.agda | 2 +- .../Propositional/Example/UniqueBoundVariables.agda | 2 +- .../Binary/Sublist/Propositional/Properties.agda | 2 +- .../Relation/Binary/Sublist/Propositional/Slice.agda | 2 +- src/Data/List/Relation/Binary/Sublist/Setoid.agda | 2 +- .../Relation/Binary/Sublist/Setoid/Properties.agda | 2 +- .../List/Relation/Binary/Subset/DecPropositional.agda | 2 +- src/Data/List/Relation/Binary/Subset/DecSetoid.agda | 2 +- .../List/Relation/Binary/Subset/Propositional.agda | 2 +- .../Binary/Subset/Propositional/Properties.agda | 2 +- src/Data/List/Relation/Binary/Subset/Setoid.agda | 2 +- .../List/Relation/Binary/Subset/Setoid/Properties.agda | 2 +- .../List/Relation/Binary/Suffix/Heterogeneous.agda | 2 +- .../Binary/Suffix/Heterogeneous/Properties.agda | 2 +- .../Relation/Binary/Suffix/Homogeneous/Properties.agda | 2 +- .../Binary/Suffix/Propositional/Properties.agda | 2 +- src/Data/List/Relation/Ternary/Appending.agda | 2 +- .../List/Relation/Ternary/Appending/Properties.agda | 2 +- .../List/Relation/Ternary/Appending/Propositional.agda | 2 +- .../Ternary/Appending/Propositional/Properties.agda | 2 +- src/Data/List/Relation/Ternary/Appending/Setoid.agda | 2 +- .../Relation/Ternary/Appending/Setoid/Properties.agda | 2 +- src/Data/List/Relation/Ternary/Interleaving.agda | 2 +- .../List/Relation/Ternary/Interleaving/Properties.agda | 2 +- .../Relation/Ternary/Interleaving/Propositional.agda | 2 +- .../Ternary/Interleaving/Propositional/Properties.agda | 2 +- .../List/Relation/Ternary/Interleaving/Setoid.agda | 2 +- .../Ternary/Interleaving/Setoid/Properties.agda | 2 +- src/Data/List/Relation/Unary/All.agda | 2 +- src/Data/List/Relation/Unary/All/Properties.agda | 2 +- src/Data/List/Relation/Unary/All/Properties/Core.agda | 2 +- src/Data/List/Relation/Unary/AllPairs.agda | 2 +- src/Data/List/Relation/Unary/AllPairs/Core.agda | 2 +- src/Data/List/Relation/Unary/AllPairs/Properties.agda | 2 +- src/Data/List/Relation/Unary/Any.agda | 2 +- src/Data/List/Relation/Unary/Any/Properties.agda | 2 +- src/Data/List/Relation/Unary/Enumerates/Setoid.agda | 2 +- .../Relation/Unary/Enumerates/Setoid/Properties.agda | 2 +- src/Data/List/Relation/Unary/First.agda | 2 +- src/Data/List/Relation/Unary/First/Properties.agda | 2 +- src/Data/List/Relation/Unary/Grouped.agda | 2 +- src/Data/List/Relation/Unary/Grouped/Properties.agda | 2 +- src/Data/List/Relation/Unary/Linked.agda | 2 +- src/Data/List/Relation/Unary/Linked/Properties.agda | 2 +- src/Data/List/Relation/Unary/Sorted/TotalOrder.agda | 2 +- .../Relation/Unary/Sorted/TotalOrder/Properties.agda | 2 +- src/Data/List/Relation/Unary/Sufficient.agda | 2 +- .../List/Relation/Unary/Unique/DecPropositional.agda | 2 +- .../Unary/Unique/DecPropositional/Properties.agda | 2 +- src/Data/List/Relation/Unary/Unique/DecSetoid.agda | 2 +- .../Relation/Unary/Unique/DecSetoid/Properties.agda | 2 +- src/Data/List/Relation/Unary/Unique/Propositional.agda | 2 +- .../Unary/Unique/Propositional/Properties.agda | 2 +- src/Data/List/Relation/Unary/Unique/Setoid.agda | 2 +- .../List/Relation/Unary/Unique/Setoid/Properties.agda | 2 +- src/Data/List/Reverse.agda | 2 +- src/Data/List/Scans/Base.agda | 2 +- src/Data/List/Scans/Properties.agda | 2 +- src/Data/List/Show.agda | 2 +- src/Data/List/Solver.agda | 2 +- src/Data/List/Sort.agda | 2 +- src/Data/List/Sort/Base.agda | 2 +- src/Data/List/Sort/InsertionSort.agda | 2 +- src/Data/List/Sort/InsertionSort/Base.agda | 2 +- src/Data/List/Sort/InsertionSort/Properties.agda | 2 +- src/Data/List/Sort/MergeSort.agda | 2 +- src/Data/List/Sort/MergeSort/Base.agda | 2 +- src/Data/List/Sort/MergeSort/Properties.agda | 2 +- src/Data/List/Zipper.agda | 2 +- src/Data/List/Zipper/Properties.agda | 2 +- src/Data/Maybe.agda | 2 +- src/Data/Maybe/Base.agda | 2 +- src/Data/Maybe/Categorical.agda | 2 +- src/Data/Maybe/Categorical/Transformer.agda | 2 +- src/Data/Maybe/Effectful.agda | 2 +- src/Data/Maybe/Effectful/Transformer.agda | 2 +- src/Data/Maybe/Instances.agda | 2 +- src/Data/Maybe/Properties.agda | 2 +- src/Data/Maybe/Relation/Binary/Connected.agda | 2 +- src/Data/Maybe/Relation/Binary/Pointwise.agda | 2 +- src/Data/Maybe/Relation/Unary/All.agda | 2 +- src/Data/Maybe/Relation/Unary/All/Properties.agda | 2 +- src/Data/Maybe/Relation/Unary/Any.agda | 2 +- src/Data/Nat.agda | 2 +- src/Data/Nat/Base.agda | 2 +- src/Data/Nat/Binary.agda | 2 +- src/Data/Nat/Binary/Base.agda | 2 +- src/Data/Nat/Binary/Induction.agda | 2 +- src/Data/Nat/Binary/Instances.agda | 2 +- src/Data/Nat/Binary/Properties.agda | 2 +- src/Data/Nat/Binary/Subtraction.agda | 2 +- src/Data/Nat/Combinatorics.agda | 2 +- src/Data/Nat/Combinatorics/Base.agda | 2 +- src/Data/Nat/Combinatorics/Specification.agda | 2 +- src/Data/Nat/Coprimality.agda | 2 +- src/Data/Nat/DivMod.agda | 2 +- src/Data/Nat/DivMod/Core.agda | 2 +- src/Data/Nat/Divisibility.agda | 2 +- src/Data/Nat/Divisibility/Core.agda | 2 +- src/Data/Nat/GCD.agda | 2 +- src/Data/Nat/GCD/Lemmas.agda | 2 +- src/Data/Nat/GeneralisedArithmetic.agda | 2 +- src/Data/Nat/Induction.agda | 2 +- src/Data/Nat/InfinitelyOften.agda | 2 +- src/Data/Nat/Instances.agda | 2 +- src/Data/Nat/LCM.agda | 2 +- src/Data/Nat/ListAction.agda | 2 +- src/Data/Nat/ListAction/Properties.agda | 2 +- src/Data/Nat/Literals.agda | 2 +- src/Data/Nat/Logarithm.agda | 2 +- src/Data/Nat/Logarithm/Core.agda | 2 +- src/Data/Nat/Primality.agda | 2 +- src/Data/Nat/Primality/Factorisation.agda | 2 +- src/Data/Nat/Properties.agda | 2 +- src/Data/Nat/Properties/Core.agda | 2 +- src/Data/Nat/PseudoRandom/LCG.agda | 2 +- src/Data/Nat/PseudoRandom/LCG/Unsafe.agda | 2 +- src/Data/Nat/Reflection.agda | 2 +- src/Data/Nat/Show.agda | 2 +- src/Data/Nat/Show/Properties.agda | 2 +- src/Data/Nat/Solver.agda | 2 +- src/Data/Nat/Tactic/RingSolver.agda | 2 +- src/Data/Parity.agda | 2 +- src/Data/Parity/Base.agda | 2 +- src/Data/Parity/Instances.agda | 2 +- src/Data/Parity/Properties.agda | 2 +- src/Data/Product.agda | 2 +- src/Data/Product/Algebra.agda | 2 +- src/Data/Product/Base.agda | 2 +- src/Data/Product/Categorical/Examples.agda | 2 +- src/Data/Product/Categorical/Left.agda | 2 +- src/Data/Product/Categorical/Left/Base.agda | 2 +- src/Data/Product/Categorical/Right.agda | 2 +- src/Data/Product/Categorical/Right/Base.agda | 2 +- src/Data/Product/Effectful/Examples.agda | 2 +- src/Data/Product/Effectful/Left.agda | 2 +- src/Data/Product/Effectful/Left/Base.agda | 2 +- src/Data/Product/Effectful/Right.agda | 2 +- src/Data/Product/Effectful/Right/Base.agda | 2 +- src/Data/Product/Function/Dependent/Propositional.agda | 2 +- src/Data/Product/Function/Dependent/Setoid.agda | 2 +- .../Product/Function/NonDependent/Propositional.agda | 2 +- src/Data/Product/Function/NonDependent/Setoid.agda | 2 +- src/Data/Product/Instances.agda | 2 +- src/Data/Product/Nary/NonDependent.agda | 2 +- src/Data/Product/Properties.agda | 2 +- src/Data/Product/Properties/Dependent.agda | 2 +- src/Data/Product/Relation/Binary/Lex/NonStrict.agda | 2 +- src/Data/Product/Relation/Binary/Lex/Strict.agda | 2 +- .../Product/Relation/Binary/Pointwise/Dependent.agda | 2 +- .../Relation/Binary/Pointwise/NonDependent.agda | 2 +- src/Data/Product/Relation/Unary/All.agda | 2 +- src/Data/Rational.agda | 2 +- src/Data/Rational/Base.agda | 2 +- src/Data/Rational/Instances.agda | 2 +- src/Data/Rational/Literals.agda | 2 +- src/Data/Rational/Properties.agda | 2 +- src/Data/Rational/Show.agda | 2 +- src/Data/Rational/Solver.agda | 2 +- src/Data/Rational/Tactic/RingSolver.agda | 2 +- src/Data/Rational/Unnormalised.agda | 2 +- src/Data/Rational/Unnormalised/Base.agda | 2 +- src/Data/Rational/Unnormalised/Properties.agda | 2 +- src/Data/Rational/Unnormalised/Show.agda | 2 +- src/Data/Rational/Unnormalised/Solver.agda | 2 +- src/Data/Rational/Unnormalised/Tactic/RingSolver.agda | 2 +- src/Data/Record.agda | 2 +- src/Data/Refinement.agda | 2 +- src/Data/Refinement/Base.agda | 2 +- src/Data/Refinement/Properties.agda | 2 +- src/Data/Refinement/Relation/Unary/All.agda | 2 +- src/Data/Sign.agda | 2 +- src/Data/Sign/Base.agda | 2 +- src/Data/Sign/Instances.agda | 2 +- src/Data/Sign/Properties.agda | 2 +- src/Data/Sign/Show.agda | 2 +- src/Data/Star/List.agda | 2 +- src/Data/Star/Nat.agda | 2 +- src/Data/String.agda | 2 +- src/Data/String/Base.agda | 2 +- src/Data/String/Instances.agda | 2 +- src/Data/String/Literals.agda | 2 +- src/Data/String/Properties.agda | 2 +- src/Data/Sum.agda | 2 +- src/Data/Sum/Algebra.agda | 2 +- src/Data/Sum/Base.agda | 2 +- src/Data/Sum/Categorical/Examples.agda | 2 +- src/Data/Sum/Categorical/Left.agda | 2 +- src/Data/Sum/Categorical/Left/Transformer.agda | 2 +- src/Data/Sum/Categorical/Right.agda | 2 +- src/Data/Sum/Categorical/Right/Transformer.agda | 2 +- src/Data/Sum/Effectful/Examples.agda | 2 +- src/Data/Sum/Effectful/Left.agda | 2 +- src/Data/Sum/Effectful/Left/Transformer.agda | 2 +- src/Data/Sum/Effectful/Right.agda | 2 +- src/Data/Sum/Effectful/Right/Transformer.agda | 2 +- src/Data/Sum/Function/Propositional.agda | 2 +- src/Data/Sum/Function/Setoid.agda | 2 +- src/Data/Sum/Instances.agda | 2 +- src/Data/Sum/Properties.agda | 2 +- src/Data/Sum/Relation/Binary/LeftOrder.agda | 2 +- src/Data/Sum/Relation/Binary/Pointwise.agda | 2 +- src/Data/Sum/Relation/Unary/All.agda | 2 +- src/Data/These.agda | 2 +- src/Data/These/Base.agda | 2 +- src/Data/These/Categorical/Left.agda | 2 +- src/Data/These/Categorical/Left/Base.agda | 2 +- src/Data/These/Categorical/Right.agda | 2 +- src/Data/These/Categorical/Right/Base.agda | 2 +- src/Data/These/Effectful/Left.agda | 2 +- src/Data/These/Effectful/Left/Base.agda | 2 +- src/Data/These/Effectful/Right.agda | 2 +- src/Data/These/Effectful/Right/Base.agda | 2 +- src/Data/These/Instances.agda | 2 +- src/Data/These/Properties.agda | 2 +- src/Data/Tree/AVL.agda | 2 +- src/Data/Tree/AVL/Height.agda | 2 +- src/Data/Tree/AVL/Indexed.agda | 2 +- src/Data/Tree/AVL/Indexed/Relation/Unary/All.agda | 2 +- src/Data/Tree/AVL/Indexed/Relation/Unary/Any.agda | 2 +- .../AVL/Indexed/Relation/Unary/Any/Properties.agda | 2 +- src/Data/Tree/AVL/IndexedMap.agda | 2 +- src/Data/Tree/AVL/Key.agda | 2 +- src/Data/Tree/AVL/Map.agda | 2 +- src/Data/Tree/AVL/Map/Membership/Propositional.agda | 2 +- .../AVL/Map/Membership/Propositional/Properties.agda | 2 +- src/Data/Tree/AVL/Map/Relation/Unary/Any.agda | 2 +- src/Data/Tree/AVL/NonEmpty.agda | 2 +- src/Data/Tree/AVL/NonEmpty/Propositional.agda | 2 +- src/Data/Tree/AVL/Relation/Unary/Any.agda | 2 +- src/Data/Tree/AVL/Sets.agda | 2 +- src/Data/Tree/AVL/Sets/Membership.agda | 2 +- src/Data/Tree/AVL/Sets/Membership/Properties.agda | 2 +- src/Data/Tree/AVL/Value.agda | 2 +- src/Data/Tree/Binary.agda | 2 +- src/Data/Tree/Binary/Properties.agda | 2 +- src/Data/Tree/Binary/Relation/Unary/All.agda | 2 +- .../Tree/Binary/Relation/Unary/All/Properties.agda | 2 +- src/Data/Tree/Binary/Show.agda | 2 +- src/Data/Tree/Binary/Zipper.agda | 2 +- src/Data/Tree/Binary/Zipper/Properties.agda | 2 +- src/Data/Tree/Rose.agda | 2 +- src/Data/Tree/Rose/Properties.agda | 2 +- src/Data/Tree/Rose/Show.agda | 2 +- src/Data/Trie.agda | 2 +- src/Data/Trie/NonEmpty.agda | 2 +- src/Data/Unit.agda | 2 +- src/Data/Unit/Base.agda | 2 +- src/Data/Unit/Instances.agda | 2 +- src/Data/Unit/NonEta.agda | 2 +- src/Data/Unit/Polymorphic.agda | 2 +- src/Data/Unit/Polymorphic/Base.agda | 2 +- src/Data/Unit/Polymorphic/Instances.agda | 2 +- src/Data/Unit/Polymorphic/Properties.agda | 2 +- src/Data/Unit/Properties.agda | 2 +- src/Data/Universe.agda | 2 +- src/Data/Universe/Indexed.agda | 2 +- src/Data/Vec.agda | 2 +- src/Data/Vec/Base.agda | 2 +- src/Data/Vec/Bounded.agda | 2 +- src/Data/Vec/Bounded/Base.agda | 2 +- src/Data/Vec/Bounded/Show.agda | 2 +- src/Data/Vec/Categorical.agda | 2 +- src/Data/Vec/Categorical/Transformer.agda | 2 +- src/Data/Vec/Effectful.agda | 2 +- src/Data/Vec/Effectful/Foldable.agda | 2 +- src/Data/Vec/Effectful/Transformer.agda | 2 +- src/Data/Vec/Functional.agda | 2 +- src/Data/Vec/Functional/Properties.agda | 2 +- .../Functional/Relation/Binary/Equality/Setoid.agda | 2 +- .../Vec/Functional/Relation/Binary/Permutation.agda | 2 +- .../Relation/Binary/Permutation/Properties.agda | 2 +- src/Data/Vec/Functional/Relation/Binary/Pointwise.agda | 2 +- .../Relation/Binary/Pointwise/Properties.agda | 2 +- src/Data/Vec/Functional/Relation/Unary/All.agda | 2 +- .../Vec/Functional/Relation/Unary/All/Properties.agda | 2 +- src/Data/Vec/Functional/Relation/Unary/Any.agda | 2 +- src/Data/Vec/Instances.agda | 2 +- src/Data/Vec/Membership/DecPropositional.agda | 2 +- src/Data/Vec/Membership/DecSetoid.agda | 2 +- src/Data/Vec/Membership/Propositional.agda | 2 +- src/Data/Vec/Membership/Propositional/Properties.agda | 2 +- src/Data/Vec/Membership/Setoid.agda | 2 +- src/Data/Vec/N-ary.agda | 2 +- src/Data/Vec/Properties.agda | 2 +- src/Data/Vec/Recursive.agda | 2 +- src/Data/Vec/Recursive/Categorical.agda | 2 +- src/Data/Vec/Recursive/Effectful.agda | 2 +- src/Data/Vec/Recursive/Properties.agda | 2 +- src/Data/Vec/Reflection.agda | 2 +- src/Data/Vec/Relation/Binary/Equality/Cast.agda | 2 +- .../Vec/Relation/Binary/Equality/DecPropositional.agda | 2 +- src/Data/Vec/Relation/Binary/Equality/DecSetoid.agda | 2 +- .../Vec/Relation/Binary/Equality/Propositional.agda | 2 +- src/Data/Vec/Relation/Binary/Equality/Setoid.agda | 2 +- src/Data/Vec/Relation/Binary/Lex/Core.agda | 2 +- src/Data/Vec/Relation/Binary/Lex/NonStrict.agda | 2 +- src/Data/Vec/Relation/Binary/Lex/Strict.agda | 2 +- .../Vec/Relation/Binary/Pointwise/Extensional.agda | 2 +- src/Data/Vec/Relation/Binary/Pointwise/Inductive.agda | 2 +- src/Data/Vec/Relation/Unary/All.agda | 2 +- src/Data/Vec/Relation/Unary/All/Properties.agda | 2 +- src/Data/Vec/Relation/Unary/AllPairs.agda | 2 +- src/Data/Vec/Relation/Unary/AllPairs/Core.agda | 2 +- src/Data/Vec/Relation/Unary/AllPairs/Properties.agda | 2 +- src/Data/Vec/Relation/Unary/Any.agda | 2 +- src/Data/Vec/Relation/Unary/Any/Properties.agda | 2 +- src/Data/Vec/Relation/Unary/Linked.agda | 2 +- src/Data/Vec/Relation/Unary/Linked/Properties.agda | 2 +- src/Data/Vec/Relation/Unary/Unique/Propositional.agda | 2 +- .../Unary/Unique/Propositional/Properties.agda | 2 +- src/Data/Vec/Relation/Unary/Unique/Setoid.agda | 2 +- .../Vec/Relation/Unary/Unique/Setoid/Properties.agda | 2 +- src/Data/Vec/Show.agda | 2 +- src/Data/W.agda | 2 +- src/Data/W/Indexed.agda | 2 +- src/Data/W/Sized.agda | 2 +- src/Data/Word.agda | 2 +- src/Data/Word/Base.agda | 2 +- src/Data/Word/Instances.agda | 2 +- src/Data/Word/Properties.agda | 2 +- src/Data/Word64.agda | 2 +- src/Data/Word64/Base.agda | 2 +- src/Data/Word64/Instances.agda | 2 +- src/Data/Word64/Literals.agda | 2 +- src/Data/Word64/Primitive.agda | 2 +- src/Data/Word64/Properties.agda | 2 +- src/Data/Word64/Show.agda | 2 +- src/Data/Word64/Unsafe.agda | 2 +- src/Data/Word8/Base.agda | 2 +- src/Data/Word8/Literals.agda | 2 +- src/Data/Word8/Primitive.agda | 2 +- src/Data/Word8/Show.agda | 2 +- src/Data/Wrap.agda | 2 +- src/Debug/Trace.agda | 2 +- src/Effect/Applicative.agda | 2 +- src/Effect/Applicative/Indexed.agda | 2 +- src/Effect/Applicative/Predicate.agda | 2 +- src/Effect/Choice.agda | 2 +- src/Effect/Comonad.agda | 2 +- src/Effect/Empty.agda | 2 +- src/Effect/Foldable.agda | 2 +- src/Effect/Functor.agda | 2 +- src/Effect/Functor/Predicate.agda | 2 +- src/Effect/Monad.agda | 2 +- src/Effect/Monad/Continuation.agda | 2 +- src/Effect/Monad/Error/Transformer.agda | 2 +- src/Effect/Monad/IO.agda | 2 +- src/Effect/Monad/IO/Instances.agda | 2 +- src/Effect/Monad/Identity.agda | 2 +- src/Effect/Monad/Identity/Instances.agda | 2 +- src/Effect/Monad/Indexed.agda | 2 +- src/Effect/Monad/Partiality.agda | 2 +- src/Effect/Monad/Partiality/All.agda | 2 +- src/Effect/Monad/Partiality/Instances.agda | 2 +- src/Effect/Monad/Predicate.agda | 2 +- src/Effect/Monad/Random.agda | 2 +- src/Effect/Monad/Random/Instances.agda | 2 +- src/Effect/Monad/Reader.agda | 2 +- src/Effect/Monad/Reader/Indexed.agda | 2 +- src/Effect/Monad/Reader/Instances.agda | 2 +- src/Effect/Monad/Reader/Transformer.agda | 2 +- src/Effect/Monad/Reader/Transformer/Base.agda | 2 +- src/Effect/Monad/State.agda | 2 +- src/Effect/Monad/State/Indexed.agda | 2 +- src/Effect/Monad/State/Instances.agda | 2 +- src/Effect/Monad/State/Transformer.agda | 2 +- src/Effect/Monad/State/Transformer/Base.agda | 2 +- src/Effect/Monad/Writer.agda | 2 +- src/Effect/Monad/Writer/Indexed.agda | 2 +- src/Effect/Monad/Writer/Instances.agda | 2 +- src/Effect/Monad/Writer/Transformer.agda | 2 +- src/Effect/Monad/Writer/Transformer/Base.agda | 2 +- src/Foreign/Haskell.agda | 2 +- src/Foreign/Haskell/Coerce.agda | 2 +- src/Foreign/Haskell/Either.agda | 2 +- src/Foreign/Haskell/List/NonEmpty.agda | 2 +- src/Foreign/Haskell/Maybe.agda | 2 +- src/Foreign/Haskell/Pair.agda | 2 +- src/Function.agda | 2 +- src/Function/Base.agda | 2 +- src/Function/Bijection.agda | 2 +- src/Function/Bundles.agda | 2 +- src/Function/Consequences.agda | 2 +- src/Function/Consequences/Propositional.agda | 2 +- src/Function/Consequences/Setoid.agda | 2 +- src/Function/Construct/Composition.agda | 2 +- src/Function/Construct/Constant.agda | 2 +- src/Function/Construct/Identity.agda | 2 +- src/Function/Construct/Symmetry.agda | 2 +- src/Function/Core.agda | 2 +- src/Function/Definitions.agda | 2 +- src/Function/Dependent/Bundles.agda | 2 +- src/Function/Endo/Propositional.agda | 2 +- src/Function/Endo/Setoid.agda | 2 +- src/Function/Endomorphism/Propositional.agda | 2 +- src/Function/Endomorphism/Setoid.agda | 2 +- src/Function/Equality.agda | 2 +- src/Function/Equivalence.agda | 2 +- src/Function/HalfAdjointEquivalence.agda | 2 +- src/Function/Identity/Categorical.agda | 2 +- src/Function/Identity/Effectful.agda | 2 +- src/Function/Indexed/Bundles.agda | 2 +- src/Function/Indexed/Relation/Binary/Equality.agda | 2 +- src/Function/Injection.agda | 2 +- src/Function/Inverse.agda | 2 +- src/Function/LeftInverse.agda | 2 +- src/Function/Metric.agda | 2 +- src/Function/Metric/Bundles.agda | 2 +- src/Function/Metric/Core.agda | 2 +- src/Function/Metric/Definitions.agda | 2 +- src/Function/Metric/Nat.agda | 2 +- src/Function/Metric/Nat/Bundles.agda | 2 +- src/Function/Metric/Nat/Core.agda | 2 +- src/Function/Metric/Nat/Definitions.agda | 2 +- src/Function/Metric/Nat/Structures.agda | 2 +- src/Function/Metric/Rational.agda | 2 +- src/Function/Metric/Rational/Bundles.agda | 2 +- src/Function/Metric/Rational/Core.agda | 2 +- src/Function/Metric/Rational/Definitions.agda | 2 +- src/Function/Metric/Rational/Structures.agda | 2 +- src/Function/Metric/Structures.agda | 2 +- src/Function/Nary/NonDependent.agda | 2 +- src/Function/Nary/NonDependent/Base.agda | 2 +- src/Function/Properties.agda | 2 +- src/Function/Properties/Bijection.agda | 2 +- src/Function/Properties/Equivalence.agda | 2 +- src/Function/Properties/Injection.agda | 2 +- src/Function/Properties/Inverse.agda | 2 +- .../Properties/Inverse/HalfAdjointEquivalence.agda | 2 +- src/Function/Properties/RightInverse.agda | 2 +- src/Function/Properties/Surjection.agda | 2 +- src/Function/Reasoning.agda | 2 +- src/Function/Related.agda | 2 +- src/Function/Related/Propositional.agda | 2 +- src/Function/Related/TypeIsomorphisms.agda | 2 +- src/Function/Related/TypeIsomorphisms/Solver.agda | 2 +- src/Function/Relation/Binary/Setoid/Equality.agda | 2 +- src/Function/Strict.agda | 2 +- src/Function/Structures.agda | 2 +- src/Function/Structures/Biased.agda | 2 +- src/Function/Surjection.agda | 2 +- src/IO.agda | 2 +- src/IO/Base.agda | 2 +- src/IO/Categorical.agda | 2 +- src/IO/Effectful.agda | 2 +- src/IO/Finite.agda | 2 +- src/IO/Handle.agda | 2 +- src/IO/Infinite.agda | 2 +- src/IO/Instances.agda | 2 +- src/IO/Primitive.agda | 2 +- src/IO/Primitive/Core.agda | 2 +- src/IO/Primitive/Finite.agda | 2 +- src/IO/Primitive/Handle.agda | 2 +- src/IO/Primitive/Infinite.agda | 2 +- src/Induction.agda | 2 +- src/Induction/InfiniteDescent.agda | 2 +- src/Induction/Lexicographic.agda | 2 +- src/Induction/WellFounded.agda | 2 +- src/Level.agda | 2 +- src/Level/Literals.agda | 2 +- src/Reflection.agda | 2 +- src/Reflection/AST.agda | 2 +- src/Reflection/AST/Abstraction.agda | 2 +- src/Reflection/AST/AlphaEquality.agda | 2 +- src/Reflection/AST/Argument.agda | 2 +- src/Reflection/AST/Argument/Information.agda | 2 +- src/Reflection/AST/Argument/Modality.agda | 2 +- src/Reflection/AST/Argument/Quantity.agda | 2 +- src/Reflection/AST/Argument/Relevance.agda | 2 +- src/Reflection/AST/Argument/Visibility.agda | 2 +- src/Reflection/AST/DeBruijn.agda | 2 +- src/Reflection/AST/Definition.agda | 2 +- src/Reflection/AST/Instances.agda | 2 +- src/Reflection/AST/Literal.agda | 2 +- src/Reflection/AST/Meta.agda | 2 +- src/Reflection/AST/Name.agda | 2 +- src/Reflection/AST/Pattern.agda | 2 +- src/Reflection/AST/Show.agda | 2 +- src/Reflection/AST/Term.agda | 2 +- src/Reflection/AST/Traversal.agda | 2 +- src/Reflection/AST/Universe.agda | 2 +- src/Reflection/AnnotatedAST.agda | 4 ++-- src/Reflection/External.agda | 2 +- src/Reflection/TCM.agda | 2 +- src/Reflection/TCM/Categorical.agda | 2 +- src/Reflection/TCM/Effectful.agda | 2 +- src/Reflection/TCM/Format.agda | 2 +- src/Reflection/TCM/Instances.agda | 2 +- src/Reflection/TCM/Syntax.agda | 2 +- src/Reflection/TCM/Utilities.agda | 2 +- src/Relation/Binary.agda | 2 +- src/Relation/Binary/Bundles.agda | 2 +- src/Relation/Binary/Bundles/Raw.agda | 2 +- src/Relation/Binary/Consequences.agda | 2 +- .../Binary/Construct/Add/Extrema/Equality.agda | 2 +- .../Binary/Construct/Add/Extrema/NonStrict.agda | 2 +- src/Relation/Binary/Construct/Add/Extrema/Strict.agda | 2 +- .../Binary/Construct/Add/Infimum/Equality.agda | 2 +- .../Binary/Construct/Add/Infimum/NonStrict.agda | 2 +- src/Relation/Binary/Construct/Add/Infimum/Strict.agda | 2 +- src/Relation/Binary/Construct/Add/Point/Equality.agda | 2 +- .../Binary/Construct/Add/Supremum/Equality.agda | 2 +- .../Binary/Construct/Add/Supremum/NonStrict.agda | 2 +- src/Relation/Binary/Construct/Add/Supremum/Strict.agda | 2 +- src/Relation/Binary/Construct/Always.agda | 2 +- src/Relation/Binary/Construct/Closure/Equivalence.agda | 2 +- .../Construct/Closure/Equivalence/Properties.agda | 2 +- src/Relation/Binary/Construct/Closure/Reflexive.agda | 2 +- .../Binary/Construct/Closure/Reflexive/Properties.agda | 2 +- .../Binary/Construct/Closure/ReflexiveTransitive.agda | 2 +- .../Closure/ReflexiveTransitive/Properties.agda | 2 +- src/Relation/Binary/Construct/Closure/Symmetric.agda | 2 +- .../Binary/Construct/Closure/SymmetricTransitive.agda | 2 +- src/Relation/Binary/Construct/Closure/Transitive.agda | 2 +- src/Relation/Binary/Construct/Composition.agda | 2 +- src/Relation/Binary/Construct/Constant.agda | 2 +- src/Relation/Binary/Construct/Constant/Core.agda | 2 +- src/Relation/Binary/Construct/Converse.agda | 2 +- src/Relation/Binary/Construct/Flip.agda | 2 +- src/Relation/Binary/Construct/Flip/EqAndOrd.agda | 2 +- src/Relation/Binary/Construct/Flip/Ord.agda | 2 +- src/Relation/Binary/Construct/FromPred.agda | 2 +- src/Relation/Binary/Construct/FromRel.agda | 2 +- src/Relation/Binary/Construct/Interior/Symmetric.agda | 2 +- src/Relation/Binary/Construct/Intersection.agda | 2 +- src/Relation/Binary/Construct/NaturalOrder/Left.agda | 2 +- src/Relation/Binary/Construct/NaturalOrder/Right.agda | 2 +- src/Relation/Binary/Construct/Never.agda | 2 +- src/Relation/Binary/Construct/NonStrictToStrict.agda | 2 +- src/Relation/Binary/Construct/On.agda | 2 +- src/Relation/Binary/Construct/StrictToNonStrict.agda | 2 +- src/Relation/Binary/Construct/Subst/Equality.agda | 2 +- src/Relation/Binary/Construct/Union.agda | 2 +- src/Relation/Binary/Core.agda | 2 +- src/Relation/Binary/Definitions.agda | 2 +- src/Relation/Binary/Indexed/Heterogeneous.agda | 2 +- src/Relation/Binary/Indexed/Heterogeneous/Bundles.agda | 2 +- .../Binary/Indexed/Heterogeneous/Construct/At.agda | 2 +- .../Indexed/Heterogeneous/Construct/Trivial.agda | 2 +- src/Relation/Binary/Indexed/Heterogeneous/Core.agda | 2 +- .../Binary/Indexed/Heterogeneous/Definitions.agda | 2 +- .../Binary/Indexed/Heterogeneous/Structures.agda | 2 +- src/Relation/Binary/Indexed/Homogeneous.agda | 2 +- src/Relation/Binary/Indexed/Homogeneous/Bundles.agda | 2 +- .../Binary/Indexed/Homogeneous/Construct/At.agda | 2 +- src/Relation/Binary/Indexed/Homogeneous/Core.agda | 2 +- .../Binary/Indexed/Homogeneous/Definitions.agda | 2 +- .../Binary/Indexed/Homogeneous/Structures.agda | 2 +- src/Relation/Binary/Lattice.agda | 2 +- src/Relation/Binary/Lattice/Bundles.agda | 2 +- src/Relation/Binary/Lattice/Definitions.agda | 2 +- .../Lattice/Properties/BoundedJoinSemilattice.agda | 2 +- .../Binary/Lattice/Properties/BoundedLattice.agda | 2 +- .../Lattice/Properties/BoundedMeetSemilattice.agda | 2 +- .../Binary/Lattice/Properties/DistributiveLattice.agda | 2 +- .../Binary/Lattice/Properties/HeytingAlgebra.agda | 2 +- .../Binary/Lattice/Properties/JoinSemilattice.agda | 2 +- src/Relation/Binary/Lattice/Properties/Lattice.agda | 2 +- .../Binary/Lattice/Properties/MeetSemilattice.agda | 2 +- src/Relation/Binary/Lattice/Structures.agda | 2 +- src/Relation/Binary/Morphism.agda | 2 +- src/Relation/Binary/Morphism/Bundles.agda | 2 +- .../Binary/Morphism/Construct/Composition.agda | 2 +- src/Relation/Binary/Morphism/Construct/Constant.agda | 2 +- src/Relation/Binary/Morphism/Construct/Identity.agda | 2 +- src/Relation/Binary/Morphism/Construct/On.agda | 2 +- src/Relation/Binary/Morphism/Construct/Product.agda | 2 +- src/Relation/Binary/Morphism/Definitions.agda | 2 +- src/Relation/Binary/Morphism/OrderMonomorphism.agda | 2 +- src/Relation/Binary/Morphism/RelMonomorphism.agda | 2 +- src/Relation/Binary/Morphism/Structures.agda | 2 +- src/Relation/Binary/OrderMorphism.agda | 2 +- src/Relation/Binary/Properties/ApartnessRelation.agda | 2 +- .../Binary/Properties/BoundedJoinSemilattice.agda | 2 +- src/Relation/Binary/Properties/BoundedLattice.agda | 2 +- .../Binary/Properties/BoundedMeetSemilattice.agda | 2 +- src/Relation/Binary/Properties/DecSetoid.agda | 2 +- src/Relation/Binary/Properties/DecTotalOrder.agda | 2 +- .../Binary/Properties/DistributiveLattice.agda | 2 +- src/Relation/Binary/Properties/HeytingAlgebra.agda | 2 +- src/Relation/Binary/Properties/JoinSemilattice.agda | 2 +- src/Relation/Binary/Properties/Lattice.agda | 2 +- src/Relation/Binary/Properties/MeetSemilattice.agda | 2 +- src/Relation/Binary/Properties/PartialSetoid.agda | 2 +- src/Relation/Binary/Properties/Poset.agda | 2 +- src/Relation/Binary/Properties/Preorder.agda | 2 +- src/Relation/Binary/Properties/Setoid.agda | 2 +- src/Relation/Binary/Properties/StrictPartialOrder.agda | 2 +- src/Relation/Binary/Properties/StrictTotalOrder.agda | 2 +- src/Relation/Binary/Properties/TotalOrder.agda | 2 +- src/Relation/Binary/PropositionalEquality.agda | 2 +- src/Relation/Binary/PropositionalEquality/Algebra.agda | 2 +- src/Relation/Binary/PropositionalEquality/Core.agda | 2 +- .../Binary/PropositionalEquality/Properties.agda | 2 +- src/Relation/Binary/Reasoning/Base/Apartness.agda | 2 +- src/Relation/Binary/Reasoning/Base/Double.agda | 2 +- src/Relation/Binary/Reasoning/Base/Partial.agda | 2 +- src/Relation/Binary/Reasoning/Base/Single.agda | 2 +- src/Relation/Binary/Reasoning/Base/Triple.agda | 2 +- src/Relation/Binary/Reasoning/MultiSetoid.agda | 2 +- src/Relation/Binary/Reasoning/PartialOrder.agda | 2 +- src/Relation/Binary/Reasoning/PartialSetoid.agda | 2 +- src/Relation/Binary/Reasoning/Preorder.agda | 2 +- src/Relation/Binary/Reasoning/Setoid.agda | 2 +- src/Relation/Binary/Reasoning/StrictPartialOrder.agda | 2 +- src/Relation/Binary/Reasoning/Syntax.agda | 2 +- src/Relation/Binary/Reflection.agda | 2 +- src/Relation/Binary/Rewriting.agda | 2 +- src/Relation/Binary/Structures.agda | 2 +- src/Relation/Binary/Structures/Biased.agda | 2 +- src/Relation/Binary/TypeClasses.agda | 2 +- src/Relation/Nary.agda | 2 +- src/Relation/Nullary.agda | 2 +- src/Relation/Nullary/Construct/Add/Extrema.agda | 2 +- src/Relation/Nullary/Construct/Add/Infimum.agda | 2 +- src/Relation/Nullary/Construct/Add/Point.agda | 2 +- src/Relation/Nullary/Construct/Add/Supremum.agda | 2 +- src/Relation/Nullary/Decidable.agda | 2 +- src/Relation/Nullary/Decidable/Core.agda | 2 +- src/Relation/Nullary/Implication.agda | 2 +- src/Relation/Nullary/Indexed.agda | 2 +- src/Relation/Nullary/Indexed/Negation.agda | 2 +- src/Relation/Nullary/Irrelevant.agda | 2 +- src/Relation/Nullary/Negation.agda | 2 +- src/Relation/Nullary/Negation/Core.agda | 2 +- src/Relation/Nullary/Product.agda | 2 +- src/Relation/Nullary/Recomputable.agda | 2 +- src/Relation/Nullary/Recomputable/Core.agda | 2 +- src/Relation/Nullary/Reflects.agda | 2 +- src/Relation/Nullary/Sum.agda | 2 +- src/Relation/Nullary/Universe.agda | 2 +- src/Relation/Unary.agda | 2 +- src/Relation/Unary/Algebra.agda | 2 +- src/Relation/Unary/Closure/Base.agda | 2 +- src/Relation/Unary/Closure/Preorder.agda | 2 +- src/Relation/Unary/Closure/StrictPartialOrder.agda | 2 +- src/Relation/Unary/Consequences.agda | 2 +- src/Relation/Unary/Indexed.agda | 2 +- src/Relation/Unary/Polymorphic.agda | 2 +- src/Relation/Unary/Polymorphic/Properties.agda | 2 +- src/Relation/Unary/PredicateTransformer.agda | 2 +- src/Relation/Unary/Properties.agda | 2 +- src/Relation/Unary/Relation/Binary/Equality.agda | 2 +- src/Relation/Unary/Relation/Binary/Subset.agda | 2 +- src/Relation/Unary/Sized.agda | 2 +- src/Size.agda | 2 +- src/Strict.agda | 2 +- src/System/Clock.agda | 2 +- src/System/Clock/Primitive.agda | 2 +- src/System/Console/ANSI.agda | 2 +- src/System/Directory.agda | 2 +- src/System/Directory/Primitive.agda | 2 +- src/System/Environment.agda | 2 +- src/System/Environment/Primitive.agda | 2 +- src/System/Exit.agda | 2 +- src/System/Exit/Primitive.agda | 2 +- src/System/FilePath/Posix.agda | 2 +- src/System/FilePath/Posix/Primitive.agda | 2 +- src/System/Process.agda | 2 +- src/System/Process/Primitive.agda | 2 +- src/System/Random.agda | 2 +- src/System/Random/Primitive.agda | 2 +- src/Tactic/Cong.agda | 2 +- src/Tactic/MonoidSolver.agda | 2 +- src/Tactic/RingSolver.agda | 2 +- src/Tactic/RingSolver/Core/AlmostCommutativeRing.agda | 2 +- src/Tactic/RingSolver/Core/Expression.agda | 2 +- src/Tactic/RingSolver/Core/NatSet.agda | 2 +- src/Tactic/RingSolver/Core/Polynomial/Base.agda | 4 ++-- .../RingSolver/Core/Polynomial/Homomorphism.agda | 2 +- .../Core/Polynomial/Homomorphism/Addition.agda | 2 +- .../Core/Polynomial/Homomorphism/Constants.agda | 2 +- .../Core/Polynomial/Homomorphism/Exponentiation.agda | 2 +- .../Core/Polynomial/Homomorphism/Lemmas.agda | 2 +- .../Core/Polynomial/Homomorphism/Multiplication.agda | 2 +- .../Core/Polynomial/Homomorphism/Negation.agda | 2 +- .../Core/Polynomial/Homomorphism/Variables.agda | 2 +- src/Tactic/RingSolver/Core/Polynomial/Parameters.agda | 2 +- src/Tactic/RingSolver/Core/Polynomial/Reasoning.agda | 2 +- src/Tactic/RingSolver/Core/Polynomial/Semantics.agda | 2 +- src/Tactic/RingSolver/NonReflective.agda | 2 +- src/Test/Golden.agda | 2 +- src/Text/Format.agda | 2 +- src/Text/Format/Generic.agda | 2 +- src/Text/Printf.agda | 2 +- src/Text/Printf/Generic.agda | 2 +- src/Text/Regex.agda | 2 +- src/Text/Regex/Base.agda | 2 +- src/Text/Regex/Derivative/Brzozowski.agda | 2 +- src/Text/Regex/Properties.agda | 2 +- src/Text/Regex/Properties/Core.agda | 2 +- src/Text/Regex/Search.agda | 2 +- src/Text/Regex/SmartConstructors.agda | 2 +- src/Text/Regex/String.agda | 2 +- src/Text/Tabular/Base.agda | 2 +- src/Text/Tabular/List.agda | 2 +- src/Text/Tabular/Vec.agda | 2 +- src/Text/Tree/Linear.agda | 2 +- tests/data/appending/TakeWhile.agda | 2 +- 1169 files changed, 1179 insertions(+), 1177 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99dea4e749..c7e9f161ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The library has been tested using Agda 2.8.0. Highlights ---------- +* Modules that previously used `--cubical-compatible` once again use `--without-K`. + Bug-fixes --------- diff --git a/GenerateEverything.hs b/GenerateEverything.hs index 11db7e1222..86cbe63d1c 100644 --- a/GenerateEverything.hs +++ b/GenerateEverything.hs @@ -255,9 +255,9 @@ classify fp hd ls -- We start with sanity checks | isUnsafe && safe = throwError $ fp ++ contradiction "unsafe" "safe" | not (isUnsafe || safe) = throwError $ fp ++ uncategorized "unsafe" "safe" - | isWithK && cubicalC = throwError $ fp ++ contradiction "as relying on K" "cubical-compatible" + | isWithK && withoutK = throwError $ fp ++ contradiction "as relying on K" "without-K" | isWithK && not withK = throwError $ fp ++ missingWithK - | not (isWithK || cubicalC) = throwError $ fp ++ uncategorized "as relying on K" "cubical-compatible" + | not (isWithK || withoutK) = throwError $ fp ++ uncategorized "as relying on K" "without-K" -- And then perform the actual classification | otherwise = do let safety = if | safe -> Safe @@ -273,9 +273,9 @@ classify fp hd ls isUnsafe = isUnsafeModule fp -- based on detected OPTIONS - safe = option "--safe" - withK = option "--with-K" - cubicalC = option "--cubical-compatible" + safe = option "--safe" + withK = option "--with-K" + withoutK = option "--without-K" -- based on detected comment in header deprecated = let detect = List.isSubsequenceOf "This module is DEPRECATED." diff --git a/HACKING.md b/HACKING.md index 4e8925648d..646ddbb730 100644 --- a/HACKING.md +++ b/HACKING.md @@ -21,7 +21,7 @@ What is an acceptable contribution? for purely computational contributions this will involve adding tests. - It should use the minimal set of Agda features, i.e. it should normally use - the Agda option pragmas `--cubical-compatible` and `--safe`, with the occasional use of + the Agda option pragmas `--without-K` and `--safe`, with the occasional use of `--with-K`, `--sized`, `--guardedness` in certain situations. In general, if something is in a general undergraduate Computer Science or Mathematics @@ -150,11 +150,11 @@ proper header, and a brief description of what the module is for, e.g. ``` If possible, each module should use the options `--safe` and -`--cubical-compatible`. You can achieve this by placing the following +`--without-K`. You can achieve this by placing the following pragma under the header and before any other line of code (including the module name): ``` -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} ``` If a module cannot be made safe or needs the `--with-K` option then it should be diff --git a/README.md b/README.md index 177e7c0d54..cd8d23743f 100644 --- a/README.md +++ b/README.md @@ -69,9 +69,9 @@ Most of the library can be type-checked using the `--safe` flag. Please consult [GenerateEverything.hs](https://github.com/agda/agda-stdlib/blob/master/GenerateEverything.hs#L32-L82) for a full list of modules that use unsafe features. -#### The `--cubical-compatible` flag +#### The `--without-K` flag -Most of the library can be type-checked using the `--cubical-compatible` flag, which since Agda v2.6.3 supersedes the former `--without-K` flag. Please consult +Most of the library can be type-checked using the `--without-K` flag. Please consult [GenerateEverything.hs](https://github.com/agda/agda-stdlib/blob/master/GenerateEverything.hs#L91-L111) for a full list of modules that use axiom K, requiring the `--with-K` flag. diff --git a/doc/README/Case.agda b/doc/README/Case.agda index 62fec18c0f..1d810954ab 100644 --- a/doc/README/Case.agda +++ b/doc/README/Case.agda @@ -5,7 +5,7 @@ -- pattern-matching lambda abstractions ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module README.Case where diff --git a/doc/README/Data/Container/FreeMonad.agda b/doc/README/Data/Container/FreeMonad.agda index 3d3b2d5ff4..ecc7f034c4 100644 --- a/doc/README/Data/Container/FreeMonad.agda +++ b/doc/README/Data/Container/FreeMonad.agda @@ -5,7 +5,7 @@ -- used ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --sized-types #-} +{-# OPTIONS --without-K --sized-types #-} module README.Data.Container.FreeMonad where diff --git a/doc/README/Data/Container/Indexed/MultiSortedAlgebraExample.agda b/doc/README/Data/Container/Indexed/MultiSortedAlgebraExample.agda index 0c466c932c..8884b4f7be 100644 --- a/doc/README/Data/Container/Indexed/MultiSortedAlgebraExample.agda +++ b/doc/README/Data/Container/Indexed/MultiSortedAlgebraExample.agda @@ -4,7 +4,7 @@ -- Example of multi-sorted algebras as indexed containers ------------------------------------------------------------------------ -{-# OPTIONS --safe --cubical-compatible #-} +{-# OPTIONS --safe --without-K #-} module README.Data.Container.Indexed.MultiSortedAlgebraExample where diff --git a/doc/README/Data/Default.agda b/doc/README/Data/Default.agda index 9b06acd9a5..82ff5fcd7d 100644 --- a/doc/README/Data/Default.agda +++ b/doc/README/Data/Default.agda @@ -5,7 +5,7 @@ -- argument that default to a specified value if none is passed. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module README.Data.Default where diff --git a/doc/README/Data/Fin/Relation/Unary/Top.agda b/doc/README/Data/Fin/Relation/Unary/Top.agda index 869e96a3e0..09b592a6f5 100644 --- a/doc/README/Data/Fin/Relation/Unary/Top.agda +++ b/doc/README/Data/Fin/Relation/Unary/Top.agda @@ -12,7 +12,7 @@ -- together with their corresponding properties in `Data.Fin.Properties`. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module README.Data.Fin.Relation.Unary.Top where diff --git a/doc/README/Data/Fin/Substitution/UntypedLambda.agda b/doc/README/Data/Fin/Substitution/UntypedLambda.agda index 036f7ed5ca..41f0f302ae 100644 --- a/doc/README/Data/Fin/Substitution/UntypedLambda.agda +++ b/doc/README/Data/Fin/Substitution/UntypedLambda.agda @@ -5,7 +5,7 @@ -- of substitution for the untyped λ-calculus, along with some lemmas ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module README.Data.Fin.Substitution.UntypedLambda where diff --git a/doc/README/Data/Integer.agda b/doc/README/Data/Integer.agda index bb3f867137..b8baf02c4c 100644 --- a/doc/README/Data/Integer.agda +++ b/doc/README/Data/Integer.agda @@ -5,7 +5,7 @@ -- operations and properties are defined, and how they can be used ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible #-} +{-# OPTIONS --without-K #-} module README.Data.Integer where diff --git a/doc/README/Data/List/Relation/Ternary/Interleaving.agda b/doc/README/Data/List/Relation/Ternary/Interleaving.agda index 670aaa0c8a..6af76080bf 100644 --- a/doc/README/Data/List/Relation/Ternary/Interleaving.agda +++ b/doc/README/Data/List/Relation/Ternary/Interleaving.agda @@ -4,7 +4,7 @@ -- Examples showing how the notion of Interleaving can be used ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module README.Data.List.Relation.Ternary.Interleaving where diff --git a/doc/README/Data/Nat.agda b/doc/README/Data/Nat.agda index 06f75e2f0b..60dbf266bf 100644 --- a/doc/README/Data/Nat.agda +++ b/doc/README/Data/Nat.agda @@ -5,7 +5,7 @@ -- operations and properties are defined, and how they can be used ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible #-} +{-# OPTIONS --without-K #-} module README.Data.Nat where diff --git a/doc/README/Data/Rational.agda b/doc/README/Data/Rational.agda index 8e56e086f3..1c40537c91 100644 --- a/doc/README/Data/Rational.agda +++ b/doc/README/Data/Rational.agda @@ -5,7 +5,7 @@ -- operations and properties are defined, and how they can be used ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible #-} +{-# OPTIONS --without-K #-} module README.Data.Rational where diff --git a/doc/README/Data/Tree/AVL.agda b/doc/README/Data/Tree/AVL.agda index e932f4e839..3d6a96763e 100644 --- a/doc/README/Data/Tree/AVL.agda +++ b/doc/README/Data/Tree/AVL.agda @@ -4,7 +4,7 @@ -- Some examples showing how the AVL tree module can be used ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module README.Data.Tree.AVL where diff --git a/doc/README/Data/Tree/Binary.agda b/doc/README/Data/Tree/Binary.agda index 0f03ad7b79..1b656c277d 100644 --- a/doc/README/Data/Tree/Binary.agda +++ b/doc/README/Data/Tree/Binary.agda @@ -4,7 +4,7 @@ -- Some examples showing how the Binary tree module can be used ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --sized-types #-} +{-# OPTIONS --without-K --sized-types #-} module README.Data.Tree.Binary where diff --git a/doc/README/Data/Tree/Rose.agda b/doc/README/Data/Tree/Rose.agda index a724e9aacc..0503fd74e7 100644 --- a/doc/README/Data/Tree/Rose.agda +++ b/doc/README/Data/Tree/Rose.agda @@ -4,7 +4,7 @@ -- Some examples showing how the Rose tree module can be used ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --sized-types #-} +{-# OPTIONS --without-K --sized-types #-} module README.Data.Tree.Rose where diff --git a/doc/README/Data/Trie/NonDependent.agda b/doc/README/Data/Trie/NonDependent.agda index 385e981880..d68f8d7899 100644 --- a/doc/README/Data/Trie/NonDependent.agda +++ b/doc/README/Data/Trie/NonDependent.agda @@ -4,7 +4,7 @@ -- Example use case for a trie: a wee generic lexer ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --sized-types #-} +{-# OPTIONS --without-K --sized-types #-} module README.Data.Trie.NonDependent where diff --git a/doc/README/Data/Vec/Relation/Binary/Equality/Cast.agda b/doc/README/Data/Vec/Relation/Binary/Equality/Cast.agda index 43e6df2062..f0824daa7a 100644 --- a/doc/README/Data/Vec/Relation/Binary/Equality/Cast.agda +++ b/doc/README/Data/Vec/Relation/Binary/Equality/Cast.agda @@ -8,7 +8,7 @@ -- section. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module README.Data.Vec.Relation.Binary.Equality.Cast where diff --git a/doc/README/Data/Wrap.agda b/doc/README/Data/Wrap.agda index 7273e787d1..40e60cd810 100644 --- a/doc/README/Data/Wrap.agda +++ b/doc/README/Data/Wrap.agda @@ -4,7 +4,7 @@ -- An example of how to use `Wrap` to help term inference. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module README.Data.Wrap where diff --git a/doc/README/Debug/Trace.agda b/doc/README/Debug/Trace.agda index 21f7bbf3ee..30460ba1ad 100644 --- a/doc/README/Debug/Trace.agda +++ b/doc/README/Debug/Trace.agda @@ -4,7 +4,7 @@ -- An example showing how the Debug.Trace module can be used ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --rewriting --guardedness #-} +{-# OPTIONS --without-K --rewriting --guardedness #-} module README.Debug.Trace where diff --git a/doc/README/Design/Decidability.agda b/doc/README/Design/Decidability.agda index 63ab9f2021..83f5421787 100644 --- a/doc/README/Design/Decidability.agda +++ b/doc/README/Design/Decidability.agda @@ -4,7 +4,7 @@ -- Examples of decision procedures and how to use them ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module README.Design.Decidability where diff --git a/doc/README/Design/Fixity.agda b/doc/README/Design/Fixity.agda index 52394ff864..523e119915 100644 --- a/doc/README/Design/Fixity.agda +++ b/doc/README/Design/Fixity.agda @@ -4,7 +4,7 @@ -- Documentation describing some of the fixity choices ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} -- There is no actual code in here, just design note. diff --git a/doc/README/Effect/Monad/Partiality.agda b/doc/README/Effect/Monad/Partiality.agda index 7b96749cd5..7af99d7016 100644 --- a/doc/README/Effect/Monad/Partiality.agda +++ b/doc/README/Effect/Monad/Partiality.agda @@ -4,7 +4,7 @@ -- Example showing the use of the partiality Monad ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe --guardedness #-} +{-# OPTIONS --without-K --safe --guardedness #-} module README.Effect.Monad.Partiality where diff --git a/doc/README/Inspect.agda b/doc/README/Inspect.agda index 2199a499c8..30b140a4c2 100644 --- a/doc/README/Inspect.agda +++ b/doc/README/Inspect.agda @@ -5,7 +5,7 @@ -- it is implemented in the standard library. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module README.Inspect where diff --git a/doc/README/Nary.agda b/doc/README/Nary.agda index b8b337832a..4607cabd1b 100644 --- a/doc/README/Nary.agda +++ b/doc/README/Nary.agda @@ -5,7 +5,7 @@ -- can be used ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module README.Nary where diff --git a/doc/README/Reflection/External.agda b/doc/README/Reflection/External.agda index cd9e208b99..6d15f45454 100644 --- a/doc/README/Reflection/External.agda +++ b/doc/README/Reflection/External.agda @@ -8,7 +8,7 @@ -- section on Reflection in the Agda user manual for more details. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --allow-exec #-} +{-# OPTIONS --without-K --allow-exec #-} module README.Reflection.External where diff --git a/doc/README/Relation/Binary/TypeClasses.agda b/doc/README/Relation/Binary/TypeClasses.agda index a836389ee4..e9e389aae0 100644 --- a/doc/README/Relation/Binary/TypeClasses.agda +++ b/doc/README/Relation/Binary/TypeClasses.agda @@ -4,7 +4,7 @@ -- Usage examples of typeclasses for binary relations ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module README.Relation.Binary.TypeClasses where diff --git a/doc/README/Tactic/Cong.agda b/doc/README/Tactic/Cong.agda index 01365aee96..2eb55fc692 100644 --- a/doc/README/Tactic/Cong.agda +++ b/doc/README/Tactic/Cong.agda @@ -1,4 +1,4 @@ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module README.Tactic.Cong where diff --git a/doc/README/Text/Printf.agda b/doc/README/Text/Printf.agda index 47150fda4d..638962ee50 100644 --- a/doc/README/Text/Printf.agda +++ b/doc/README/Text/Printf.agda @@ -4,7 +4,7 @@ -- Examples of format strings and printf ------------------------------------------------------------------------ -{-# OPTIONS --safe --cubical-compatible #-} +{-# OPTIONS --safe --without-K #-} module README.Text.Printf where diff --git a/doc/README/Text/Tabular.agda b/doc/README/Text/Tabular.agda index cf3a2708d1..edb0768f06 100644 --- a/doc/README/Text/Tabular.agda +++ b/doc/README/Text/Tabular.agda @@ -4,7 +4,7 @@ -- Examples of printing list and vec-based tables ------------------------------------------------------------------------ -{-# OPTIONS --safe --cubical-compatible #-} +{-# OPTIONS --safe --without-K #-} module README.Text.Tabular where diff --git a/src/Algebra.agda b/src/Algebra.agda index 2bd33eda10..9d362848f2 100644 --- a/src/Algebra.agda +++ b/src/Algebra.agda @@ -5,7 +5,7 @@ -- (packed in records together with sets, operations, etc.) ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Algebra where diff --git a/src/Algebra/Apartness.agda b/src/Algebra/Apartness.agda index 7fc1914452..91845ec12c 100644 --- a/src/Algebra/Apartness.agda +++ b/src/Algebra/Apartness.agda @@ -4,7 +4,7 @@ -- Algebraic objects with an apartness relation ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Algebra.Apartness where diff --git a/src/Algebra/Apartness/Bundles.agda b/src/Algebra/Apartness/Bundles.agda index ba9c715ff4..1bf6ddca13 100644 --- a/src/Algebra/Apartness/Bundles.agda +++ b/src/Algebra/Apartness/Bundles.agda @@ -4,7 +4,7 @@ -- Bundles for local algebraic structures ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Algebra.Apartness.Bundles where diff --git a/src/Algebra/Apartness/Properties/HeytingCommutativeRing.agda b/src/Algebra/Apartness/Properties/HeytingCommutativeRing.agda index 713edba00c..5ee3da4273 100644 --- a/src/Algebra/Apartness/Properties/HeytingCommutativeRing.agda +++ b/src/Algebra/Apartness/Properties/HeytingCommutativeRing.agda @@ -4,7 +4,7 @@ -- Properties of Heyting Commutative Rings ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Algebra.Apartness.Bundles using (HeytingCommutativeRing) diff --git a/src/Algebra/Apartness/Structures.agda b/src/Algebra/Apartness/Structures.agda index 6ebee66787..c11a42346f 100644 --- a/src/Algebra/Apartness/Structures.agda +++ b/src/Algebra/Apartness/Structures.agda @@ -4,7 +4,7 @@ -- Algebraic structures with an apartness relation ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Algebra.Core using (Op₁; Op₂) open import Relation.Binary.Core using (Rel) diff --git a/src/Algebra/Bundles.agda b/src/Algebra/Bundles.agda index bc66a893f4..15e79a10c3 100644 --- a/src/Algebra/Bundles.agda +++ b/src/Algebra/Bundles.agda @@ -7,7 +7,7 @@ -- The contents of this module should be accessed via `Algebra`. -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Algebra.Bundles where diff --git a/src/Algebra/Bundles/Raw.agda b/src/Algebra/Bundles/Raw.agda index 5d9d2254eb..e60c1682a0 100644 --- a/src/Algebra/Bundles/Raw.agda +++ b/src/Algebra/Bundles/Raw.agda @@ -4,7 +4,7 @@ -- Definitions of 'raw' bundles ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Algebra.Bundles.Raw where diff --git a/src/Algebra/Consequences/Base.agda b/src/Algebra/Consequences/Base.agda index 5df61df8ee..6175c9b9aa 100644 --- a/src/Algebra/Consequences/Base.agda +++ b/src/Algebra/Consequences/Base.agda @@ -5,7 +5,7 @@ -- commutativity) that don't require the equality relation to be a setoid. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Algebra.Consequences.Base {a} {A : Set a} where diff --git a/src/Algebra/Consequences/Propositional.agda b/src/Algebra/Consequences/Propositional.agda index 6664889796..6be61c3442 100644 --- a/src/Algebra/Consequences/Propositional.agda +++ b/src/Algebra/Consequences/Propositional.agda @@ -5,7 +5,7 @@ -- commutativity (specialised to propositional equality) ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Algebra.Consequences.Propositional {a} {A : Set a} where diff --git a/src/Algebra/Consequences/Setoid.agda b/src/Algebra/Consequences/Setoid.agda index 13a5f15f75..e841dac1da 100644 --- a/src/Algebra/Consequences/Setoid.agda +++ b/src/Algebra/Consequences/Setoid.agda @@ -5,7 +5,7 @@ -- commutativity, when the underlying relation is a setoid ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Bundles using (Setoid) open import Relation.Binary.Definitions diff --git a/src/Algebra/Construct/Add/Identity.agda b/src/Algebra/Construct/Add/Identity.agda index db0d029ea7..2b2dcbb9f7 100644 --- a/src/Algebra/Construct/Add/Identity.agda +++ b/src/Algebra/Construct/Add/Identity.agda @@ -5,7 +5,7 @@ -- identity element ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Algebra.Construct.Add.Identity where diff --git a/src/Algebra/Construct/DirectProduct.agda b/src/Algebra/Construct/DirectProduct.agda index 3c0ec699ee..8d7cd98a8f 100644 --- a/src/Algebra/Construct/DirectProduct.agda +++ b/src/Algebra/Construct/DirectProduct.agda @@ -11,7 +11,7 @@ -- also the coproduct, making it a biproduct. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Algebra.Construct.DirectProduct where diff --git a/src/Algebra/Construct/Flip/Op.agda b/src/Algebra/Construct/Flip/Op.agda index 9f2ca10c6d..ebd957470b 100644 --- a/src/Algebra/Construct/Flip/Op.agda +++ b/src/Algebra/Construct/Flip/Op.agda @@ -5,7 +5,7 @@ -- algebraic properties. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Algebra.Construct.Flip.Op where diff --git a/src/Algebra/Construct/Initial.agda b/src/Algebra/Construct/Initial.agda index 881b2bcffe..b80452bf24 100644 --- a/src/Algebra/Construct/Initial.agda +++ b/src/Algebra/Construct/Initial.agda @@ -8,7 +8,7 @@ -- object is *also* the initial object in the relevant category. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Level using (Level) diff --git a/src/Algebra/Construct/LexProduct.agda b/src/Algebra/Construct/LexProduct.agda index 3fbcf86c80..81761abfc1 100644 --- a/src/Algebra/Construct/LexProduct.agda +++ b/src/Algebra/Construct/LexProduct.agda @@ -4,7 +4,7 @@ -- Definitions of the lexicographic product of two operators. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Algebra.Bundles using (Magma) open import Algebra.Definitions diff --git a/src/Algebra/Construct/LexProduct/Base.agda b/src/Algebra/Construct/LexProduct/Base.agda index 85686fd20c..01c4755d01 100644 --- a/src/Algebra/Construct/LexProduct/Base.agda +++ b/src/Algebra/Construct/LexProduct/Base.agda @@ -4,7 +4,7 @@ -- Definitions of the lexicographic product of two operators. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Algebra.Core using (Op₂) open import Data.Bool.Base using (true; false) diff --git a/src/Algebra/Construct/LexProduct/Inner.agda b/src/Algebra/Construct/LexProduct/Inner.agda index beff9e9e3a..82a88648ab 100644 --- a/src/Algebra/Construct/LexProduct/Inner.agda +++ b/src/Algebra/Construct/LexProduct/Inner.agda @@ -4,7 +4,7 @@ -- Properties of the inner lexicographic product of two operators. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Algebra open import Data.Bool.Base using (false; true) diff --git a/src/Algebra/Construct/LiftedChoice.agda b/src/Algebra/Construct/LiftedChoice.agda index 3706047ee1..496b643cd1 100644 --- a/src/Algebra/Construct/LiftedChoice.agda +++ b/src/Algebra/Construct/LiftedChoice.agda @@ -4,7 +4,7 @@ -- Choosing between elements based on the result of applying a function ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Algebra diff --git a/src/Algebra/Construct/NaturalChoice/Base.agda b/src/Algebra/Construct/NaturalChoice/Base.agda index 9ba6b08a66..5e05ef6d3c 100644 --- a/src/Algebra/Construct/NaturalChoice/Base.agda +++ b/src/Algebra/Construct/NaturalChoice/Base.agda @@ -5,7 +5,7 @@ -- with respect to a total preorder. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Algebra.Core using (Op₂) open import Level as L hiding (_⊔_) diff --git a/src/Algebra/Construct/NaturalChoice/Max.agda b/src/Algebra/Construct/NaturalChoice/Max.agda index b3a180d580..69add74d75 100644 --- a/src/Algebra/Construct/NaturalChoice/Max.agda +++ b/src/Algebra/Construct/NaturalChoice/Max.agda @@ -4,7 +4,7 @@ -- The max operator derived from an arbitrary total preorder. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Bundles using (TotalOrder) diff --git a/src/Algebra/Construct/NaturalChoice/MaxOp.agda b/src/Algebra/Construct/NaturalChoice/MaxOp.agda index cec60db3bb..10c12f5ef5 100644 --- a/src/Algebra/Construct/NaturalChoice/MaxOp.agda +++ b/src/Algebra/Construct/NaturalChoice/MaxOp.agda @@ -5,7 +5,7 @@ -- preorder. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Algebra.Construct.NaturalChoice.Base using (MaxOperator; MaxOp⇒MinOp) open import Relation.Binary.Bundles using (TotalPreorder) diff --git a/src/Algebra/Construct/NaturalChoice/Min.agda b/src/Algebra/Construct/NaturalChoice/Min.agda index 9c5c522cbc..fa59933aea 100644 --- a/src/Algebra/Construct/NaturalChoice/Min.agda +++ b/src/Algebra/Construct/NaturalChoice/Min.agda @@ -4,7 +4,7 @@ -- The min operator derived from an arbitrary total preorder. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Bundles using (TotalOrder) diff --git a/src/Algebra/Construct/NaturalChoice/MinMaxOp.agda b/src/Algebra/Construct/NaturalChoice/MinMaxOp.agda index 6a54d8778a..7fae2db102 100644 --- a/src/Algebra/Construct/NaturalChoice/MinMaxOp.agda +++ b/src/Algebra/Construct/NaturalChoice/MinMaxOp.agda @@ -5,7 +5,7 @@ -- preorder. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Algebra.Construct.NaturalChoice.Base using (MinOperator; MaxOperator) open import Relation.Binary.Bundles using (TotalPreorder) diff --git a/src/Algebra/Construct/NaturalChoice/MinOp.agda b/src/Algebra/Construct/NaturalChoice/MinOp.agda index 3ea1e2ab44..395f0a8286 100644 --- a/src/Algebra/Construct/NaturalChoice/MinOp.agda +++ b/src/Algebra/Construct/NaturalChoice/MinOp.agda @@ -5,7 +5,7 @@ -- preorder. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Bundles using (TotalPreorder) open import Algebra.Construct.NaturalChoice.Base using (MinOperator; MinOp⇒MaxOp) diff --git a/src/Algebra/Construct/Pointwise.agda b/src/Algebra/Construct/Pointwise.agda index e70d3d67cb..7d925f8fe7 100644 --- a/src/Algebra/Construct/Pointwise.agda +++ b/src/Algebra/Construct/Pointwise.agda @@ -8,7 +8,7 @@ -- NB the module is parametrised only wrt `A` ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Algebra.Construct.Pointwise {a} (A : Set a) where diff --git a/src/Algebra/Construct/Sub/Group.agda b/src/Algebra/Construct/Sub/Group.agda index b51309d542..97b2d89e25 100644 --- a/src/Algebra/Construct/Sub/Group.agda +++ b/src/Algebra/Construct/Sub/Group.agda @@ -4,7 +4,7 @@ -- Definition of subgroups ------------------------------------------------------------------------ -{-# OPTIONS --safe --cubical-compatible #-} +{-# OPTIONS --safe --without-K #-} open import Algebra.Bundles using (Group; RawGroup) diff --git a/src/Algebra/Construct/Subst/Equality.agda b/src/Algebra/Construct/Subst/Equality.agda index 9f054d9e0f..9a7a0e2af6 100644 --- a/src/Algebra/Construct/Subst/Equality.agda +++ b/src/Algebra/Construct/Subst/Equality.agda @@ -7,7 +7,7 @@ -- For more general transformations between algebraic structures see -- `Algebra.Morphisms`. -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Data.Product.Base as Product open import Relation.Binary.Core using (Rel; _⇔_) diff --git a/src/Algebra/Construct/Terminal.agda b/src/Algebra/Construct/Terminal.agda index 49c27c86a4..4d2b180137 100644 --- a/src/Algebra/Construct/Terminal.agda +++ b/src/Algebra/Construct/Terminal.agda @@ -8,7 +8,7 @@ -- and the terminal object in the relevant category. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Level using (Level) diff --git a/src/Algebra/Construct/Zero.agda b/src/Algebra/Construct/Zero.agda index ff902f0f55..4073cf7918 100644 --- a/src/Algebra/Construct/Zero.agda +++ b/src/Algebra/Construct/Zero.agda @@ -13,7 +13,7 @@ -- in favour of those defined in `Algebra.Construct.Terminal`. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Level using (Level) diff --git a/src/Algebra/Core.agda b/src/Algebra/Core.agda index 8f3734a7e0..2f6178bf72 100644 --- a/src/Algebra/Core.agda +++ b/src/Algebra/Core.agda @@ -6,7 +6,7 @@ -- The contents of this module should be accessed via `Algebra`. -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Algebra.Core where diff --git a/src/Algebra/Definitions.agda b/src/Algebra/Definitions.agda index d1893e3abd..8eadc73e97 100644 --- a/src/Algebra/Definitions.agda +++ b/src/Algebra/Definitions.agda @@ -13,7 +13,7 @@ -- library defines most of its concrete operators (e.g. in -- `Data.Nat.Base`) as being left-biased. -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Core using (Rel) diff --git a/src/Algebra/Definitions/RawMagma.agda b/src/Algebra/Definitions/RawMagma.agda index 9ce111dec5..a5b40453a3 100644 --- a/src/Algebra/Definitions/RawMagma.agda +++ b/src/Algebra/Definitions/RawMagma.agda @@ -8,7 +8,7 @@ -- probably want to be importing the appropriate module from -- `Algebra.Properties.(Magma/Semigroup/...).Divisibility` -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Algebra.Bundles.Raw using (RawMagma) open import Data.Product.Base using (_×_) diff --git a/src/Algebra/Definitions/RawMonoid.agda b/src/Algebra/Definitions/RawMonoid.agda index 266654f7c3..0e2926e991 100644 --- a/src/Algebra/Definitions/RawMonoid.agda +++ b/src/Algebra/Definitions/RawMonoid.agda @@ -4,7 +4,7 @@ -- Basic auxiliary definitions for monoid-like structures ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Algebra.Bundles using (RawMonoid) diff --git a/src/Algebra/Definitions/RawSemiring.agda b/src/Algebra/Definitions/RawSemiring.agda index 096532d533..9463022e70 100644 --- a/src/Algebra/Definitions/RawSemiring.agda +++ b/src/Algebra/Definitions/RawSemiring.agda @@ -4,7 +4,7 @@ -- Basic auxiliary definitions for semiring-like structures ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Algebra.Bundles using (RawSemiring) diff --git a/src/Algebra/FunctionProperties/Consequences.agda b/src/Algebra/FunctionProperties/Consequences.agda index e77b0b6d4e..e28fe282d8 100644 --- a/src/Algebra/FunctionProperties/Consequences.agda +++ b/src/Algebra/FunctionProperties/Consequences.agda @@ -4,7 +4,7 @@ -- This module is DEPRECATED. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Core using (Rel) open import Relation.Binary.Bundles using (Setoid) diff --git a/src/Algebra/FunctionProperties/Consequences/Core.agda b/src/Algebra/FunctionProperties/Consequences/Core.agda index 58c1c0afa9..fe7df6f770 100644 --- a/src/Algebra/FunctionProperties/Consequences/Core.agda +++ b/src/Algebra/FunctionProperties/Consequences/Core.agda @@ -4,7 +4,7 @@ -- This module is DEPRECATED. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Algebra.FunctionProperties.Consequences.Core {a} {A : Set a} where diff --git a/src/Algebra/FunctionProperties/Consequences/Propositional.agda b/src/Algebra/FunctionProperties/Consequences/Propositional.agda index b1f2d383cb..8d68750adf 100644 --- a/src/Algebra/FunctionProperties/Consequences/Propositional.agda +++ b/src/Algebra/FunctionProperties/Consequences/Propositional.agda @@ -4,7 +4,7 @@ -- This module is DEPRECATED. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Algebra.FunctionProperties.Consequences.Propositional {a} {A : Set a} where diff --git a/src/Algebra/Lattice.agda b/src/Algebra/Lattice.agda index 23f872d9b4..2ea6eee951 100644 --- a/src/Algebra/Lattice.agda +++ b/src/Algebra/Lattice.agda @@ -9,7 +9,7 @@ -- Relation.Binary.Lattice. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Algebra.Lattice where diff --git a/src/Algebra/Lattice/Bundles.agda b/src/Algebra/Lattice/Bundles.agda index 7255427729..38c2df9200 100644 --- a/src/Algebra/Lattice/Bundles.agda +++ b/src/Algebra/Lattice/Bundles.agda @@ -11,7 +11,7 @@ -- The contents of this module should be accessed via `Algebra.Lattice`. -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Algebra.Lattice.Bundles where diff --git a/src/Algebra/Lattice/Bundles/Raw.agda b/src/Algebra/Lattice/Bundles/Raw.agda index 9a8c4a2d22..bfd08d2e39 100644 --- a/src/Algebra/Lattice/Bundles/Raw.agda +++ b/src/Algebra/Lattice/Bundles/Raw.agda @@ -4,7 +4,7 @@ -- Definitions of 'raw' bundles ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Algebra.Lattice.Bundles.Raw where diff --git a/src/Algebra/Lattice/Construct/DirectProduct.agda b/src/Algebra/Lattice/Construct/DirectProduct.agda index 9791a2fb63..a42e67292f 100644 --- a/src/Algebra/Lattice/Construct/DirectProduct.agda +++ b/src/Algebra/Lattice/Construct/DirectProduct.agda @@ -11,7 +11,7 @@ -- also the coproduct, making it a biproduct. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Algebra.Lattice.Construct.DirectProduct where diff --git a/src/Algebra/Lattice/Construct/LiftedChoice.agda b/src/Algebra/Lattice/Construct/LiftedChoice.agda index 91b5a00987..a38607ed01 100644 --- a/src/Algebra/Lattice/Construct/LiftedChoice.agda +++ b/src/Algebra/Lattice/Construct/LiftedChoice.agda @@ -4,7 +4,7 @@ -- Choosing between elements based on the result of applying a function ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Algebra.Lattice.Construct.LiftedChoice where diff --git a/src/Algebra/Lattice/Construct/NaturalChoice/MaxOp.agda b/src/Algebra/Lattice/Construct/NaturalChoice/MaxOp.agda index b646dc5914..204f516d70 100644 --- a/src/Algebra/Lattice/Construct/NaturalChoice/MaxOp.agda +++ b/src/Algebra/Lattice/Construct/NaturalChoice/MaxOp.agda @@ -5,7 +5,7 @@ -- preorder. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Algebra.Construct.NaturalChoice.Base using (MaxOperator; MaxOp⇒MinOp) diff --git a/src/Algebra/Lattice/Construct/NaturalChoice/MinMaxOp.agda b/src/Algebra/Lattice/Construct/NaturalChoice/MinMaxOp.agda index a191d254e6..ecfb67358e 100644 --- a/src/Algebra/Lattice/Construct/NaturalChoice/MinMaxOp.agda +++ b/src/Algebra/Lattice/Construct/NaturalChoice/MinMaxOp.agda @@ -4,7 +4,7 @@ -- Properties of min and max operators specified over a total preorder. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Algebra.Construct.NaturalChoice.Base using (MinOperator; MaxOperator) open import Relation.Binary.Bundles using (TotalPreorder) diff --git a/src/Algebra/Lattice/Construct/NaturalChoice/MinOp.agda b/src/Algebra/Lattice/Construct/NaturalChoice/MinOp.agda index 008627e42d..d479ac04a3 100644 --- a/src/Algebra/Lattice/Construct/NaturalChoice/MinOp.agda +++ b/src/Algebra/Lattice/Construct/NaturalChoice/MinOp.agda @@ -5,7 +5,7 @@ -- preorder. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Algebra.Construct.NaturalChoice.Base using (MinOperator) open import Relation.Binary.Bundles using (TotalPreorder) diff --git a/src/Algebra/Lattice/Construct/Subst/Equality.agda b/src/Algebra/Lattice/Construct/Subst/Equality.agda index ae2d847209..a85561d0e1 100644 --- a/src/Algebra/Lattice/Construct/Subst/Equality.agda +++ b/src/Algebra/Lattice/Construct/Subst/Equality.agda @@ -7,7 +7,7 @@ -- For more general transformations between algebraic lattice structures -- see `Algebra.Lattice.Morphisms`. -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Data.Product.Base using (_,_) open import Relation.Binary.Core using (Rel ; _⇔_) diff --git a/src/Algebra/Lattice/Construct/Zero.agda b/src/Algebra/Lattice/Construct/Zero.agda index f22a47cf4d..ec40df665c 100644 --- a/src/Algebra/Lattice/Construct/Zero.agda +++ b/src/Algebra/Lattice/Construct/Zero.agda @@ -11,7 +11,7 @@ -- a structure with an empty Carrier. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Level using (Level) diff --git a/src/Algebra/Lattice/Morphism.agda b/src/Algebra/Lattice/Morphism.agda index 458614534c..35583a29fe 100644 --- a/src/Algebra/Lattice/Morphism.agda +++ b/src/Algebra/Lattice/Morphism.agda @@ -4,7 +4,7 @@ -- Morphisms between algebraic lattice structures ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Algebra.Lattice.Morphism where diff --git a/src/Algebra/Lattice/Morphism/Construct/Composition.agda b/src/Algebra/Lattice/Morphism/Construct/Composition.agda index c3d95df900..fa2ff6b574 100644 --- a/src/Algebra/Lattice/Morphism/Construct/Composition.agda +++ b/src/Algebra/Lattice/Morphism/Construct/Composition.agda @@ -4,7 +4,7 @@ -- The composition of morphisms between algebraic lattice structures. ------------------------------------------------------------------------ -{-# OPTIONS --safe --cubical-compatible #-} +{-# OPTIONS --safe --without-K #-} module Algebra.Lattice.Morphism.Construct.Composition where diff --git a/src/Algebra/Lattice/Morphism/Construct/Identity.agda b/src/Algebra/Lattice/Morphism/Construct/Identity.agda index 303d9ddbff..44bd79c2ca 100644 --- a/src/Algebra/Lattice/Morphism/Construct/Identity.agda +++ b/src/Algebra/Lattice/Morphism/Construct/Identity.agda @@ -4,7 +4,7 @@ -- The identity morphism for algebraic lattice structures ------------------------------------------------------------------------ -{-# OPTIONS --safe --cubical-compatible #-} +{-# OPTIONS --safe --without-K #-} module Algebra.Lattice.Morphism.Construct.Identity where diff --git a/src/Algebra/Lattice/Morphism/LatticeMonomorphism.agda b/src/Algebra/Lattice/Morphism/LatticeMonomorphism.agda index 6ee812ddd9..cb5ce357da 100644 --- a/src/Algebra/Lattice/Morphism/LatticeMonomorphism.agda +++ b/src/Algebra/Lattice/Morphism/LatticeMonomorphism.agda @@ -7,7 +7,7 @@ -- See Data.Nat.Binary.Properties for examples of how this and similar -- modules can be used to easily translate properties between types. -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Algebra.Lattice using (RawLattice; IsLattice; IsDistributiveLattice; isDistributiveLatticeʳʲᵐ) diff --git a/src/Algebra/Lattice/Morphism/Structures.agda b/src/Algebra/Lattice/Morphism/Structures.agda index f56235c2b0..7d2c688cb8 100644 --- a/src/Algebra/Lattice/Morphism/Structures.agda +++ b/src/Algebra/Lattice/Morphism/Structures.agda @@ -4,7 +4,7 @@ -- Morphisms between algebraic lattice structures ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Algebra.Lattice.Morphism.Structures where diff --git a/src/Algebra/Lattice/Properties/BooleanAlgebra.agda b/src/Algebra/Lattice/Properties/BooleanAlgebra.agda index b3d236bb74..26d15d6edc 100644 --- a/src/Algebra/Lattice/Properties/BooleanAlgebra.agda +++ b/src/Algebra/Lattice/Properties/BooleanAlgebra.agda @@ -4,7 +4,7 @@ -- Some derivable properties of Boolean algebras ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Algebra.Lattice.Bundles using (BooleanAlgebra) diff --git a/src/Algebra/Lattice/Properties/BooleanAlgebra/Expression.agda b/src/Algebra/Lattice/Properties/BooleanAlgebra/Expression.agda index 96e6b69103..d0cad16ba6 100644 --- a/src/Algebra/Lattice/Properties/BooleanAlgebra/Expression.agda +++ b/src/Algebra/Lattice/Properties/BooleanAlgebra/Expression.agda @@ -4,7 +4,7 @@ -- Boolean algebra expressions ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Algebra.Lattice using (BooleanAlgebra; isBooleanAlgebraʳ; isDistributiveLatticeʳʲᵐ) diff --git a/src/Algebra/Lattice/Properties/DistributiveLattice.agda b/src/Algebra/Lattice/Properties/DistributiveLattice.agda index 3ed2cceb12..4da0c529f1 100644 --- a/src/Algebra/Lattice/Properties/DistributiveLattice.agda +++ b/src/Algebra/Lattice/Properties/DistributiveLattice.agda @@ -4,7 +4,7 @@ -- Some derivable properties ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Algebra.Lattice.Bundles using (DistributiveLattice) diff --git a/src/Algebra/Lattice/Properties/Lattice.agda b/src/Algebra/Lattice/Properties/Lattice.agda index aa92a71d86..c3e8835232 100644 --- a/src/Algebra/Lattice/Properties/Lattice.agda +++ b/src/Algebra/Lattice/Properties/Lattice.agda @@ -4,7 +4,7 @@ -- Some derivable properties of lattices ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Algebra.Lattice.Bundles using (Lattice; Semilattice) diff --git a/src/Algebra/Lattice/Properties/Semilattice.agda b/src/Algebra/Lattice/Properties/Semilattice.agda index 207daba19a..b872b01ab5 100644 --- a/src/Algebra/Lattice/Properties/Semilattice.agda +++ b/src/Algebra/Lattice/Properties/Semilattice.agda @@ -4,7 +4,7 @@ -- Some derivable properties of semilattices ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Algebra.Lattice.Bundles using (Semilattice) diff --git a/src/Algebra/Lattice/Structures.agda b/src/Algebra/Lattice/Structures.agda index b7d7513d6a..f9558f0b81 100644 --- a/src/Algebra/Lattice/Structures.agda +++ b/src/Algebra/Lattice/Structures.agda @@ -11,7 +11,7 @@ -- The contents of this module should be accessed via `Algebra.Lattice`, -- unless you want to parameterise it via the equality relation. -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Algebra.Core using (Op₁; Op₂) open import Data.Product.Base using (proj₁; proj₂) diff --git a/src/Algebra/Lattice/Structures/Biased.agda b/src/Algebra/Lattice/Structures/Biased.agda index 5759727b17..8feb47ebea 100644 --- a/src/Algebra/Lattice/Structures/Biased.agda +++ b/src/Algebra/Lattice/Structures/Biased.agda @@ -10,7 +10,7 @@ -- The contents of this module should be accessed via `Algebra.Lattice`, -- unless you want to parameterise it via the equality relation. -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Core using (Rel) diff --git a/src/Algebra/Module.agda b/src/Algebra/Module.agda index b0fbfeded9..5cc1379acc 100644 --- a/src/Algebra/Module.agda +++ b/src/Algebra/Module.agda @@ -5,7 +5,7 @@ -- packed in records together with sets, operations, etc. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Algebra.Module where diff --git a/src/Algebra/Module/Bundles.agda b/src/Algebra/Module/Bundles.agda index 437a971ce5..4d1c7e74e3 100644 --- a/src/Algebra/Module/Bundles.agda +++ b/src/Algebra/Module/Bundles.agda @@ -21,7 +21,7 @@ -- right-scaling coincide. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Algebra.Module.Bundles where diff --git a/src/Algebra/Module/Bundles/Raw.agda b/src/Algebra/Module/Bundles/Raw.agda index 32916b6ea7..998f821352 100644 --- a/src/Algebra/Module/Bundles/Raw.agda +++ b/src/Algebra/Module/Bundles/Raw.agda @@ -4,7 +4,7 @@ -- Definitions of 'raw' bundles for module-like algebraic structures ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Algebra.Module.Bundles.Raw where diff --git a/src/Algebra/Module/Consequences.agda b/src/Algebra/Module/Consequences.agda index 29d18a8c41..cccc502e55 100644 --- a/src/Algebra/Module/Consequences.agda +++ b/src/Algebra/Module/Consequences.agda @@ -4,7 +4,7 @@ -- Relations between properties of scaling and other operations ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Algebra.Module.Consequences where diff --git a/src/Algebra/Module/Construct/DirectProduct.agda b/src/Algebra/Module/Construct/DirectProduct.agda index c369983904..5d542fe9f5 100644 --- a/src/Algebra/Module/Construct/DirectProduct.agda +++ b/src/Algebra/Module/Construct/DirectProduct.agda @@ -7,7 +7,7 @@ -- product and a coproduct in the category of R-modules. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Algebra.Module.Construct.DirectProduct where diff --git a/src/Algebra/Module/Construct/Idealization.agda b/src/Algebra/Module/Construct/Idealization.agda index 9c0e548423..9e07bef35d 100644 --- a/src/Algebra/Module/Construct/Idealization.agda +++ b/src/Algebra/Module/Construct/Idealization.agda @@ -29,7 +29,7 @@ -- ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Algebra.Bundles using (AbelianGroup; Ring) open import Algebra.Module.Bundles using (Bimodule) diff --git a/src/Algebra/Module/Construct/Sub/Bimodule.agda b/src/Algebra/Module/Construct/Sub/Bimodule.agda index c193be5d11..68b3dfa7ef 100644 --- a/src/Algebra/Module/Construct/Sub/Bimodule.agda +++ b/src/Algebra/Module/Construct/Sub/Bimodule.agda @@ -4,7 +4,7 @@ -- Definition of submodules ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Algebra.Bundles using (Ring) open import Algebra.Module.Bundles using (Bimodule; RawBimodule) diff --git a/src/Algebra/Module/Construct/TensorUnit.agda b/src/Algebra/Module/Construct/TensorUnit.agda index d608da059a..be5274631b 100644 --- a/src/Algebra/Module/Construct/TensorUnit.agda +++ b/src/Algebra/Module/Construct/TensorUnit.agda @@ -7,7 +7,7 @@ -- unit into M are isomorphic to the elements of M. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Algebra.Module.Construct.TensorUnit where diff --git a/src/Algebra/Module/Construct/Zero.agda b/src/Algebra/Module/Construct/Zero.agda index e095426975..de50268121 100644 --- a/src/Algebra/Module/Construct/Zero.agda +++ b/src/Algebra/Module/Construct/Zero.agda @@ -8,7 +8,7 @@ -- from/to M. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Level using (Level) diff --git a/src/Algebra/Module/Core.agda b/src/Algebra/Module/Core.agda index 328a6a1671..5dd777c34d 100644 --- a/src/Algebra/Module/Core.agda +++ b/src/Algebra/Module/Core.agda @@ -6,7 +6,7 @@ -- The contents of this module should be accessed via `Algebra.Module` -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Algebra.Module.Core where diff --git a/src/Algebra/Module/Definitions.agda b/src/Algebra/Module/Definitions.agda index 949aa45119..144a1e2f70 100644 --- a/src/Algebra/Module/Definitions.agda +++ b/src/Algebra/Module/Definitions.agda @@ -5,7 +5,7 @@ -- (LeftDefs), right-scaling (RightDefs), and both (BiDefs). ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Algebra.Module.Definitions where diff --git a/src/Algebra/Module/Definitions/Bi.agda b/src/Algebra/Module/Definitions/Bi.agda index 56d729b6d0..109cd975aa 100644 --- a/src/Algebra/Module/Definitions/Bi.agda +++ b/src/Algebra/Module/Definitions/Bi.agda @@ -4,7 +4,7 @@ -- Properties connecting left-scaling and right-scaling ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Core using (Rel) diff --git a/src/Algebra/Module/Definitions/Bi/Simultaneous.agda b/src/Algebra/Module/Definitions/Bi/Simultaneous.agda index 0613582540..a0cbd33775 100644 --- a/src/Algebra/Module/Definitions/Bi/Simultaneous.agda +++ b/src/Algebra/Module/Definitions/Bi/Simultaneous.agda @@ -4,7 +4,7 @@ -- Properties connecting left-scaling and right-scaling over the same scalars ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Core using (Rel) diff --git a/src/Algebra/Module/Definitions/Left.agda b/src/Algebra/Module/Definitions/Left.agda index f0d10dd1b8..c00af7d73d 100644 --- a/src/Algebra/Module/Definitions/Left.agda +++ b/src/Algebra/Module/Definitions/Left.agda @@ -4,7 +4,7 @@ -- Properties of left-scaling ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Core using (Rel; _Preserves_⟶_; _Preserves₂_⟶_⟶_) diff --git a/src/Algebra/Module/Definitions/Right.agda b/src/Algebra/Module/Definitions/Right.agda index dea3ddb84a..72a1d8e40d 100644 --- a/src/Algebra/Module/Definitions/Right.agda +++ b/src/Algebra/Module/Definitions/Right.agda @@ -4,7 +4,7 @@ -- Properties of right-scaling ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Core using (Rel; _Preserves_⟶_; _Preserves₂_⟶_⟶_) diff --git a/src/Algebra/Module/Morphism/BimoduleMonomorphism.agda b/src/Algebra/Module/Morphism/BimoduleMonomorphism.agda index 79d5cfff9c..e2d0d5e054 100644 --- a/src/Algebra/Module/Morphism/BimoduleMonomorphism.agda +++ b/src/Algebra/Module/Morphism/BimoduleMonomorphism.agda @@ -4,7 +4,7 @@ -- Properties of a monomorphism between bimodules ------------------------------------------------------------------------ -{-# OPTIONS --safe --cubical-compatible #-} +{-# OPTIONS --safe --without-K #-} open import Algebra.Module.Bundles.Raw using (RawBimodule) open import Algebra.Module.Morphism.Structures using (IsBimoduleMonomorphism) diff --git a/src/Algebra/Module/Morphism/BisemimoduleMonomorphism.agda b/src/Algebra/Module/Morphism/BisemimoduleMonomorphism.agda index 3eaec2f788..44e0b78a9b 100644 --- a/src/Algebra/Module/Morphism/BisemimoduleMonomorphism.agda +++ b/src/Algebra/Module/Morphism/BisemimoduleMonomorphism.agda @@ -4,7 +4,7 @@ -- Consequences of a monomorphism between bisemimodules ------------------------------------------------------------------------ -{-# OPTIONS --safe --cubical-compatible #-} +{-# OPTIONS --safe --without-K #-} open import Algebra.Module.Bundles.Raw using (RawBisemimodule) open import Algebra.Module.Morphism.Structures using (IsBisemimoduleMonomorphism) diff --git a/src/Algebra/Module/Morphism/Construct/Composition.agda b/src/Algebra/Module/Morphism/Construct/Composition.agda index 6bee1497fa..8ba6fd5deb 100644 --- a/src/Algebra/Module/Morphism/Construct/Composition.agda +++ b/src/Algebra/Module/Morphism/Construct/Composition.agda @@ -4,7 +4,7 @@ -- The composition of morphisms between module-like algebraic structures. ------------------------------------------------------------------------ -{-# OPTIONS --safe --cubical-compatible #-} +{-# OPTIONS --safe --without-K #-} module Algebra.Module.Morphism.Construct.Composition where diff --git a/src/Algebra/Module/Morphism/Construct/Identity.agda b/src/Algebra/Module/Morphism/Construct/Identity.agda index f54130cf99..a3929722c9 100644 --- a/src/Algebra/Module/Morphism/Construct/Identity.agda +++ b/src/Algebra/Module/Morphism/Construct/Identity.agda @@ -4,7 +4,7 @@ -- The identity morphism for module-like algebraic structures ------------------------------------------------------------------------ -{-# OPTIONS --safe --cubical-compatible #-} +{-# OPTIONS --safe --without-K #-} module Algebra.Module.Morphism.Construct.Identity where diff --git a/src/Algebra/Module/Morphism/Definitions.agda b/src/Algebra/Module/Morphism/Definitions.agda index 5ef3c53eee..98cac1074f 100644 --- a/src/Algebra/Module/Morphism/Definitions.agda +++ b/src/Algebra/Module/Morphism/Definitions.agda @@ -4,7 +4,7 @@ -- Basic definitions for morphisms between module-like algebraic -- structures ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Core using (Rel) diff --git a/src/Algebra/Module/Morphism/LeftModuleMonomorphism.agda b/src/Algebra/Module/Morphism/LeftModuleMonomorphism.agda index d1c6f9a848..0c02e9e24a 100644 --- a/src/Algebra/Module/Morphism/LeftModuleMonomorphism.agda +++ b/src/Algebra/Module/Morphism/LeftModuleMonomorphism.agda @@ -4,7 +4,7 @@ -- Consequences of a monomorphism between left modules ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Algebra.Module.Bundles.Raw using (RawLeftModule) open import Algebra.Module.Morphism.Structures using (IsLeftModuleMonomorphism) diff --git a/src/Algebra/Module/Morphism/LeftSemimoduleMonomorphism.agda b/src/Algebra/Module/Morphism/LeftSemimoduleMonomorphism.agda index 8fa9f95e87..8ef7790df5 100644 --- a/src/Algebra/Module/Morphism/LeftSemimoduleMonomorphism.agda +++ b/src/Algebra/Module/Morphism/LeftSemimoduleMonomorphism.agda @@ -4,7 +4,7 @@ -- Consequences of a monomorphism between left semimodules ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Algebra.Module.Bundles.Raw using (RawLeftSemimodule) open import Algebra.Module.Morphism.Structures using (IsLeftSemimoduleMonomorphism) diff --git a/src/Algebra/Module/Morphism/ModuleHomomorphism.agda b/src/Algebra/Module/Morphism/ModuleHomomorphism.agda index 5ed32380de..881ea0cb5a 100644 --- a/src/Algebra/Module/Morphism/ModuleHomomorphism.agda +++ b/src/Algebra/Module/Morphism/ModuleHomomorphism.agda @@ -4,7 +4,7 @@ -- Properties of linear maps. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} import Algebra.Module.Properties as ModuleProperties import Algebra.Module.Morphism.Structures as MorphismStructures diff --git a/src/Algebra/Module/Morphism/ModuleMonomorphism.agda b/src/Algebra/Module/Morphism/ModuleMonomorphism.agda index 7bb629895a..62910186a1 100644 --- a/src/Algebra/Module/Morphism/ModuleMonomorphism.agda +++ b/src/Algebra/Module/Morphism/ModuleMonomorphism.agda @@ -4,7 +4,7 @@ -- Consequences of a monomorphism between modules ------------------------------------------------------------------------ -{-# OPTIONS --safe --cubical-compatible #-} +{-# OPTIONS --safe --without-K #-} open import Algebra.Module.Bundles.Raw using (RawModule) open import Algebra.Module.Morphism.Structures using (IsModuleMonomorphism) diff --git a/src/Algebra/Module/Morphism/RightModuleMonomorphism.agda b/src/Algebra/Module/Morphism/RightModuleMonomorphism.agda index 555b918815..5fd2ed43ac 100644 --- a/src/Algebra/Module/Morphism/RightModuleMonomorphism.agda +++ b/src/Algebra/Module/Morphism/RightModuleMonomorphism.agda @@ -4,7 +4,7 @@ -- Consequences of a monomorphism between right modules ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Algebra.Module.Bundles.Raw using (RawRightModule) open import Algebra.Module.Morphism.Structures using (IsRightModuleMonomorphism) diff --git a/src/Algebra/Module/Morphism/RightSemimoduleMonomorphism.agda b/src/Algebra/Module/Morphism/RightSemimoduleMonomorphism.agda index b77f0aed02..a7b078c19b 100644 --- a/src/Algebra/Module/Morphism/RightSemimoduleMonomorphism.agda +++ b/src/Algebra/Module/Morphism/RightSemimoduleMonomorphism.agda @@ -4,7 +4,7 @@ -- Consequences of a monomomorphism between right semimodules ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Algebra.Module.Bundles.Raw using (RawRightSemimodule) open import Algebra.Module.Morphism.Structures using (IsRightSemimoduleMonomorphism) diff --git a/src/Algebra/Module/Morphism/SemimoduleMonomorphism.agda b/src/Algebra/Module/Morphism/SemimoduleMonomorphism.agda index 378cf164d2..c18123a315 100644 --- a/src/Algebra/Module/Morphism/SemimoduleMonomorphism.agda +++ b/src/Algebra/Module/Morphism/SemimoduleMonomorphism.agda @@ -4,7 +4,7 @@ -- Properties of a monomorphism between semimodules ------------------------------------------------------------------------ -{-# OPTIONS --safe --cubical-compatible #-} +{-# OPTIONS --safe --without-K #-} open import Algebra.Module.Bundles.Raw using (RawSemimodule) open import Algebra.Module.Morphism.Structures using (IsSemimoduleMonomorphism) diff --git a/src/Algebra/Module/Morphism/Structures.agda b/src/Algebra/Module/Morphism/Structures.agda index 3ef580ebea..139e960ad5 100644 --- a/src/Algebra/Module/Morphism/Structures.agda +++ b/src/Algebra/Module/Morphism/Structures.agda @@ -3,7 +3,7 @@ -- -- Morphisms between module-like algebraic structures ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Algebra.Module.Morphism.Structures where diff --git a/src/Algebra/Module/Properties.agda b/src/Algebra/Module/Properties.agda index b9b529681f..4183ee2250 100644 --- a/src/Algebra/Module/Properties.agda +++ b/src/Algebra/Module/Properties.agda @@ -4,7 +4,7 @@ -- Properties of modules. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Algebra.Bundles using (CommutativeRing) open import Algebra.Module.Bundles using (Module) diff --git a/src/Algebra/Module/Properties/Bimodule.agda b/src/Algebra/Module/Properties/Bimodule.agda index 539759c1b6..e79d9acb94 100644 --- a/src/Algebra/Module/Properties/Bimodule.agda +++ b/src/Algebra/Module/Properties/Bimodule.agda @@ -4,7 +4,7 @@ -- Properties of bimodules. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Algebra.Bundles using (Ring) open import Algebra.Module.Bundles using (Bimodule) diff --git a/src/Algebra/Module/Properties/LeftModule.agda b/src/Algebra/Module/Properties/LeftModule.agda index 74cc1d8148..b006dd9e85 100644 --- a/src/Algebra/Module/Properties/LeftModule.agda +++ b/src/Algebra/Module/Properties/LeftModule.agda @@ -4,7 +4,7 @@ -- Properties of left modules. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Algebra.Bundles using (Ring) open import Algebra.Module.Bundles using (LeftModule) diff --git a/src/Algebra/Module/Properties/RightModule.agda b/src/Algebra/Module/Properties/RightModule.agda index 2f6deb7c74..546959f783 100644 --- a/src/Algebra/Module/Properties/RightModule.agda +++ b/src/Algebra/Module/Properties/RightModule.agda @@ -4,7 +4,7 @@ -- Properties of right modules. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Algebra.Bundles using (Ring) open import Algebra.Module.Bundles using (RightModule) diff --git a/src/Algebra/Module/Properties/Semimodule.agda b/src/Algebra/Module/Properties/Semimodule.agda index d7686b25ef..5df421a92c 100644 --- a/src/Algebra/Module/Properties/Semimodule.agda +++ b/src/Algebra/Module/Properties/Semimodule.agda @@ -4,7 +4,7 @@ -- Properties of semimodules. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Algebra.Bundles using (CommutativeSemiring) open import Algebra.Module.Bundles using (Semimodule) diff --git a/src/Algebra/Module/Structures.agda b/src/Algebra/Module/Structures.agda index 0084b33d90..6285146412 100644 --- a/src/Algebra/Module/Structures.agda +++ b/src/Algebra/Module/Structures.agda @@ -4,7 +4,7 @@ -- Some algebraic structures defined over some other structure ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Algebra.Module.Structures where diff --git a/src/Algebra/Module/Structures/Biased.agda b/src/Algebra/Module/Structures/Biased.agda index 9459874f0f..efc8441e2d 100644 --- a/src/Algebra/Module/Structures/Biased.agda +++ b/src/Algebra/Module/Structures/Biased.agda @@ -5,7 +5,7 @@ -- structures in the Algebra.Module hierarchy. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Core using (Rel) open import Relation.Binary.Bundles using (Setoid) diff --git a/src/Algebra/Morphism.agda b/src/Algebra/Morphism.agda index 555398fdde..9ed266bc42 100644 --- a/src/Algebra/Morphism.agda +++ b/src/Algebra/Morphism.agda @@ -4,7 +4,7 @@ -- Morphisms between algebraic structures ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Algebra.Morphism where diff --git a/src/Algebra/Morphism/Bundles.agda b/src/Algebra/Morphism/Bundles.agda index 5c6a8063ae..300ede90a9 100644 --- a/src/Algebra/Morphism/Bundles.agda +++ b/src/Algebra/Morphism/Bundles.agda @@ -6,7 +6,7 @@ -- NB indexed by Raw bundles, just as IsXHomomorphism is ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Algebra.Morphism.Bundles where diff --git a/src/Algebra/Morphism/Consequences.agda b/src/Algebra/Morphism/Consequences.agda index 749ecda37c..0952b0a3cb 100644 --- a/src/Algebra/Morphism/Consequences.agda +++ b/src/Algebra/Morphism/Consequences.agda @@ -4,7 +4,7 @@ -- Some properties of Magma homomorphisms ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Algebra.Morphism.Consequences where diff --git a/src/Algebra/Morphism/Construct/Composition.agda b/src/Algebra/Morphism/Construct/Composition.agda index 6eb77bc980..3bc1dcf5bc 100644 --- a/src/Algebra/Morphism/Construct/Composition.agda +++ b/src/Algebra/Morphism/Construct/Composition.agda @@ -4,7 +4,7 @@ -- The composition of morphisms between algebraic structures. ------------------------------------------------------------------------ -{-# OPTIONS --safe --cubical-compatible #-} +{-# OPTIONS --safe --without-K #-} module Algebra.Morphism.Construct.Composition where diff --git a/src/Algebra/Morphism/Construct/DirectProduct.agda b/src/Algebra/Morphism/Construct/DirectProduct.agda index 09bf528a16..36c57361c7 100644 --- a/src/Algebra/Morphism/Construct/DirectProduct.agda +++ b/src/Algebra/Morphism/Construct/DirectProduct.agda @@ -5,7 +5,7 @@ -- direct product construction ------------------------------------------------------------------------ -{-# OPTIONS --safe --cubical-compatible #-} +{-# OPTIONS --safe --without-K #-} module Algebra.Morphism.Construct.DirectProduct where diff --git a/src/Algebra/Morphism/Construct/Identity.agda b/src/Algebra/Morphism/Construct/Identity.agda index d6032ecbe7..498e7920e8 100644 --- a/src/Algebra/Morphism/Construct/Identity.agda +++ b/src/Algebra/Morphism/Construct/Identity.agda @@ -4,7 +4,7 @@ -- The identity morphism for algebraic structures ------------------------------------------------------------------------ -{-# OPTIONS --safe --cubical-compatible #-} +{-# OPTIONS --safe --without-K #-} module Algebra.Morphism.Construct.Identity where diff --git a/src/Algebra/Morphism/Construct/Initial.agda b/src/Algebra/Morphism/Construct/Initial.agda index 8e86bcea48..d882b2fd3a 100644 --- a/src/Algebra/Morphism/Construct/Initial.agda +++ b/src/Algebra/Morphism/Construct/Initial.agda @@ -8,7 +8,7 @@ -- define the morphism on the underlying `RawMagma`. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Level using (Level) diff --git a/src/Algebra/Morphism/Construct/Terminal.agda b/src/Algebra/Morphism/Construct/Terminal.agda index 0b366708b5..5bb203bfa9 100644 --- a/src/Algebra/Morphism/Construct/Terminal.agda +++ b/src/Algebra/Morphism/Construct/Terminal.agda @@ -9,7 +9,7 @@ -- define the morphism on the underlying `RawMonoid` ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Level using (Level) diff --git a/src/Algebra/Morphism/Definitions.agda b/src/Algebra/Morphism/Definitions.agda index bf83e51e31..ead9a123fc 100644 --- a/src/Algebra/Morphism/Definitions.agda +++ b/src/Algebra/Morphism/Definitions.agda @@ -4,7 +4,7 @@ -- Basic definitions for morphisms between algebraic structures ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Core diff --git a/src/Algebra/Morphism/GroupMonomorphism.agda b/src/Algebra/Morphism/GroupMonomorphism.agda index 164fd6496d..5becacd31a 100644 --- a/src/Algebra/Morphism/GroupMonomorphism.agda +++ b/src/Algebra/Morphism/GroupMonomorphism.agda @@ -7,7 +7,7 @@ -- See Data.Nat.Binary.Properties for examples of how this and similar -- modules can be used to easily translate properties between types. -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Algebra.Bundles using (RawGroup) open import Algebra.Morphism.Structures diff --git a/src/Algebra/Morphism/MagmaMonomorphism.agda b/src/Algebra/Morphism/MagmaMonomorphism.agda index 901063f9ed..c773fa3ddc 100644 --- a/src/Algebra/Morphism/MagmaMonomorphism.agda +++ b/src/Algebra/Morphism/MagmaMonomorphism.agda @@ -7,7 +7,7 @@ -- See Data.Nat.Binary.Properties for examples of how this and similar -- modules can be used to easily translate properties between types. -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Algebra.Bundles using (RawMagma) open import Algebra.Morphism.Structures using (IsMagmaMonomorphism) diff --git a/src/Algebra/Morphism/MonoidMonomorphism.agda b/src/Algebra/Morphism/MonoidMonomorphism.agda index 2442e0915c..a59779dbd4 100644 --- a/src/Algebra/Morphism/MonoidMonomorphism.agda +++ b/src/Algebra/Morphism/MonoidMonomorphism.agda @@ -7,7 +7,7 @@ -- See Data.Nat.Binary.Properties for examples of how this and similar -- modules can be used to easily translate properties between types. -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Algebra.Bundles using (RawMonoid) open import Algebra.Morphism.Structures using (IsMonoidMonomorphism) diff --git a/src/Algebra/Morphism/RingMonomorphism.agda b/src/Algebra/Morphism/RingMonomorphism.agda index 16a161f371..a201f51e3f 100644 --- a/src/Algebra/Morphism/RingMonomorphism.agda +++ b/src/Algebra/Morphism/RingMonomorphism.agda @@ -7,7 +7,7 @@ -- See Data.Nat.Binary.Properties for examples of how this and similar -- modules can be used to easily translate properties between types. -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Algebra.Bundles using (RawRing) open import Algebra.Morphism.Structures using (IsRingMonomorphism) diff --git a/src/Algebra/Morphism/Structures.agda b/src/Algebra/Morphism/Structures.agda index af7e025fff..51655ae399 100644 --- a/src/Algebra/Morphism/Structures.agda +++ b/src/Algebra/Morphism/Structures.agda @@ -4,7 +4,7 @@ -- Morphisms between algebraic structures ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Algebra.Morphism.Structures where diff --git a/src/Algebra/Operations/CommutativeMonoid.agda b/src/Algebra/Operations/CommutativeMonoid.agda index 626d7570fb..1f92b9e603 100644 --- a/src/Algebra/Operations/CommutativeMonoid.agda +++ b/src/Algebra/Operations/CommutativeMonoid.agda @@ -4,7 +4,7 @@ -- This module is DEPRECATED. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Algebra open import Data.List.Base as List using (List; []; _∷_; _++_) diff --git a/src/Algebra/Operations/Ring.agda b/src/Algebra/Operations/Ring.agda index 911c4841c5..7c0c9c6780 100644 --- a/src/Algebra/Operations/Ring.agda +++ b/src/Algebra/Operations/Ring.agda @@ -4,7 +4,7 @@ -- This module is DEPRECATED. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Algebra diff --git a/src/Algebra/Operations/Semiring.agda b/src/Algebra/Operations/Semiring.agda index b4f880afa9..5167f5adea 100644 --- a/src/Algebra/Operations/Semiring.agda +++ b/src/Algebra/Operations/Semiring.agda @@ -4,7 +4,7 @@ -- This module is DEPRECATED. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} -- Disabled to prevent warnings from deprecated -- Algebra.Operations.CommutativeMonoid diff --git a/src/Algebra/Properties/AbelianGroup.agda b/src/Algebra/Properties/AbelianGroup.agda index ca201df358..a488011033 100644 --- a/src/Algebra/Properties/AbelianGroup.agda +++ b/src/Algebra/Properties/AbelianGroup.agda @@ -4,7 +4,7 @@ -- Some derivable properties ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Algebra.Bundles using (AbelianGroup) diff --git a/src/Algebra/Properties/BooleanAlgebra.agda b/src/Algebra/Properties/BooleanAlgebra.agda index b45517e600..1b9c7ba08a 100644 --- a/src/Algebra/Properties/BooleanAlgebra.agda +++ b/src/Algebra/Properties/BooleanAlgebra.agda @@ -4,7 +4,7 @@ -- This module is DEPRECATED. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} -- Disabled to prevent warnings from deprecated names {-# OPTIONS --warning=noUserWarning #-} diff --git a/src/Algebra/Properties/BooleanAlgebra/Expression.agda b/src/Algebra/Properties/BooleanAlgebra/Expression.agda index 87979a128c..45ad40b04d 100644 --- a/src/Algebra/Properties/BooleanAlgebra/Expression.agda +++ b/src/Algebra/Properties/BooleanAlgebra/Expression.agda @@ -4,7 +4,7 @@ -- This module is DEPRECATED. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Algebra.Lattice.Bundles using (BooleanAlgebra) diff --git a/src/Algebra/Properties/BooleanRing.agda b/src/Algebra/Properties/BooleanRing.agda index c0c28b979b..56b942d672 100644 --- a/src/Algebra/Properties/BooleanRing.agda +++ b/src/Algebra/Properties/BooleanRing.agda @@ -4,7 +4,7 @@ -- Some basic properties of Boolean Rings ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Algebra.Bundles using (CommutativeRing; BooleanSemiring; BooleanRing) diff --git a/src/Algebra/Properties/BooleanSemiring.agda b/src/Algebra/Properties/BooleanSemiring.agda index b36898ccbb..9e9f35e677 100644 --- a/src/Algebra/Properties/BooleanSemiring.agda +++ b/src/Algebra/Properties/BooleanSemiring.agda @@ -4,7 +4,7 @@ -- Some basic properties of Rings ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Algebra.Bundles using (BooleanSemiring; BooleanRing diff --git a/src/Algebra/Properties/CancellativeCommutativeSemiring.agda b/src/Algebra/Properties/CancellativeCommutativeSemiring.agda index 2062c33237..66e700ca1a 100644 --- a/src/Algebra/Properties/CancellativeCommutativeSemiring.agda +++ b/src/Algebra/Properties/CancellativeCommutativeSemiring.agda @@ -4,7 +4,7 @@ -- Some properties of operations in CancellativeCommutativeSemiring. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Algebra.Bundles using (CancellativeCommutativeSemiring) diff --git a/src/Algebra/Properties/CommutativeMagma/Divisibility.agda b/src/Algebra/Properties/CommutativeMagma/Divisibility.agda index ad26c6f886..a89a894fdc 100644 --- a/src/Algebra/Properties/CommutativeMagma/Divisibility.agda +++ b/src/Algebra/Properties/CommutativeMagma/Divisibility.agda @@ -4,7 +4,7 @@ -- Properties of divisibility over commutative magmas ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Algebra using (CommutativeMagma) diff --git a/src/Algebra/Properties/CommutativeMonoid.agda b/src/Algebra/Properties/CommutativeMonoid.agda index 840155cd69..582d0ef3ac 100644 --- a/src/Algebra/Properties/CommutativeMonoid.agda +++ b/src/Algebra/Properties/CommutativeMonoid.agda @@ -4,7 +4,7 @@ -- Some derivable properties ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Algebra.Bundles using (CommutativeMonoid) diff --git a/src/Algebra/Properties/CommutativeMonoid/Mult.agda b/src/Algebra/Properties/CommutativeMonoid/Mult.agda index 750957ef0b..ce0874b52f 100644 --- a/src/Algebra/Properties/CommutativeMonoid/Mult.agda +++ b/src/Algebra/Properties/CommutativeMonoid/Mult.agda @@ -4,7 +4,7 @@ -- Multiplication over a monoid (i.e. repeated addition) ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Algebra.Bundles using (CommutativeMonoid) open import Data.Nat.Base as ℕ using (ℕ; zero; suc) diff --git a/src/Algebra/Properties/CommutativeMonoid/Mult/TCOptimised.agda b/src/Algebra/Properties/CommutativeMonoid/Mult/TCOptimised.agda index 0774e5d7a1..dc8ebeb2fa 100644 --- a/src/Algebra/Properties/CommutativeMonoid/Mult/TCOptimised.agda +++ b/src/Algebra/Properties/CommutativeMonoid/Mult/TCOptimised.agda @@ -5,7 +5,7 @@ -- type checking. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Algebra.Bundles using (CommutativeMonoid) open import Data.Nat.Base as ℕ using (ℕ; zero; suc) diff --git a/src/Algebra/Properties/CommutativeMonoid/Sum.agda b/src/Algebra/Properties/CommutativeMonoid/Sum.agda index 7bd8b22111..255fb568c2 100644 --- a/src/Algebra/Properties/CommutativeMonoid/Sum.agda +++ b/src/Algebra/Properties/CommutativeMonoid/Sum.agda @@ -4,7 +4,7 @@ -- Finite summations over a commutative monoid ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Algebra.Bundles using (CommutativeMonoid) open import Data.Bool.Base using (Bool; true; false) diff --git a/src/Algebra/Properties/CommutativeRing.agda b/src/Algebra/Properties/CommutativeRing.agda index 02a09f1891..406f0ddccd 100644 --- a/src/Algebra/Properties/CommutativeRing.agda +++ b/src/Algebra/Properties/CommutativeRing.agda @@ -4,7 +4,7 @@ -- Some basic properties of Commutative Rings ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Algebra using (CommutativeRing) diff --git a/src/Algebra/Properties/CommutativeSemigroup.agda b/src/Algebra/Properties/CommutativeSemigroup.agda index 966e993343..2feddb9a9a 100644 --- a/src/Algebra/Properties/CommutativeSemigroup.agda +++ b/src/Algebra/Properties/CommutativeSemigroup.agda @@ -4,7 +4,7 @@ -- Some theory for commutative semigroup ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Algebra.Bundles using (CommutativeSemigroup) diff --git a/src/Algebra/Properties/CommutativeSemigroup/Divisibility.agda b/src/Algebra/Properties/CommutativeSemigroup/Divisibility.agda index 4d049d495b..2eca427d6a 100644 --- a/src/Algebra/Properties/CommutativeSemigroup/Divisibility.agda +++ b/src/Algebra/Properties/CommutativeSemigroup/Divisibility.agda @@ -4,7 +4,7 @@ -- Properties of divisibility over commutative semigroups ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Algebra using (CommutativeSemigroup) diff --git a/src/Algebra/Properties/CommutativeSemiring/Binomial.agda b/src/Algebra/Properties/CommutativeSemiring/Binomial.agda index 9cc6fb1c9f..afdc4c8e98 100644 --- a/src/Algebra/Properties/CommutativeSemiring/Binomial.agda +++ b/src/Algebra/Properties/CommutativeSemiring/Binomial.agda @@ -4,7 +4,7 @@ -- The Binomial Theorem for Commutative Semirings ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Algebra.Bundles using (CommutativeSemiring) diff --git a/src/Algebra/Properties/CommutativeSemiring/Exp.agda b/src/Algebra/Properties/CommutativeSemiring/Exp.agda index e812b89344..0f49bb1d60 100644 --- a/src/Algebra/Properties/CommutativeSemiring/Exp.agda +++ b/src/Algebra/Properties/CommutativeSemiring/Exp.agda @@ -4,7 +4,7 @@ -- Exponentiation defined over a commutative semiring as repeated multiplication ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Algebra.Bundles using (CommutativeSemiring) diff --git a/src/Algebra/Properties/CommutativeSemiring/Exp/TCOptimised.agda b/src/Algebra/Properties/CommutativeSemiring/Exp/TCOptimised.agda index 574b572672..6575ce3c1e 100644 --- a/src/Algebra/Properties/CommutativeSemiring/Exp/TCOptimised.agda +++ b/src/Algebra/Properties/CommutativeSemiring/Exp/TCOptimised.agda @@ -4,7 +4,7 @@ -- Exponentiation over a semiring optimised for type-checking. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Algebra.Bundles using (CommutativeSemiring) diff --git a/src/Algebra/Properties/DistributiveLattice.agda b/src/Algebra/Properties/DistributiveLattice.agda index 9e32a7e9fa..9b3441c425 100644 --- a/src/Algebra/Properties/DistributiveLattice.agda +++ b/src/Algebra/Properties/DistributiveLattice.agda @@ -4,7 +4,7 @@ -- This module is DEPRECATED. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} -- Disabled to prevent warnings from deprecated names {-# OPTIONS --warning=noUserWarning #-} diff --git a/src/Algebra/Properties/Group.agda b/src/Algebra/Properties/Group.agda index 8277f4feb7..24b901ecfe 100644 --- a/src/Algebra/Properties/Group.agda +++ b/src/Algebra/Properties/Group.agda @@ -4,7 +4,7 @@ -- Some derivable properties ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Algebra.Bundles diff --git a/src/Algebra/Properties/IdempotentCommutativeMonoid.agda b/src/Algebra/Properties/IdempotentCommutativeMonoid.agda index 4306e7818c..947f07e7e5 100644 --- a/src/Algebra/Properties/IdempotentCommutativeMonoid.agda +++ b/src/Algebra/Properties/IdempotentCommutativeMonoid.agda @@ -4,7 +4,7 @@ -- Some derivable properties ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Algebra.Bundles using (IdempotentCommutativeMonoid) diff --git a/src/Algebra/Properties/KleeneAlgebra.agda b/src/Algebra/Properties/KleeneAlgebra.agda index 5a4c3aaa18..29506339ed 100644 --- a/src/Algebra/Properties/KleeneAlgebra.agda +++ b/src/Algebra/Properties/KleeneAlgebra.agda @@ -4,7 +4,7 @@ -- Some derivable properties ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Algebra.Bundles using (KleeneAlgebra) diff --git a/src/Algebra/Properties/Lattice.agda b/src/Algebra/Properties/Lattice.agda index 57037296f6..02ff07c4c7 100644 --- a/src/Algebra/Properties/Lattice.agda +++ b/src/Algebra/Properties/Lattice.agda @@ -5,7 +5,7 @@ -- `Algebra.Lattice.Properties.Lattice` instead. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Algebra.Lattice.Bundles open import Relation.Binary.Core using (Rel) diff --git a/src/Algebra/Properties/Loop.agda b/src/Algebra/Properties/Loop.agda index 590e842536..cfc91e7b7e 100644 --- a/src/Algebra/Properties/Loop.agda +++ b/src/Algebra/Properties/Loop.agda @@ -4,7 +4,7 @@ -- Some basic properties of Loop ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Algebra.Bundles using (Loop) diff --git a/src/Algebra/Properties/Magma/Divisibility.agda b/src/Algebra/Properties/Magma/Divisibility.agda index 4481401626..f6e1284e2b 100644 --- a/src/Algebra/Properties/Magma/Divisibility.agda +++ b/src/Algebra/Properties/Magma/Divisibility.agda @@ -4,7 +4,7 @@ -- Divisibility over magmas ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Algebra.Bundles using (Magma) diff --git a/src/Algebra/Properties/MiddleBolLoop.agda b/src/Algebra/Properties/MiddleBolLoop.agda index 60f2898496..ed25bfe300 100644 --- a/src/Algebra/Properties/MiddleBolLoop.agda +++ b/src/Algebra/Properties/MiddleBolLoop.agda @@ -4,7 +4,7 @@ -- Some basic properties of Quasigroup ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Algebra.Bundles using (MiddleBolLoop) diff --git a/src/Algebra/Properties/Monoid.agda b/src/Algebra/Properties/Monoid.agda index 882a8879b7..8cbbef466a 100644 --- a/src/Algebra/Properties/Monoid.agda +++ b/src/Algebra/Properties/Monoid.agda @@ -5,7 +5,7 @@ -- (Utilities for identity and cancellation reasoning, extending semigroup reasoning) ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Algebra.Bundles using (Monoid) diff --git a/src/Algebra/Properties/Monoid/Divisibility.agda b/src/Algebra/Properties/Monoid/Divisibility.agda index b251658439..6e3c73e587 100644 --- a/src/Algebra/Properties/Monoid/Divisibility.agda +++ b/src/Algebra/Properties/Monoid/Divisibility.agda @@ -4,7 +4,7 @@ -- Properties of divisibility over monoids ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Algebra.Bundles using (Monoid) diff --git a/src/Algebra/Properties/Monoid/Mult.agda b/src/Algebra/Properties/Monoid/Mult.agda index b2dd011fdd..1e34ef0072 100644 --- a/src/Algebra/Properties/Monoid/Mult.agda +++ b/src/Algebra/Properties/Monoid/Mult.agda @@ -4,7 +4,7 @@ -- Multiplication over a monoid (i.e. repeated addition) ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Algebra.Bundles using (Monoid) diff --git a/src/Algebra/Properties/Monoid/Mult/TCOptimised.agda b/src/Algebra/Properties/Monoid/Mult/TCOptimised.agda index a147954cb0..7840e162f5 100644 --- a/src/Algebra/Properties/Monoid/Mult/TCOptimised.agda +++ b/src/Algebra/Properties/Monoid/Mult/TCOptimised.agda @@ -5,7 +5,7 @@ -- type checking. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Algebra.Bundles using (Monoid) open import Data.Nat.Base as ℕ using (ℕ; zero; suc) diff --git a/src/Algebra/Properties/Monoid/Sum.agda b/src/Algebra/Properties/Monoid/Sum.agda index 78a8d3b205..ed46da0591 100644 --- a/src/Algebra/Properties/Monoid/Sum.agda +++ b/src/Algebra/Properties/Monoid/Sum.agda @@ -4,7 +4,7 @@ -- Finite summations over a monoid ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Algebra.Bundles using (Monoid) diff --git a/src/Algebra/Properties/MoufangLoop.agda b/src/Algebra/Properties/MoufangLoop.agda index 9b0e5ac94b..5d3738b89d 100644 --- a/src/Algebra/Properties/MoufangLoop.agda +++ b/src/Algebra/Properties/MoufangLoop.agda @@ -4,7 +4,7 @@ -- Some derivable properties ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Algebra using (MoufangLoop) diff --git a/src/Algebra/Properties/Quasigroup.agda b/src/Algebra/Properties/Quasigroup.agda index 1fee19a247..950e1bdd45 100644 --- a/src/Algebra/Properties/Quasigroup.agda +++ b/src/Algebra/Properties/Quasigroup.agda @@ -4,7 +4,7 @@ -- Some basic properties of Quasigroup ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Algebra.Bundles using (Quasigroup) diff --git a/src/Algebra/Properties/Ring.agda b/src/Algebra/Properties/Ring.agda index 4f8eb31a14..f63fa85f43 100644 --- a/src/Algebra/Properties/Ring.agda +++ b/src/Algebra/Properties/Ring.agda @@ -4,7 +4,7 @@ -- Some basic properties of Rings ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Algebra using (Ring) diff --git a/src/Algebra/Properties/RingWithoutOne.agda b/src/Algebra/Properties/RingWithoutOne.agda index d45edeaf0b..3fc141973d 100644 --- a/src/Algebra/Properties/RingWithoutOne.agda +++ b/src/Algebra/Properties/RingWithoutOne.agda @@ -4,7 +4,7 @@ -- Some basic properties of RingWithoutOne ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Algebra.Bundles using (RingWithoutOne) diff --git a/src/Algebra/Properties/Semigroup.agda b/src/Algebra/Properties/Semigroup.agda index d81a56a539..9d3f682eb7 100644 --- a/src/Algebra/Properties/Semigroup.agda +++ b/src/Algebra/Properties/Semigroup.agda @@ -4,7 +4,7 @@ -- Some theory for Semigroup ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Algebra using (Semigroup) diff --git a/src/Algebra/Properties/Semigroup/Divisibility.agda b/src/Algebra/Properties/Semigroup/Divisibility.agda index c31a6275de..1fdb8bcea3 100644 --- a/src/Algebra/Properties/Semigroup/Divisibility.agda +++ b/src/Algebra/Properties/Semigroup/Divisibility.agda @@ -4,7 +4,7 @@ -- Properties of divisibility over semigroups ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Algebra.Bundles using (Semigroup) diff --git a/src/Algebra/Properties/Semilattice.agda b/src/Algebra/Properties/Semilattice.agda index 7c4b871317..789c1b38a5 100644 --- a/src/Algebra/Properties/Semilattice.agda +++ b/src/Algebra/Properties/Semilattice.agda @@ -5,7 +5,7 @@ -- `Algebra.Lattice.Properties.Semilattice` instead. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Algebra.Lattice diff --git a/src/Algebra/Properties/Semiring.agda b/src/Algebra/Properties/Semiring.agda index 1db1076689..b0204ee3ae 100644 --- a/src/Algebra/Properties/Semiring.agda +++ b/src/Algebra/Properties/Semiring.agda @@ -4,7 +4,7 @@ -- Some basic properties of Semirings ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Algebra.Bundles using (Semiring) diff --git a/src/Algebra/Properties/Semiring/Binomial.agda b/src/Algebra/Properties/Semiring/Binomial.agda index 119038bce2..cfde3fa690 100644 --- a/src/Algebra/Properties/Semiring/Binomial.agda +++ b/src/Algebra/Properties/Semiring/Binomial.agda @@ -6,7 +6,7 @@ -- Freely adapted from PR #1287 by Maciej Piechotka (@uzytkownik) ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Algebra.Bundles using (Semiring) diff --git a/src/Algebra/Properties/Semiring/Divisibility.agda b/src/Algebra/Properties/Semiring/Divisibility.agda index 5e861cb7fc..f466d997c6 100644 --- a/src/Algebra/Properties/Semiring/Divisibility.agda +++ b/src/Algebra/Properties/Semiring/Divisibility.agda @@ -4,7 +4,7 @@ -- Properties of divisibility over semirings ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Algebra.Bundles using (Semiring) diff --git a/src/Algebra/Properties/Semiring/Exp.agda b/src/Algebra/Properties/Semiring/Exp.agda index 52b29b3b2c..fd07958098 100644 --- a/src/Algebra/Properties/Semiring/Exp.agda +++ b/src/Algebra/Properties/Semiring/Exp.agda @@ -4,7 +4,7 @@ -- Exponentiation defined over a semiring as repeated multiplication ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Algebra.Bundles using (Semiring) diff --git a/src/Algebra/Properties/Semiring/Exp/TCOptimised.agda b/src/Algebra/Properties/Semiring/Exp/TCOptimised.agda index ec090c1680..31bd086af1 100644 --- a/src/Algebra/Properties/Semiring/Exp/TCOptimised.agda +++ b/src/Algebra/Properties/Semiring/Exp/TCOptimised.agda @@ -4,7 +4,7 @@ -- Exponentiation over a semiring optimised for type-checking. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Algebra.Bundles using (Semiring) diff --git a/src/Algebra/Properties/Semiring/Exp/TailRecursiveOptimised.agda b/src/Algebra/Properties/Semiring/Exp/TailRecursiveOptimised.agda index 0230a82408..b0bb0bdc6d 100644 --- a/src/Algebra/Properties/Semiring/Exp/TailRecursiveOptimised.agda +++ b/src/Algebra/Properties/Semiring/Exp/TailRecursiveOptimised.agda @@ -4,7 +4,7 @@ -- Exponentiation over a semiring optimised for tail-recursion. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Algebra.Bundles using (Semiring) diff --git a/src/Algebra/Properties/Semiring/Mult.agda b/src/Algebra/Properties/Semiring/Mult.agda index 9933e90d89..f83ac26583 100644 --- a/src/Algebra/Properties/Semiring/Mult.agda +++ b/src/Algebra/Properties/Semiring/Mult.agda @@ -4,7 +4,7 @@ -- Multiplication by a natural number over a semiring ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Algebra.Bundles using (Semiring) diff --git a/src/Algebra/Properties/Semiring/Mult/TCOptimised.agda b/src/Algebra/Properties/Semiring/Mult/TCOptimised.agda index 6f1e538e7d..46bee08061 100644 --- a/src/Algebra/Properties/Semiring/Mult/TCOptimised.agda +++ b/src/Algebra/Properties/Semiring/Mult/TCOptimised.agda @@ -4,7 +4,7 @@ -- Multiplication over a semiring optimised for type-checking. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Algebra open import Data.Nat.Base as ℕ using (zero; suc) diff --git a/src/Algebra/Properties/Semiring/Primality.agda b/src/Algebra/Properties/Semiring/Primality.agda index 2ea608eb1f..6b869ceb30 100644 --- a/src/Algebra/Properties/Semiring/Primality.agda +++ b/src/Algebra/Properties/Semiring/Primality.agda @@ -4,7 +4,7 @@ -- Properties of Coprimality and Irreducibility for Semiring. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Algebra.Bundles using (Semiring) diff --git a/src/Algebra/Properties/Semiring/Sum.agda b/src/Algebra/Properties/Semiring/Sum.agda index 1521f293eb..ea1d25e947 100644 --- a/src/Algebra/Properties/Semiring/Sum.agda +++ b/src/Algebra/Properties/Semiring/Sum.agda @@ -4,7 +4,7 @@ -- Finite summations over a semiring ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Algebra.Bundles using (Semiring) diff --git a/src/Algebra/Solver/CommutativeMonoid.agda b/src/Algebra/Solver/CommutativeMonoid.agda index 9316418660..9100e972aa 100644 --- a/src/Algebra/Solver/CommutativeMonoid.agda +++ b/src/Algebra/Solver/CommutativeMonoid.agda @@ -6,7 +6,7 @@ -- Adapted from Algebra.Solver.Monoid ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Algebra.Bundles using (CommutativeMonoid) diff --git a/src/Algebra/Solver/CommutativeMonoid/Example.agda b/src/Algebra/Solver/CommutativeMonoid/Example.agda index e59f5b1e1f..d6d059f117 100644 --- a/src/Algebra/Solver/CommutativeMonoid/Example.agda +++ b/src/Algebra/Solver/CommutativeMonoid/Example.agda @@ -4,7 +4,7 @@ -- An example of how Algebra.CommutativeMonoidSolver can be used ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Algebra.Solver.CommutativeMonoid.Example where diff --git a/src/Algebra/Solver/CommutativeMonoid/Normal.agda b/src/Algebra/Solver/CommutativeMonoid/Normal.agda index 7713e497e1..f0815aa17c 100644 --- a/src/Algebra/Solver/CommutativeMonoid/Normal.agda +++ b/src/Algebra/Solver/CommutativeMonoid/Normal.agda @@ -6,7 +6,7 @@ -- Adapted from Algebra.Solver.Monoid.Normal ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Algebra.Bundles using (CommutativeMonoid) diff --git a/src/Algebra/Solver/IdempotentCommutativeMonoid.agda b/src/Algebra/Solver/IdempotentCommutativeMonoid.agda index d5cac0585f..367a597aaf 100644 --- a/src/Algebra/Solver/IdempotentCommutativeMonoid.agda +++ b/src/Algebra/Solver/IdempotentCommutativeMonoid.agda @@ -6,7 +6,7 @@ -- Adapted from Algebra.Solver.CommutativeMonoid ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Algebra.Bundles using (IdempotentCommutativeMonoid) diff --git a/src/Algebra/Solver/IdempotentCommutativeMonoid/Example.agda b/src/Algebra/Solver/IdempotentCommutativeMonoid/Example.agda index ff60c0a86d..601d5ccc12 100644 --- a/src/Algebra/Solver/IdempotentCommutativeMonoid/Example.agda +++ b/src/Algebra/Solver/IdempotentCommutativeMonoid/Example.agda @@ -5,7 +5,7 @@ -- used ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Algebra.Solver.IdempotentCommutativeMonoid.Example where diff --git a/src/Algebra/Solver/IdempotentCommutativeMonoid/Normal.agda b/src/Algebra/Solver/IdempotentCommutativeMonoid/Normal.agda index 0ebdf4351d..b8c38c141c 100644 --- a/src/Algebra/Solver/IdempotentCommutativeMonoid/Normal.agda +++ b/src/Algebra/Solver/IdempotentCommutativeMonoid/Normal.agda @@ -6,7 +6,7 @@ -- Adapted from Algebra.Solver.CommutativeMonoid ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Algebra.Bundles using (IdempotentCommutativeMonoid) diff --git a/src/Algebra/Solver/Monoid.agda b/src/Algebra/Solver/Monoid.agda index f0ee5ca799..c35771be91 100644 --- a/src/Algebra/Solver/Monoid.agda +++ b/src/Algebra/Solver/Monoid.agda @@ -4,7 +4,7 @@ -- A solver for equations over monoids ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Algebra.Bundles using (Monoid) diff --git a/src/Algebra/Solver/Monoid/Expression.agda b/src/Algebra/Solver/Monoid/Expression.agda index 7b71c9e9c2..dfd2a7f3bf 100644 --- a/src/Algebra/Solver/Monoid/Expression.agda +++ b/src/Algebra/Solver/Monoid/Expression.agda @@ -4,7 +4,7 @@ -- A solver for equations over monoids ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Algebra.Bundles.Raw using (RawMonoid) diff --git a/src/Algebra/Solver/Monoid/Normal.agda b/src/Algebra/Solver/Monoid/Normal.agda index 62a02bfca5..1dfff93bfe 100644 --- a/src/Algebra/Solver/Monoid/Normal.agda +++ b/src/Algebra/Solver/Monoid/Normal.agda @@ -4,7 +4,7 @@ -- A solver for equations over monoids ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Algebra.Bundles using (Monoid) diff --git a/src/Algebra/Solver/Monoid/Solver.agda b/src/Algebra/Solver/Monoid/Solver.agda index a1281e9639..df30129326 100644 --- a/src/Algebra/Solver/Monoid/Solver.agda +++ b/src/Algebra/Solver/Monoid/Solver.agda @@ -4,7 +4,7 @@ -- A solver for equations over monoids ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Algebra.Bundles using (Monoid) import Algebra.Solver.Monoid.Expression as Expression diff --git a/src/Algebra/Solver/Ring.agda b/src/Algebra/Solver/Ring.agda index 4d31bf5442..1aa6e02d33 100644 --- a/src/Algebra/Solver/Ring.agda +++ b/src/Algebra/Solver/Ring.agda @@ -15,7 +15,7 @@ -- more equalities it returns, the more expressions the ring solver can -- solve. -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Algebra.Bundles open import Algebra.Solver.Ring.AlmostCommutativeRing diff --git a/src/Algebra/Solver/Ring/AlmostCommutativeRing.agda b/src/Algebra/Solver/Ring/AlmostCommutativeRing.agda index 5adff050d6..9156e33696 100644 --- a/src/Algebra/Solver/Ring/AlmostCommutativeRing.agda +++ b/src/Algebra/Solver/Ring/AlmostCommutativeRing.agda @@ -5,7 +5,7 @@ -- commutative rings), used by the ring solver ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Algebra.Solver.Ring.AlmostCommutativeRing where diff --git a/src/Algebra/Solver/Ring/Lemmas.agda b/src/Algebra/Solver/Ring/Lemmas.agda index 08e7525636..533759a239 100644 --- a/src/Algebra/Solver/Ring/Lemmas.agda +++ b/src/Algebra/Solver/Ring/Lemmas.agda @@ -6,7 +6,7 @@ -- Note that these proofs use all "almost commutative ring" properties. -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Algebra using (RawRing) open import Algebra.Solver.Ring.AlmostCommutativeRing using (AlmostCommutativeRing; _-Raw-AlmostCommutative⟶_) diff --git a/src/Algebra/Solver/Ring/NaturalCoefficients.agda b/src/Algebra/Solver/Ring/NaturalCoefficients.agda index 26c91d02a9..ac33273d1e 100644 --- a/src/Algebra/Solver/Ring/NaturalCoefficients.agda +++ b/src/Algebra/Solver/Ring/NaturalCoefficients.agda @@ -5,7 +5,7 @@ -- coefficient "ring" ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Algebra using (RawRing; CommutativeSemiring ) import Algebra.Properties.Semiring.Mult as SemiringMultiplication diff --git a/src/Algebra/Solver/Ring/NaturalCoefficients/Default.agda b/src/Algebra/Solver/Ring/NaturalCoefficients/Default.agda index 324f05eb04..b0b6cc491f 100644 --- a/src/Algebra/Solver/Ring/NaturalCoefficients/Default.agda +++ b/src/Algebra/Solver/Ring/NaturalCoefficients/Default.agda @@ -9,7 +9,7 @@ -- rings of characteristic 0. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Algebra diff --git a/src/Algebra/Solver/Ring/Simple.agda b/src/Algebra/Solver/Ring/Simple.agda index 7748c2aca8..f8d4cfab8c 100644 --- a/src/Algebra/Solver/Ring/Simple.agda +++ b/src/Algebra/Solver/Ring/Simple.agda @@ -5,7 +5,7 @@ -- decidable equality ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Algebra.Solver.Ring.AlmostCommutativeRing using (AlmostCommutativeRing; -raw-almostCommutative⟶) diff --git a/src/Algebra/Structures.agda b/src/Algebra/Structures.agda index e2a2257f6c..bb938f4448 100644 --- a/src/Algebra/Structures.agda +++ b/src/Algebra/Structures.agda @@ -7,7 +7,7 @@ -- The contents of this module should be accessed via `Algebra`, unless -- you want to parameterise it via the equality relation. -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Core using (Rel) open import Relation.Binary.Bundles using (Setoid) diff --git a/src/Algebra/Structures/Biased.agda b/src/Algebra/Structures/Biased.agda index 59e47da553..dbd095aec5 100644 --- a/src/Algebra/Structures/Biased.agda +++ b/src/Algebra/Structures/Biased.agda @@ -5,7 +5,7 @@ -- be given in terms of others. Re-exported via `Algebra`. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Algebra.Core open import Algebra.Consequences.Setoid diff --git a/src/Axiom/DoubleNegationElimination.agda b/src/Axiom/DoubleNegationElimination.agda index 10fcc18998..70dbe70787 100644 --- a/src/Axiom/DoubleNegationElimination.agda +++ b/src/Axiom/DoubleNegationElimination.agda @@ -4,7 +4,7 @@ -- Results concerning double negation elimination. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Axiom.DoubleNegationElimination where diff --git a/src/Axiom/ExcludedMiddle.agda b/src/Axiom/ExcludedMiddle.agda index 8000cfea68..bc8b4b6f1f 100644 --- a/src/Axiom/ExcludedMiddle.agda +++ b/src/Axiom/ExcludedMiddle.agda @@ -4,7 +4,7 @@ -- Results concerning the excluded middle axiom. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Axiom.ExcludedMiddle where diff --git a/src/Axiom/Extensionality/Propositional.agda b/src/Axiom/Extensionality/Propositional.agda index 1f4e80b86c..d74445b7a6 100644 --- a/src/Axiom/Extensionality/Propositional.agda +++ b/src/Axiom/Extensionality/Propositional.agda @@ -4,7 +4,7 @@ -- Results concerning function extensionality for propositional equality ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Axiom.Extensionality.Propositional where diff --git a/src/Axiom/UniquenessOfIdentityProofs.agda b/src/Axiom/UniquenessOfIdentityProofs.agda index 752b9c444d..08d107bcc5 100644 --- a/src/Axiom/UniquenessOfIdentityProofs.agda +++ b/src/Axiom/UniquenessOfIdentityProofs.agda @@ -4,7 +4,7 @@ -- Results concerning uniqueness of identity proofs ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Axiom.UniquenessOfIdentityProofs where diff --git a/src/Codata/Guarded/M.agda b/src/Codata/Guarded/M.agda index 5fa87c5741..2685ab3afd 100644 --- a/src/Codata/Guarded/M.agda +++ b/src/Codata/Guarded/M.agda @@ -4,7 +4,7 @@ -- M-types (the dual of W-types) ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe --guardedness #-} +{-# OPTIONS --without-K --safe --guardedness #-} module Codata.Guarded.M where diff --git a/src/Codata/Guarded/Stream.agda b/src/Codata/Guarded/Stream.agda index b353e1a194..ea0c6c7fca 100644 --- a/src/Codata/Guarded/Stream.agda +++ b/src/Codata/Guarded/Stream.agda @@ -4,7 +4,7 @@ -- Infinite streams defined as coinductive records ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe --guardedness #-} +{-# OPTIONS --without-K --safe --guardedness #-} module Codata.Guarded.Stream where diff --git a/src/Codata/Guarded/Stream/Properties.agda b/src/Codata/Guarded/Stream/Properties.agda index c07149872d..ed14a5459f 100644 --- a/src/Codata/Guarded/Stream/Properties.agda +++ b/src/Codata/Guarded/Stream/Properties.agda @@ -4,7 +4,7 @@ -- Properties of infinite streams defined as coinductive records ------------------------------------------------------------------------ -{-# OPTIONS --safe --cubical-compatible --guardedness #-} +{-# OPTIONS --safe --without-K --guardedness #-} module Codata.Guarded.Stream.Properties where diff --git a/src/Codata/Guarded/Stream/Relation/Binary/Pointwise.agda b/src/Codata/Guarded/Stream/Relation/Binary/Pointwise.agda index 3b67dc019b..323c3c46d3 100644 --- a/src/Codata/Guarded/Stream/Relation/Binary/Pointwise.agda +++ b/src/Codata/Guarded/Stream/Relation/Binary/Pointwise.agda @@ -4,7 +4,7 @@ -- Coinductive pointwise lifting of relations to streams ------------------------------------------------------------------------ -{-# OPTIONS --safe --cubical-compatible --guardedness #-} +{-# OPTIONS --safe --without-K --guardedness #-} module Codata.Guarded.Stream.Relation.Binary.Pointwise where diff --git a/src/Codata/Guarded/Stream/Relation/Unary/All.agda b/src/Codata/Guarded/Stream/Relation/Unary/All.agda index 12959c0d41..25ce6df96d 100644 --- a/src/Codata/Guarded/Stream/Relation/Unary/All.agda +++ b/src/Codata/Guarded/Stream/Relation/Unary/All.agda @@ -4,7 +4,7 @@ -- Streams where all elements satisfy a given property ------------------------------------------------------------------------ -{-# OPTIONS --safe --cubical-compatible --guardedness #-} +{-# OPTIONS --safe --without-K --guardedness #-} module Codata.Guarded.Stream.Relation.Unary.All where diff --git a/src/Codata/Guarded/Stream/Relation/Unary/Any.agda b/src/Codata/Guarded/Stream/Relation/Unary/Any.agda index f7e71e56e5..87be788b20 100644 --- a/src/Codata/Guarded/Stream/Relation/Unary/Any.agda +++ b/src/Codata/Guarded/Stream/Relation/Unary/Any.agda @@ -4,7 +4,7 @@ -- Streams where at least one element satisfies a given property ------------------------------------------------------------------------ -{-# OPTIONS --safe --cubical-compatible --guardedness #-} +{-# OPTIONS --safe --without-K --guardedness #-} module Codata.Guarded.Stream.Relation.Unary.Any where diff --git a/src/Codata/Musical/Cofin.agda b/src/Codata/Musical/Cofin.agda index 213f5aa34f..d2f83d7ff0 100644 --- a/src/Codata/Musical/Cofin.agda +++ b/src/Codata/Musical/Cofin.agda @@ -4,7 +4,7 @@ -- "Finite" sets indexed on coinductive "natural" numbers ------------------------------------------------------------------------ -{-# OPTIONS --safe --cubical-compatible --guardedness #-} +{-# OPTIONS --safe --without-K --guardedness #-} module Codata.Musical.Cofin where diff --git a/src/Codata/Musical/Colist.agda b/src/Codata/Musical/Colist.agda index fe98926e2b..e0a897dfa7 100644 --- a/src/Codata/Musical/Colist.agda +++ b/src/Codata/Musical/Colist.agda @@ -4,7 +4,7 @@ -- Coinductive lists ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --guardedness #-} +{-# OPTIONS --without-K --guardedness #-} module Codata.Musical.Colist where diff --git a/src/Codata/Musical/Colist/Base.agda b/src/Codata/Musical/Colist/Base.agda index 9e66f4056b..99cd23094a 100644 --- a/src/Codata/Musical/Colist/Base.agda +++ b/src/Codata/Musical/Colist/Base.agda @@ -4,7 +4,7 @@ -- Coinductive lists: base type and functions ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --guardedness #-} +{-# OPTIONS --without-K --guardedness #-} module Codata.Musical.Colist.Base where diff --git a/src/Codata/Musical/Colist/Bisimilarity.agda b/src/Codata/Musical/Colist/Bisimilarity.agda index d0dd19a78b..d23a4fc7c6 100644 --- a/src/Codata/Musical/Colist/Bisimilarity.agda +++ b/src/Codata/Musical/Colist/Bisimilarity.agda @@ -4,7 +4,7 @@ -- Pointwise equality of colists ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --guardedness #-} +{-# OPTIONS --without-K --guardedness #-} module Codata.Musical.Colist.Bisimilarity where diff --git a/src/Codata/Musical/Colist/Infinite-merge.agda b/src/Codata/Musical/Colist/Infinite-merge.agda index c51f06426b..7480031c58 100644 --- a/src/Codata/Musical/Colist/Infinite-merge.agda +++ b/src/Codata/Musical/Colist/Infinite-merge.agda @@ -4,7 +4,7 @@ -- Infinite merge operation for coinductive lists ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --guardedness #-} +{-# OPTIONS --without-K --guardedness #-} module Codata.Musical.Colist.Infinite-merge where diff --git a/src/Codata/Musical/Colist/Properties.agda b/src/Codata/Musical/Colist/Properties.agda index 194ba25e0c..0ef1428884 100644 --- a/src/Codata/Musical/Colist/Properties.agda +++ b/src/Codata/Musical/Colist/Properties.agda @@ -4,7 +4,7 @@ -- Properties of coinductive lists and their operations ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --guardedness #-} +{-# OPTIONS --without-K --guardedness #-} module Codata.Musical.Colist.Properties where diff --git a/src/Codata/Musical/Colist/Relation/Unary/All.agda b/src/Codata/Musical/Colist/Relation/Unary/All.agda index ce937dc2b6..c5ee846be4 100644 --- a/src/Codata/Musical/Colist/Relation/Unary/All.agda +++ b/src/Codata/Musical/Colist/Relation/Unary/All.agda @@ -4,7 +4,7 @@ -- Coinductive lists where all elements satisfy a predicate ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --guardedness #-} +{-# OPTIONS --without-K --guardedness #-} module Codata.Musical.Colist.Relation.Unary.All where diff --git a/src/Codata/Musical/Colist/Relation/Unary/All/Properties.agda b/src/Codata/Musical/Colist/Relation/Unary/All/Properties.agda index f27917fcd5..99f937686f 100644 --- a/src/Codata/Musical/Colist/Relation/Unary/All/Properties.agda +++ b/src/Codata/Musical/Colist/Relation/Unary/All/Properties.agda @@ -4,7 +4,7 @@ -- Coinductive lists where all elements satisfy a predicate ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --guardedness #-} +{-# OPTIONS --without-K --guardedness #-} module Codata.Musical.Colist.Relation.Unary.All.Properties where diff --git a/src/Codata/Musical/Colist/Relation/Unary/Any.agda b/src/Codata/Musical/Colist/Relation/Unary/Any.agda index 304fcb2bb6..7505106028 100644 --- a/src/Codata/Musical/Colist/Relation/Unary/Any.agda +++ b/src/Codata/Musical/Colist/Relation/Unary/Any.agda @@ -4,7 +4,7 @@ -- Coinductive lists where at least one element satisfies a predicate ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --guardedness #-} +{-# OPTIONS --without-K --guardedness #-} module Codata.Musical.Colist.Relation.Unary.Any where diff --git a/src/Codata/Musical/Colist/Relation/Unary/Any/Properties.agda b/src/Codata/Musical/Colist/Relation/Unary/Any/Properties.agda index 438922dc42..1ff8dfd2d7 100644 --- a/src/Codata/Musical/Colist/Relation/Unary/Any/Properties.agda +++ b/src/Codata/Musical/Colist/Relation/Unary/Any/Properties.agda @@ -4,7 +4,7 @@ -- Properties of the Any predicate on colists ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --guardedness #-} +{-# OPTIONS --without-K --guardedness #-} module Codata.Musical.Colist.Relation.Unary.Any.Properties where diff --git a/src/Codata/Musical/Conat.agda b/src/Codata/Musical/Conat.agda index 458b22ee65..6e5e60a972 100644 --- a/src/Codata/Musical/Conat.agda +++ b/src/Codata/Musical/Conat.agda @@ -4,7 +4,7 @@ -- Coinductive "natural" numbers ------------------------------------------------------------------------ -{-# OPTIONS --safe --cubical-compatible --guardedness #-} +{-# OPTIONS --safe --without-K --guardedness #-} module Codata.Musical.Conat where diff --git a/src/Codata/Musical/Conat/Base.agda b/src/Codata/Musical/Conat/Base.agda index 30a6fc3db2..001399b2dc 100644 --- a/src/Codata/Musical/Conat/Base.agda +++ b/src/Codata/Musical/Conat/Base.agda @@ -4,7 +4,7 @@ -- Coinductive "natural" numbers: base type and operations ------------------------------------------------------------------------ -{-# OPTIONS --safe --cubical-compatible --guardedness #-} +{-# OPTIONS --safe --without-K --guardedness #-} module Codata.Musical.Conat.Base where diff --git a/src/Codata/Musical/Conversion.agda b/src/Codata/Musical/Conversion.agda index 4e5886e000..73eb451557 100644 --- a/src/Codata/Musical/Conversion.agda +++ b/src/Codata/Musical/Conversion.agda @@ -8,7 +8,7 @@ -- known to be unsound, so use these conversions at your own risk. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --sized-types --guardedness #-} +{-# OPTIONS --without-K --sized-types --guardedness #-} module Codata.Musical.Conversion where diff --git a/src/Codata/Musical/Costring.agda b/src/Codata/Musical/Costring.agda index 045ac9be77..238a61e8aa 100644 --- a/src/Codata/Musical/Costring.agda +++ b/src/Codata/Musical/Costring.agda @@ -4,7 +4,7 @@ -- Costrings ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --guardedness #-} +{-# OPTIONS --without-K --guardedness #-} module Codata.Musical.Costring where diff --git a/src/Codata/Musical/Covec.agda b/src/Codata/Musical/Covec.agda index 44bad24eee..8a9ca863db 100644 --- a/src/Codata/Musical/Covec.agda +++ b/src/Codata/Musical/Covec.agda @@ -4,7 +4,7 @@ -- Coinductive vectors ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --guardedness #-} +{-# OPTIONS --without-K --guardedness #-} module Codata.Musical.Covec where diff --git a/src/Codata/Musical/M.agda b/src/Codata/Musical/M.agda index 623748231f..ce5cd87c70 100644 --- a/src/Codata/Musical/M.agda +++ b/src/Codata/Musical/M.agda @@ -4,7 +4,7 @@ -- M-types (the dual of W-types) ------------------------------------------------------------------------ -{-# OPTIONS --safe --cubical-compatible --guardedness #-} +{-# OPTIONS --safe --without-K --guardedness #-} module Codata.Musical.M where diff --git a/src/Codata/Musical/M/Indexed.agda b/src/Codata/Musical/M/Indexed.agda index bc71076e35..825a4603ba 100644 --- a/src/Codata/Musical/M/Indexed.agda +++ b/src/Codata/Musical/M/Indexed.agda @@ -5,7 +5,7 @@ -- trees). ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe --guardedness #-} +{-# OPTIONS --without-K --safe --guardedness #-} module Codata.Musical.M.Indexed where diff --git a/src/Codata/Musical/Notation.agda b/src/Codata/Musical/Notation.agda index 40b788bcac..64e1bbf5bf 100644 --- a/src/Codata/Musical/Notation.agda +++ b/src/Codata/Musical/Notation.agda @@ -4,7 +4,7 @@ -- Basic types related to coinduction ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe --guardedness #-} +{-# OPTIONS --without-K --safe --guardedness #-} module Codata.Musical.Notation where diff --git a/src/Codata/Musical/Stream.agda b/src/Codata/Musical/Stream.agda index 12bf3b5fb7..b324d1103d 100644 --- a/src/Codata/Musical/Stream.agda +++ b/src/Codata/Musical/Stream.agda @@ -4,7 +4,7 @@ -- Streams ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --guardedness #-} +{-# OPTIONS --without-K --guardedness #-} module Codata.Musical.Stream where diff --git a/src/Codata/Sized/Cofin.agda b/src/Codata/Sized/Cofin.agda index e04be324de..7a96032013 100644 --- a/src/Codata/Sized/Cofin.agda +++ b/src/Codata/Sized/Cofin.agda @@ -4,7 +4,7 @@ -- "Finite" sets indexed on coinductive "natural" numbers ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --sized-types #-} +{-# OPTIONS --without-K --sized-types #-} module Codata.Sized.Cofin where diff --git a/src/Codata/Sized/Cofin/Literals.agda b/src/Codata/Sized/Cofin/Literals.agda index 1f2a855629..e42fecefb4 100644 --- a/src/Codata/Sized/Cofin/Literals.agda +++ b/src/Codata/Sized/Cofin/Literals.agda @@ -4,7 +4,7 @@ -- Conat Literals ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --sized-types #-} +{-# OPTIONS --without-K --sized-types #-} module Codata.Sized.Cofin.Literals where diff --git a/src/Codata/Sized/Colist.agda b/src/Codata/Sized/Colist.agda index 35e9251f01..72f7d3017c 100644 --- a/src/Codata/Sized/Colist.agda +++ b/src/Codata/Sized/Colist.agda @@ -4,7 +4,7 @@ -- The Colist type and some operations ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --sized-types #-} +{-# OPTIONS --without-K --sized-types #-} module Codata.Sized.Colist where diff --git a/src/Codata/Sized/Colist/Bisimilarity.agda b/src/Codata/Sized/Colist/Bisimilarity.agda index 832c003356..10bbd9537a 100644 --- a/src/Codata/Sized/Colist/Bisimilarity.agda +++ b/src/Codata/Sized/Colist/Bisimilarity.agda @@ -4,7 +4,7 @@ -- Bisimilarity for Colists ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --sized-types #-} +{-# OPTIONS --without-K --sized-types #-} module Codata.Sized.Colist.Bisimilarity where diff --git a/src/Codata/Sized/Colist/Categorical.agda b/src/Codata/Sized/Colist/Categorical.agda index 6cee36ca22..1374e5a6ee 100644 --- a/src/Codata/Sized/Colist/Categorical.agda +++ b/src/Codata/Sized/Colist/Categorical.agda @@ -5,7 +5,7 @@ -- `Codata.Sized.Colist.Effectful` instead. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --sized-types #-} +{-# OPTIONS --without-K --sized-types #-} module Codata.Sized.Colist.Categorical where diff --git a/src/Codata/Sized/Colist/Effectful.agda b/src/Codata/Sized/Colist/Effectful.agda index bcfee955a8..e45da98486 100644 --- a/src/Codata/Sized/Colist/Effectful.agda +++ b/src/Codata/Sized/Colist/Effectful.agda @@ -4,7 +4,7 @@ -- An effectful view of Colist ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --sized-types #-} +{-# OPTIONS --without-K --sized-types #-} module Codata.Sized.Colist.Effectful where diff --git a/src/Codata/Sized/Colist/Properties.agda b/src/Codata/Sized/Colist/Properties.agda index e65856f22a..d6b3564a13 100644 --- a/src/Codata/Sized/Colist/Properties.agda +++ b/src/Codata/Sized/Colist/Properties.agda @@ -4,7 +4,7 @@ -- Properties of operations on the Colist type ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --sized-types #-} +{-# OPTIONS --without-K --sized-types #-} module Codata.Sized.Colist.Properties where diff --git a/src/Codata/Sized/Conat.agda b/src/Codata/Sized/Conat.agda index 9f185d73b7..9404ac2394 100644 --- a/src/Codata/Sized/Conat.agda +++ b/src/Codata/Sized/Conat.agda @@ -4,7 +4,7 @@ -- The Conat type and some operations ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --sized-types #-} +{-# OPTIONS --without-K --sized-types #-} module Codata.Sized.Conat where diff --git a/src/Codata/Sized/Conat/Bisimilarity.agda b/src/Codata/Sized/Conat/Bisimilarity.agda index 819f0beeb5..86b374008d 100644 --- a/src/Codata/Sized/Conat/Bisimilarity.agda +++ b/src/Codata/Sized/Conat/Bisimilarity.agda @@ -4,7 +4,7 @@ -- Bisimilarity for Conats ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --sized-types #-} +{-# OPTIONS --without-K --sized-types #-} module Codata.Sized.Conat.Bisimilarity where diff --git a/src/Codata/Sized/Conat/Literals.agda b/src/Codata/Sized/Conat/Literals.agda index 932fd4ab88..9ddbd66842 100644 --- a/src/Codata/Sized/Conat/Literals.agda +++ b/src/Codata/Sized/Conat/Literals.agda @@ -4,7 +4,7 @@ -- Conat Literals ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --sized-types #-} +{-# OPTIONS --without-K --sized-types #-} module Codata.Sized.Conat.Literals where diff --git a/src/Codata/Sized/Conat/Properties.agda b/src/Codata/Sized/Conat/Properties.agda index e4eb4c4c4f..93ddd2ee0a 100644 --- a/src/Codata/Sized/Conat/Properties.agda +++ b/src/Codata/Sized/Conat/Properties.agda @@ -4,7 +4,7 @@ -- Properties for Conats ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --sized-types #-} +{-# OPTIONS --without-K --sized-types #-} module Codata.Sized.Conat.Properties where diff --git a/src/Codata/Sized/Covec.agda b/src/Codata/Sized/Covec.agda index b17125e55c..4a65056222 100644 --- a/src/Codata/Sized/Covec.agda +++ b/src/Codata/Sized/Covec.agda @@ -4,7 +4,7 @@ -- The Covec type and some operations ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --sized-types #-} +{-# OPTIONS --without-K --sized-types #-} module Codata.Sized.Covec where diff --git a/src/Codata/Sized/Covec/Bisimilarity.agda b/src/Codata/Sized/Covec/Bisimilarity.agda index 6d8027b014..cffc0d7823 100644 --- a/src/Codata/Sized/Covec/Bisimilarity.agda +++ b/src/Codata/Sized/Covec/Bisimilarity.agda @@ -4,7 +4,7 @@ -- Bisimilarity for Covecs ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --sized-types #-} +{-# OPTIONS --without-K --sized-types #-} module Codata.Sized.Covec.Bisimilarity where diff --git a/src/Codata/Sized/Covec/Categorical.agda b/src/Codata/Sized/Covec/Categorical.agda index 0da702ff2c..f44ac686e4 100644 --- a/src/Codata/Sized/Covec/Categorical.agda +++ b/src/Codata/Sized/Covec/Categorical.agda @@ -5,7 +5,7 @@ -- `Codata.Sized.Covec.Effectful` instead. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --sized-types #-} +{-# OPTIONS --without-K --sized-types #-} module Codata.Sized.Covec.Categorical where diff --git a/src/Codata/Sized/Covec/Effectful.agda b/src/Codata/Sized/Covec/Effectful.agda index 61e44b93d5..c0f038195b 100644 --- a/src/Codata/Sized/Covec/Effectful.agda +++ b/src/Codata/Sized/Covec/Effectful.agda @@ -4,7 +4,7 @@ -- An effectful view of Covec ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --sized-types #-} +{-# OPTIONS --without-K --sized-types #-} module Codata.Sized.Covec.Effectful where diff --git a/src/Codata/Sized/Covec/Instances.agda b/src/Codata/Sized/Covec/Instances.agda index d10b6661e3..94e3dc99ff 100644 --- a/src/Codata/Sized/Covec/Instances.agda +++ b/src/Codata/Sized/Covec/Instances.agda @@ -4,7 +4,7 @@ -- Typeclass instances for Covec ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --sized-types #-} +{-# OPTIONS --without-K --sized-types #-} module Codata.Sized.Covec.Instances where diff --git a/src/Codata/Sized/Covec/Properties.agda b/src/Codata/Sized/Covec/Properties.agda index 8286d97e30..6bd7151714 100644 --- a/src/Codata/Sized/Covec/Properties.agda +++ b/src/Codata/Sized/Covec/Properties.agda @@ -4,7 +4,7 @@ -- Properties of operations on the Covec type ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --sized-types #-} +{-# OPTIONS --without-K --sized-types #-} module Codata.Sized.Covec.Properties where diff --git a/src/Codata/Sized/Cowriter.agda b/src/Codata/Sized/Cowriter.agda index 39dda6457d..147e8d0ce9 100644 --- a/src/Codata/Sized/Cowriter.agda +++ b/src/Codata/Sized/Cowriter.agda @@ -4,7 +4,7 @@ -- The Cowriter type and some operations ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --sized-types #-} +{-# OPTIONS --without-K --sized-types #-} module Codata.Sized.Cowriter where diff --git a/src/Codata/Sized/Cowriter/Bisimilarity.agda b/src/Codata/Sized/Cowriter/Bisimilarity.agda index 516d633143..ad471a7288 100644 --- a/src/Codata/Sized/Cowriter/Bisimilarity.agda +++ b/src/Codata/Sized/Cowriter/Bisimilarity.agda @@ -4,7 +4,7 @@ -- Bisimilarity for Cowriter ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --sized-types #-} +{-# OPTIONS --without-K --sized-types #-} module Codata.Sized.Cowriter.Bisimilarity where diff --git a/src/Codata/Sized/Delay.agda b/src/Codata/Sized/Delay.agda index c154a6f130..662fae79b3 100644 --- a/src/Codata/Sized/Delay.agda +++ b/src/Codata/Sized/Delay.agda @@ -4,7 +4,7 @@ -- The Delay type and some operations ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --sized-types #-} +{-# OPTIONS --without-K --sized-types #-} module Codata.Sized.Delay where diff --git a/src/Codata/Sized/Delay/Bisimilarity.agda b/src/Codata/Sized/Delay/Bisimilarity.agda index 52dc0717c7..c247561892 100644 --- a/src/Codata/Sized/Delay/Bisimilarity.agda +++ b/src/Codata/Sized/Delay/Bisimilarity.agda @@ -4,7 +4,7 @@ -- Bisimilarity for the Delay type ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --sized-types #-} +{-# OPTIONS --without-K --sized-types #-} module Codata.Sized.Delay.Bisimilarity where diff --git a/src/Codata/Sized/Delay/Categorical.agda b/src/Codata/Sized/Delay/Categorical.agda index 2aa88bb896..0529f162fb 100644 --- a/src/Codata/Sized/Delay/Categorical.agda +++ b/src/Codata/Sized/Delay/Categorical.agda @@ -5,7 +5,7 @@ -- `Codata.Sized.Delay.Effectful` instead. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --sized-types #-} +{-# OPTIONS --without-K --sized-types #-} module Codata.Sized.Delay.Categorical where diff --git a/src/Codata/Sized/Delay/Effectful.agda b/src/Codata/Sized/Delay/Effectful.agda index 310af60105..7d2e222e1d 100644 --- a/src/Codata/Sized/Delay/Effectful.agda +++ b/src/Codata/Sized/Delay/Effectful.agda @@ -4,7 +4,7 @@ -- An effectful view of Delay ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --sized-types #-} +{-# OPTIONS --without-K --sized-types #-} module Codata.Sized.Delay.Effectful where diff --git a/src/Codata/Sized/Delay/Properties.agda b/src/Codata/Sized/Delay/Properties.agda index 97c6a01449..0cc6dd0f5b 100644 --- a/src/Codata/Sized/Delay/Properties.agda +++ b/src/Codata/Sized/Delay/Properties.agda @@ -4,7 +4,7 @@ -- Properties of operations on the Delay type ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --sized-types #-} +{-# OPTIONS --without-K --sized-types #-} module Codata.Sized.Delay.Properties where diff --git a/src/Codata/Sized/M.agda b/src/Codata/Sized/M.agda index b7e9f1ed38..f3d8f66a2d 100644 --- a/src/Codata/Sized/M.agda +++ b/src/Codata/Sized/M.agda @@ -4,7 +4,7 @@ -- M-types (the dual of W-types) ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --sized-types #-} +{-# OPTIONS --without-K --sized-types #-} module Codata.Sized.M where diff --git a/src/Codata/Sized/M/Bisimilarity.agda b/src/Codata/Sized/M/Bisimilarity.agda index 856791d5a5..68b9028167 100644 --- a/src/Codata/Sized/M/Bisimilarity.agda +++ b/src/Codata/Sized/M/Bisimilarity.agda @@ -4,7 +4,7 @@ -- Bisimilarity for M-types ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --sized-types #-} +{-# OPTIONS --without-K --sized-types #-} module Codata.Sized.M.Bisimilarity where diff --git a/src/Codata/Sized/M/Properties.agda b/src/Codata/Sized/M/Properties.agda index f7cbe93376..65b0e2dec9 100644 --- a/src/Codata/Sized/M/Properties.agda +++ b/src/Codata/Sized/M/Properties.agda @@ -4,7 +4,7 @@ -- Properties of operations on M-types ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --sized-types #-} +{-# OPTIONS --without-K --sized-types #-} module Codata.Sized.M.Properties where diff --git a/src/Codata/Sized/Stream.agda b/src/Codata/Sized/Stream.agda index 8451fe5fbf..f216b0bef5 100644 --- a/src/Codata/Sized/Stream.agda +++ b/src/Codata/Sized/Stream.agda @@ -4,7 +4,7 @@ -- The Stream type and some operations ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --sized-types #-} +{-# OPTIONS --without-K --sized-types #-} module Codata.Sized.Stream where diff --git a/src/Codata/Sized/Stream/Bisimilarity.agda b/src/Codata/Sized/Stream/Bisimilarity.agda index d6285c48ef..79bfe6de31 100644 --- a/src/Codata/Sized/Stream/Bisimilarity.agda +++ b/src/Codata/Sized/Stream/Bisimilarity.agda @@ -4,7 +4,7 @@ -- Bisimilarity for Streams ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --sized-types #-} +{-# OPTIONS --without-K --sized-types #-} module Codata.Sized.Stream.Bisimilarity where diff --git a/src/Codata/Sized/Stream/Categorical.agda b/src/Codata/Sized/Stream/Categorical.agda index 597d7b7bfc..4cecb58ff7 100644 --- a/src/Codata/Sized/Stream/Categorical.agda +++ b/src/Codata/Sized/Stream/Categorical.agda @@ -5,7 +5,7 @@ -- `Codata.Sized.Stream.Effectful` instead. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --sized-types #-} +{-# OPTIONS --without-K --sized-types #-} module Codata.Sized.Stream.Categorical where diff --git a/src/Codata/Sized/Stream/Effectful.agda b/src/Codata/Sized/Stream/Effectful.agda index f1ba06cbdc..91257aad68 100644 --- a/src/Codata/Sized/Stream/Effectful.agda +++ b/src/Codata/Sized/Stream/Effectful.agda @@ -4,7 +4,7 @@ -- An effectful view of Stream ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --sized-types #-} +{-# OPTIONS --without-K --sized-types #-} module Codata.Sized.Stream.Effectful where diff --git a/src/Codata/Sized/Stream/Instances.agda b/src/Codata/Sized/Stream/Instances.agda index d907127720..2836878ea4 100644 --- a/src/Codata/Sized/Stream/Instances.agda +++ b/src/Codata/Sized/Stream/Instances.agda @@ -4,7 +4,7 @@ -- Typeclass instances for Stream ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --sized-types #-} +{-# OPTIONS --without-K --sized-types #-} module Codata.Sized.Stream.Instances where diff --git a/src/Codata/Sized/Stream/Properties.agda b/src/Codata/Sized/Stream/Properties.agda index 76205c693f..756c63a33f 100644 --- a/src/Codata/Sized/Stream/Properties.agda +++ b/src/Codata/Sized/Stream/Properties.agda @@ -4,7 +4,7 @@ -- Properties of operations on the Stream type ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --sized-types #-} +{-# OPTIONS --without-K --sized-types #-} module Codata.Sized.Stream.Properties where diff --git a/src/Codata/Sized/Thunk.agda b/src/Codata/Sized/Thunk.agda index 00fa7c328a..76eff5642a 100644 --- a/src/Codata/Sized/Thunk.agda +++ b/src/Codata/Sized/Thunk.agda @@ -4,7 +4,7 @@ -- The Thunk wrappers for sized codata, copredicates and corelations ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --sized-types #-} +{-# OPTIONS --without-K --sized-types #-} module Codata.Sized.Thunk where diff --git a/src/Data/AVL.agda b/src/Data/AVL.agda index 14c695d0d4..d86636b8a6 100644 --- a/src/Data/AVL.agda +++ b/src/Data/AVL.agda @@ -4,7 +4,7 @@ -- This module is DEPRECATED. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Bundles using (StrictTotalOrder) diff --git a/src/Data/AVL/Height.agda b/src/Data/AVL/Height.agda index 6a44cd9539..d8dc3062d3 100644 --- a/src/Data/AVL/Height.agda +++ b/src/Data/AVL/Height.agda @@ -4,7 +4,7 @@ -- This module is DEPRECATED. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.AVL.Height where diff --git a/src/Data/AVL/Indexed.agda b/src/Data/AVL/Indexed.agda index 9efe5e7500..954c759e24 100644 --- a/src/Data/AVL/Indexed.agda +++ b/src/Data/AVL/Indexed.agda @@ -4,7 +4,7 @@ -- This module is DEPRECATED. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Bundles using (StrictTotalOrder) diff --git a/src/Data/AVL/IndexedMap.agda b/src/Data/AVL/IndexedMap.agda index 062a79d9ad..4f279d8265 100644 --- a/src/Data/AVL/IndexedMap.agda +++ b/src/Data/AVL/IndexedMap.agda @@ -4,7 +4,7 @@ -- This module is DEPRECATED. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Data.Product.Base using (∃) open import Relation.Binary.Core using (Rel) diff --git a/src/Data/AVL/Key.agda b/src/Data/AVL/Key.agda index f1ca15bacd..d367dca8ee 100644 --- a/src/Data/AVL/Key.agda +++ b/src/Data/AVL/Key.agda @@ -4,7 +4,7 @@ -- This module is DEPRECATED. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Bundles using (StrictTotalOrder) diff --git a/src/Data/AVL/Map.agda b/src/Data/AVL/Map.agda index d4768bb19e..ad23bddb6d 100644 --- a/src/Data/AVL/Map.agda +++ b/src/Data/AVL/Map.agda @@ -4,7 +4,7 @@ -- This module is DEPRECATED. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Bundles using (StrictTotalOrder) diff --git a/src/Data/AVL/NonEmpty.agda b/src/Data/AVL/NonEmpty.agda index 26398cb553..80bef71245 100644 --- a/src/Data/AVL/NonEmpty.agda +++ b/src/Data/AVL/NonEmpty.agda @@ -4,7 +4,7 @@ -- This module is DEPRECATED. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Bundles using (StrictTotalOrder) diff --git a/src/Data/AVL/NonEmpty/Propositional.agda b/src/Data/AVL/NonEmpty/Propositional.agda index 0318537f0e..9cb176a75a 100644 --- a/src/Data/AVL/NonEmpty/Propositional.agda +++ b/src/Data/AVL/NonEmpty/Propositional.agda @@ -4,7 +4,7 @@ -- This module is DEPRECATED. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Core using (Rel) open import Relation.Binary.Structures using (IsStrictTotalOrder) diff --git a/src/Data/AVL/Sets.agda b/src/Data/AVL/Sets.agda index 5d216695db..88cd0172ff 100644 --- a/src/Data/AVL/Sets.agda +++ b/src/Data/AVL/Sets.agda @@ -4,7 +4,7 @@ -- This module is DEPRECATED. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Bundles using (StrictTotalOrder) diff --git a/src/Data/AVL/Value.agda b/src/Data/AVL/Value.agda index 6338a876d8..2085bb7e64 100644 --- a/src/Data/AVL/Value.agda +++ b/src/Data/AVL/Value.agda @@ -4,7 +4,7 @@ -- This module is DEPRECATED. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Bundles using (Setoid) diff --git a/src/Data/Bool.agda b/src/Data/Bool.agda index 55ed146e2c..e1c8459631 100644 --- a/src/Data/Bool.agda +++ b/src/Data/Bool.agda @@ -4,7 +4,7 @@ -- Booleans ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Bool where diff --git a/src/Data/Bool/Base.agda b/src/Data/Bool/Base.agda index 4721873bce..69d4f7b26b 100644 --- a/src/Data/Bool/Base.agda +++ b/src/Data/Bool/Base.agda @@ -4,7 +4,7 @@ -- The type for booleans and some operations ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Bool.Base where diff --git a/src/Data/Bool/Instances.agda b/src/Data/Bool/Instances.agda index 3158e2b1b2..94348d2e84 100644 --- a/src/Data/Bool/Instances.agda +++ b/src/Data/Bool/Instances.agda @@ -4,7 +4,7 @@ -- Instances for booleans ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Bool.Instances where diff --git a/src/Data/Bool/ListAction.agda b/src/Data/Bool/ListAction.agda index cebcf2ac81..d52546afb4 100644 --- a/src/Data/Bool/ListAction.agda +++ b/src/Data/Bool/ListAction.agda @@ -8,7 +8,7 @@ -- `Data.List.Effectful.Foldable.foldmap`. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Bool.ListAction where diff --git a/src/Data/Bool/Properties.agda b/src/Data/Bool/Properties.agda index 53b4a1f4a7..26546dd882 100644 --- a/src/Data/Bool/Properties.agda +++ b/src/Data/Bool/Properties.agda @@ -4,7 +4,7 @@ -- A bunch of properties ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Bool.Properties where open import Algebra.Bundles diff --git a/src/Data/Bool/Show.agda b/src/Data/Bool/Show.agda index 075efaa63b..1a74d40445 100644 --- a/src/Data/Bool/Show.agda +++ b/src/Data/Bool/Show.agda @@ -4,7 +4,7 @@ -- Showing booleans ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Bool.Show where diff --git a/src/Data/Bool/Solver.agda b/src/Data/Bool/Solver.agda index 901429a095..737999bf90 100644 --- a/src/Data/Bool/Solver.agda +++ b/src/Data/Bool/Solver.agda @@ -6,7 +6,7 @@ -- See README.Data.Nat for examples of how to use similar solvers -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Bool.Solver where diff --git a/src/Data/Bytestring/Base.agda b/src/Data/Bytestring/Base.agda index b121d36998..a1c480bbf8 100644 --- a/src/Data/Bytestring/Base.agda +++ b/src/Data/Bytestring/Base.agda @@ -5,7 +5,7 @@ -- Note that these functions do not perform bound checks. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible #-} +{-# OPTIONS --without-K #-} module Data.Bytestring.Base where diff --git a/src/Data/Bytestring/Builder/Base.agda b/src/Data/Bytestring/Builder/Base.agda index 728ceb3896..a240d10a03 100644 --- a/src/Data/Bytestring/Builder/Base.agda +++ b/src/Data/Bytestring/Builder/Base.agda @@ -4,7 +4,7 @@ -- Bytestrings: builder type and functions ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible #-} +{-# OPTIONS --without-K #-} module Data.Bytestring.Builder.Base where diff --git a/src/Data/Bytestring/Builder/Primitive.agda b/src/Data/Bytestring/Builder/Primitive.agda index c1e8426b9b..da32ef1b2c 100644 --- a/src/Data/Bytestring/Builder/Primitive.agda +++ b/src/Data/Bytestring/Builder/Primitive.agda @@ -4,7 +4,7 @@ -- Primitive Bytestrings: builder type and functions ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible #-} +{-# OPTIONS --without-K #-} module Data.Bytestring.Builder.Primitive where diff --git a/src/Data/Bytestring/IO.agda b/src/Data/Bytestring/IO.agda index 20ccfc6e4c..437610dde9 100644 --- a/src/Data/Bytestring/IO.agda +++ b/src/Data/Bytestring/IO.agda @@ -4,7 +4,7 @@ -- Bytestrings: IO operations ------------------------------------------------------------------------ -{-# OPTIONS --guardedness --cubical-compatible #-} +{-# OPTIONS --guardedness --without-K #-} module Data.Bytestring.IO where diff --git a/src/Data/Bytestring/IO/Primitive.agda b/src/Data/Bytestring/IO/Primitive.agda index cdf66b1067..36be52743d 100644 --- a/src/Data/Bytestring/IO/Primitive.agda +++ b/src/Data/Bytestring/IO/Primitive.agda @@ -4,7 +4,7 @@ -- Primitive Bytestrings: IO operations ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible #-} +{-# OPTIONS --without-K #-} module Data.Bytestring.IO.Primitive where diff --git a/src/Data/Bytestring/Primitive.agda b/src/Data/Bytestring/Primitive.agda index 94e0d64b2c..4721ad923f 100644 --- a/src/Data/Bytestring/Primitive.agda +++ b/src/Data/Bytestring/Primitive.agda @@ -4,7 +4,7 @@ -- Primitive bytestrings: simple bindings to Haskell types and functions ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible #-} +{-# OPTIONS --without-K #-} module Data.Bytestring.Primitive where diff --git a/src/Data/Char.agda b/src/Data/Char.agda index fdc4764667..5af33f04f7 100644 --- a/src/Data/Char.agda +++ b/src/Data/Char.agda @@ -4,7 +4,7 @@ -- Characters ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Char where diff --git a/src/Data/Char/Base.agda b/src/Data/Char/Base.agda index 4c81baa2ac..4251575a6b 100644 --- a/src/Data/Char/Base.agda +++ b/src/Data/Char/Base.agda @@ -4,7 +4,7 @@ -- Basic definitions for Characters ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Char.Base where diff --git a/src/Data/Char/Instances.agda b/src/Data/Char/Instances.agda index 8941ab7be3..7ed7eeb8d4 100644 --- a/src/Data/Char/Instances.agda +++ b/src/Data/Char/Instances.agda @@ -4,7 +4,7 @@ -- Instances for characters ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Char.Instances where diff --git a/src/Data/Char/Properties.agda b/src/Data/Char/Properties.agda index 9e515f7e3a..77e3235a8e 100644 --- a/src/Data/Char/Properties.agda +++ b/src/Data/Char/Properties.agda @@ -4,7 +4,7 @@ -- Properties of operations on characters ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Char.Properties where diff --git a/src/Data/Container.agda b/src/Data/Container.agda index 96075db7d5..a72f716b63 100644 --- a/src/Data/Container.agda +++ b/src/Data/Container.agda @@ -4,7 +4,7 @@ -- Containers, based on the work of Abbott and others ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Level using (Level; _⊔_) open import Data.W using (W) diff --git a/src/Data/Container/Any.agda b/src/Data/Container/Any.agda index 59963c0be9..a9024df3db 100644 --- a/src/Data/Container/Any.agda +++ b/src/Data/Container/Any.agda @@ -5,7 +5,7 @@ -- Data.Container.Relation.Unary.Any directly. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Container.Any where diff --git a/src/Data/Container/Combinator.agda b/src/Data/Container/Combinator.agda index c958865470..7efd1eb1e5 100644 --- a/src/Data/Container/Combinator.agda +++ b/src/Data/Container/Combinator.agda @@ -4,7 +4,7 @@ -- Container combinators ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Container.Combinator where diff --git a/src/Data/Container/Combinator/Properties.agda b/src/Data/Container/Combinator/Properties.agda index e8ed43045b..3d9a60af78 100644 --- a/src/Data/Container/Combinator/Properties.agda +++ b/src/Data/Container/Combinator/Properties.agda @@ -4,7 +4,7 @@ -- Correctness proofs for container combinators ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Container.Combinator.Properties where diff --git a/src/Data/Container/Core.agda b/src/Data/Container/Core.agda index 07afabe2eb..5bcb5cc511 100644 --- a/src/Data/Container/Core.agda +++ b/src/Data/Container/Core.agda @@ -4,7 +4,7 @@ -- Containers core ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Container.Core where diff --git a/src/Data/Container/Fixpoints/Guarded.agda b/src/Data/Container/Fixpoints/Guarded.agda index 2ba839bd88..ecfe586c09 100644 --- a/src/Data/Container/Fixpoints/Guarded.agda +++ b/src/Data/Container/Fixpoints/Guarded.agda @@ -4,7 +4,7 @@ -- Fixpoints for containers - using guardedness ------------------------------------------------------------------------ -{-# OPTIONS --safe --cubical-compatible --guardedness #-} +{-# OPTIONS --safe --without-K --guardedness #-} module Data.Container.Fixpoints.Guarded where diff --git a/src/Data/Container/Fixpoints/Sized.agda b/src/Data/Container/Fixpoints/Sized.agda index 47655af29a..1b26ae0b2a 100644 --- a/src/Data/Container/Fixpoints/Sized.agda +++ b/src/Data/Container/Fixpoints/Sized.agda @@ -4,7 +4,7 @@ -- Sized fixpoints of containers, based on the work of Abbott and others ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --sized-types #-} +{-# OPTIONS --without-K --sized-types #-} module Data.Container.Fixpoints.Sized where diff --git a/src/Data/Container/FreeMonad.agda b/src/Data/Container/FreeMonad.agda index 2bbce4a7f7..3719c8ec91 100644 --- a/src/Data/Container/FreeMonad.agda +++ b/src/Data/Container/FreeMonad.agda @@ -4,7 +4,7 @@ -- The free monad construction on containers ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Container.FreeMonad where diff --git a/src/Data/Container/Indexed.agda b/src/Data/Container/Indexed.agda index f99fef80dc..d2af5a9654 100644 --- a/src/Data/Container/Indexed.agda +++ b/src/Data/Container/Indexed.agda @@ -7,7 +7,7 @@ -- (2006/9). ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Container.Indexed where diff --git a/src/Data/Container/Indexed/Combinator.agda b/src/Data/Container/Indexed/Combinator.agda index bc5bd194c7..d63f2e450c 100644 --- a/src/Data/Container/Indexed/Combinator.agda +++ b/src/Data/Container/Indexed/Combinator.agda @@ -4,7 +4,7 @@ -- Indexed container combinators ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Container.Indexed.Combinator where diff --git a/src/Data/Container/Indexed/Core.agda b/src/Data/Container/Indexed/Core.agda index 4cb4b92100..5ed960b2af 100644 --- a/src/Data/Container/Indexed/Core.agda +++ b/src/Data/Container/Indexed/Core.agda @@ -4,7 +4,7 @@ -- Indexed containers core ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Container.Indexed.Core where diff --git a/src/Data/Container/Indexed/Fixpoints/Guarded.agda b/src/Data/Container/Indexed/Fixpoints/Guarded.agda index 144fd50ace..909cadadc7 100644 --- a/src/Data/Container/Indexed/Fixpoints/Guarded.agda +++ b/src/Data/Container/Indexed/Fixpoints/Guarded.agda @@ -4,7 +4,7 @@ -- Greatest fixpoint for indexed containers - using guardedness ------------------------------------------------------------------------ -{-# OPTIONS --safe --cubical-compatible --guardedness #-} +{-# OPTIONS --safe --without-K --guardedness #-} module Data.Container.Indexed.Fixpoints.Guarded where diff --git a/src/Data/Container/Indexed/FreeMonad.agda b/src/Data/Container/Indexed/FreeMonad.agda index 97f1855eaa..03683fc1fd 100644 --- a/src/Data/Container/Indexed/FreeMonad.agda +++ b/src/Data/Container/Indexed/FreeMonad.agda @@ -4,7 +4,7 @@ -- The free monad construction on indexed containers ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Container.Indexed.FreeMonad where diff --git a/src/Data/Container/Indexed/Relation/Binary/Equality/Setoid.agda b/src/Data/Container/Indexed/Relation/Binary/Equality/Setoid.agda index 5928b64274..cd7584c271 100644 --- a/src/Data/Container/Indexed/Relation/Binary/Equality/Setoid.agda +++ b/src/Data/Container/Indexed/Relation/Binary/Equality/Setoid.agda @@ -4,7 +4,7 @@ -- Equality over indexed container extensions parametrised by a setoid ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary using (Setoid) diff --git a/src/Data/Container/Indexed/Relation/Binary/Pointwise.agda b/src/Data/Container/Indexed/Relation/Binary/Pointwise.agda index ec55004666..e1b7295410 100644 --- a/src/Data/Container/Indexed/Relation/Binary/Pointwise.agda +++ b/src/Data/Container/Indexed/Relation/Binary/Pointwise.agda @@ -4,7 +4,7 @@ -- Pointwise equality for indexed containers ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Container.Indexed.Relation.Binary.Pointwise where diff --git a/src/Data/Container/Indexed/Relation/Binary/Pointwise/Properties.agda b/src/Data/Container/Indexed/Relation/Binary/Pointwise/Properties.agda index eecd3af3d3..f38f400a42 100644 --- a/src/Data/Container/Indexed/Relation/Binary/Pointwise/Properties.agda +++ b/src/Data/Container/Indexed/Relation/Binary/Pointwise/Properties.agda @@ -4,7 +4,7 @@ -- Properties of pointwise equality for indexed containers ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Container.Indexed.Relation.Binary.Pointwise.Properties where diff --git a/src/Data/Container/Membership.agda b/src/Data/Container/Membership.agda index e73ded520c..89b6ac045c 100644 --- a/src/Data/Container/Membership.agda +++ b/src/Data/Container/Membership.agda @@ -4,7 +4,7 @@ -- Membership for containers ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Container.Membership where diff --git a/src/Data/Container/Morphism.agda b/src/Data/Container/Morphism.agda index 1cc29f5d36..92063fadc2 100644 --- a/src/Data/Container/Morphism.agda +++ b/src/Data/Container/Morphism.agda @@ -4,7 +4,7 @@ -- Container Morphisms ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Container.Morphism where diff --git a/src/Data/Container/Morphism/Properties.agda b/src/Data/Container/Morphism/Properties.agda index e142adf494..0624cd745a 100644 --- a/src/Data/Container/Morphism/Properties.agda +++ b/src/Data/Container/Morphism/Properties.agda @@ -4,7 +4,7 @@ -- Propertiers of any for containers ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Container.Morphism.Properties where diff --git a/src/Data/Container/Properties.agda b/src/Data/Container/Properties.agda index a714c70219..008772d4b4 100644 --- a/src/Data/Container/Properties.agda +++ b/src/Data/Container/Properties.agda @@ -4,7 +4,7 @@ -- Properties of operations on containers ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Container.Properties where diff --git a/src/Data/Container/Related.agda b/src/Data/Container/Related.agda index 3fba697c1f..9fab5d05d5 100644 --- a/src/Data/Container/Related.agda +++ b/src/Data/Container/Related.agda @@ -5,7 +5,7 @@ -- surjections and bijections ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Container.Related where diff --git a/src/Data/Container/Relation/Binary/Equality/Setoid.agda b/src/Data/Container/Relation/Binary/Equality/Setoid.agda index 41c582b2e9..5821f839a6 100644 --- a/src/Data/Container/Relation/Binary/Equality/Setoid.agda +++ b/src/Data/Container/Relation/Binary/Equality/Setoid.agda @@ -4,7 +4,7 @@ -- Equality over container extensions parametrised by some setoid ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Bundles using (Setoid) diff --git a/src/Data/Container/Relation/Binary/Pointwise.agda b/src/Data/Container/Relation/Binary/Pointwise.agda index 2838a47d86..61c82440b8 100644 --- a/src/Data/Container/Relation/Binary/Pointwise.agda +++ b/src/Data/Container/Relation/Binary/Pointwise.agda @@ -4,7 +4,7 @@ -- Pointwise equality for containers ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Container.Relation.Binary.Pointwise where diff --git a/src/Data/Container/Relation/Binary/Pointwise/Properties.agda b/src/Data/Container/Relation/Binary/Pointwise/Properties.agda index 9bdf815092..ad6be68f72 100644 --- a/src/Data/Container/Relation/Binary/Pointwise/Properties.agda +++ b/src/Data/Container/Relation/Binary/Pointwise/Properties.agda @@ -4,7 +4,7 @@ -- Properties of pointwise equality for containers ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Container.Relation.Binary.Pointwise.Properties where diff --git a/src/Data/Container/Relation/Unary/All.agda b/src/Data/Container/Relation/Unary/All.agda index bf0c2fe445..77012bd801 100644 --- a/src/Data/Container/Relation/Unary/All.agda +++ b/src/Data/Container/Relation/Unary/All.agda @@ -4,7 +4,7 @@ -- All (□) for containers ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Container.Relation.Unary.All where diff --git a/src/Data/Container/Relation/Unary/Any.agda b/src/Data/Container/Relation/Unary/Any.agda index fb3143e5e0..0655dc74f6 100644 --- a/src/Data/Container/Relation/Unary/Any.agda +++ b/src/Data/Container/Relation/Unary/Any.agda @@ -4,7 +4,7 @@ -- Any (◇) for containers ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Container.Relation.Unary.Any where diff --git a/src/Data/Container/Relation/Unary/Any/Properties.agda b/src/Data/Container/Relation/Unary/Any/Properties.agda index 81916c8206..eb8c3f8ce2 100644 --- a/src/Data/Container/Relation/Unary/Any/Properties.agda +++ b/src/Data/Container/Relation/Unary/Any/Properties.agda @@ -4,7 +4,7 @@ -- Propertiers of any for containers ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Container.Relation.Unary.Any.Properties where diff --git a/src/Data/Default.agda b/src/Data/Default.agda index 57e7cc82bc..eab4c90757 100644 --- a/src/Data/Default.agda +++ b/src/Data/Default.agda @@ -5,7 +5,7 @@ -- if the argument is not passed explicitly. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Default where diff --git a/src/Data/DifferenceList.agda b/src/Data/DifferenceList.agda index 882a1d24df..d65a41bd1d 100644 --- a/src/Data/DifferenceList.agda +++ b/src/Data/DifferenceList.agda @@ -4,7 +4,7 @@ -- Lists with fast append ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.DifferenceList where diff --git a/src/Data/DifferenceNat.agda b/src/Data/DifferenceNat.agda index 5e23cc5030..a0b52c14a3 100644 --- a/src/Data/DifferenceNat.agda +++ b/src/Data/DifferenceNat.agda @@ -5,7 +5,7 @@ -- DifferenceVec) ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.DifferenceNat where diff --git a/src/Data/DifferenceVec.agda b/src/Data/DifferenceVec.agda index 4d6ab6ef3f..e1e129dfa5 100644 --- a/src/Data/DifferenceVec.agda +++ b/src/Data/DifferenceVec.agda @@ -4,7 +4,7 @@ -- Vectors with fast append ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.DifferenceVec where diff --git a/src/Data/Digit.agda b/src/Data/Digit.agda index 49f65fb6b7..58c4409076 100644 --- a/src/Data/Digit.agda +++ b/src/Data/Digit.agda @@ -4,7 +4,7 @@ -- Digits and digit expansions ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Digit where diff --git a/src/Data/Digit/Properties.agda b/src/Data/Digit/Properties.agda index 59bc6e0f51..29cdc7f389 100644 --- a/src/Data/Digit/Properties.agda +++ b/src/Data/Digit/Properties.agda @@ -4,7 +4,7 @@ -- Properties of digits and digit expansions ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Data.Digit using (digitChars; Digit; showDigit; toDigits) import Data.Char.Properties as Char diff --git a/src/Data/Empty.agda b/src/Data/Empty.agda index d2647a1f18..0744335a9a 100644 --- a/src/Data/Empty.agda +++ b/src/Data/Empty.agda @@ -4,7 +4,7 @@ -- Empty type, judgementally proof irrelevant, Level-monomorphic ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Empty where diff --git a/src/Data/Empty/Irrelevant.agda b/src/Data/Empty/Irrelevant.agda index fdcaba970e..3cc0d65669 100644 --- a/src/Data/Empty/Irrelevant.agda +++ b/src/Data/Empty/Irrelevant.agda @@ -4,7 +4,7 @@ -- An irrelevant version of ⊥-elim ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Empty.Irrelevant where diff --git a/src/Data/Empty/Polymorphic.agda b/src/Data/Empty/Polymorphic.agda index 5cc882616f..460c0181fa 100644 --- a/src/Data/Empty/Polymorphic.agda +++ b/src/Data/Empty/Polymorphic.agda @@ -4,7 +4,7 @@ -- Level polymorphic Empty type ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Empty.Polymorphic where diff --git a/src/Data/Erased.agda b/src/Data/Erased.agda index 1efd92357b..9108b848b0 100644 --- a/src/Data/Erased.agda +++ b/src/Data/Erased.agda @@ -4,7 +4,7 @@ -- This module is DEPRECATED. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Erased where diff --git a/src/Data/Fin.agda b/src/Data/Fin.agda index d0c0e12c5c..dcc4df3ebe 100644 --- a/src/Data/Fin.agda +++ b/src/Data/Fin.agda @@ -4,7 +4,7 @@ -- Finite sets ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Fin where diff --git a/src/Data/Fin/Base.agda b/src/Data/Fin/Base.agda index cc3c325a64..3ba86ede5c 100644 --- a/src/Data/Fin/Base.agda +++ b/src/Data/Fin/Base.agda @@ -7,7 +7,7 @@ -- Note that elements of Fin n can be seen as natural numbers in the -- set {m | m < n}. The notation "m" in comments below refers to this -- natural number view. -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Fin.Base where diff --git a/src/Data/Fin/Induction.agda b/src/Data/Fin/Induction.agda index 6d0a9f9d72..cfb5dbc678 100644 --- a/src/Data/Fin/Induction.agda +++ b/src/Data/Fin/Induction.agda @@ -4,7 +4,7 @@ -- Induction over Fin ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} {-# OPTIONS --warning=noUserWarning #-} -- for deprecated _≺_ (issue #1726) module Data.Fin.Induction where diff --git a/src/Data/Fin/Instances.agda b/src/Data/Fin/Instances.agda index cf3c31bf5e..a9738fbf9c 100644 --- a/src/Data/Fin/Instances.agda +++ b/src/Data/Fin/Instances.agda @@ -4,7 +4,7 @@ -- Instances for finite sets ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Fin.Instances where diff --git a/src/Data/Fin/Literals.agda b/src/Data/Fin/Literals.agda index 4a82bd7ff0..c9cad41467 100644 --- a/src/Data/Fin/Literals.agda +++ b/src/Data/Fin/Literals.agda @@ -4,7 +4,7 @@ -- Fin Literals ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Fin.Literals where diff --git a/src/Data/Fin/Patterns.agda b/src/Data/Fin/Patterns.agda index b7b3b176bd..ae9db9d850 100644 --- a/src/Data/Fin/Patterns.agda +++ b/src/Data/Fin/Patterns.agda @@ -4,7 +4,7 @@ -- Patterns for Fin ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Fin.Patterns where diff --git a/src/Data/Fin/Permutation.agda b/src/Data/Fin/Permutation.agda index 078e53c3bb..ea3fe54913 100644 --- a/src/Data/Fin/Permutation.agda +++ b/src/Data/Fin/Permutation.agda @@ -4,7 +4,7 @@ -- Bijections on finite sets (i.e. permutations). ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Fin.Permutation where diff --git a/src/Data/Fin/Permutation/Components.agda b/src/Data/Fin/Permutation/Components.agda index b8597674f8..e0f5b8f91a 100644 --- a/src/Data/Fin/Permutation/Components.agda +++ b/src/Data/Fin/Permutation/Components.agda @@ -4,7 +4,7 @@ -- Component functions of permutations found in `Data.Fin.Permutation` ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Fin.Permutation.Components where diff --git a/src/Data/Fin/Permutation/Transposition/List.agda b/src/Data/Fin/Permutation/Transposition/List.agda index 3d14d36b05..dbed17ecd2 100644 --- a/src/Data/Fin/Permutation/Transposition/List.agda +++ b/src/Data/Fin/Permutation/Transposition/List.agda @@ -4,7 +4,7 @@ -- Decomposition of permutations into a list of transpositions. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Fin.Permutation.Transposition.List where diff --git a/src/Data/Fin/Properties.agda b/src/Data/Fin/Properties.agda index ec5767c34c..5dec4da179 100644 --- a/src/Data/Fin/Properties.agda +++ b/src/Data/Fin/Properties.agda @@ -5,7 +5,7 @@ -- properties (or other properties not available in Data.Fin) ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} {-# OPTIONS --warning=noUserWarning #-} -- for deprecated _≺_ and _≻toℕ_ (issue #1726) module Data.Fin.Properties where diff --git a/src/Data/Fin/Reflection.agda b/src/Data/Fin/Reflection.agda index e79ba5ab13..cab32b066f 100644 --- a/src/Data/Fin/Reflection.agda +++ b/src/Data/Fin/Reflection.agda @@ -4,7 +4,7 @@ -- Reflection utilities for Fin ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Fin.Reflection where diff --git a/src/Data/Fin/Relation/Unary/Top.agda b/src/Data/Fin/Relation/Unary/Top.agda index f209170d50..ebf33048ba 100644 --- a/src/Data/Fin/Relation/Unary/Top.agda +++ b/src/Data/Fin/Relation/Unary/Top.agda @@ -9,7 +9,7 @@ -- * or, i = inject₁ j for a unique j : Fin n ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Fin.Relation.Unary.Top where diff --git a/src/Data/Fin/Show.agda b/src/Data/Fin/Show.agda index 8f9ae0583b..063343068b 100644 --- a/src/Data/Fin/Show.agda +++ b/src/Data/Fin/Show.agda @@ -4,7 +4,7 @@ -- Showing finite numbers ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Fin.Show where diff --git a/src/Data/Fin/Subset.agda b/src/Data/Fin/Subset.agda index 49dd7c84b4..4455315bfd 100644 --- a/src/Data/Fin/Subset.agda +++ b/src/Data/Fin/Subset.agda @@ -4,7 +4,7 @@ -- Subsets of finite sets ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Fin.Subset where diff --git a/src/Data/Fin/Subset/Induction.agda b/src/Data/Fin/Subset/Induction.agda index f62f591313..abe6175c53 100644 --- a/src/Data/Fin/Subset/Induction.agda +++ b/src/Data/Fin/Subset/Induction.agda @@ -4,7 +4,7 @@ -- Induction over Subset ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Fin.Subset.Induction where diff --git a/src/Data/Fin/Subset/Properties.agda b/src/Data/Fin/Subset/Properties.agda index 074a4a05b8..2073125fc8 100644 --- a/src/Data/Fin/Subset/Properties.agda +++ b/src/Data/Fin/Subset/Properties.agda @@ -4,7 +4,7 @@ -- Some properties about subsets ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Fin.Subset.Properties where diff --git a/src/Data/Fin/Substitution.agda b/src/Data/Fin/Substitution.agda index 1d39b468e1..2e38aa0897 100644 --- a/src/Data/Fin/Substitution.agda +++ b/src/Data/Fin/Substitution.agda @@ -11,7 +11,7 @@ -- of how this module can be used: a definition of substitution for -- the untyped λ-calculus. -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Fin.Substitution where diff --git a/src/Data/Fin/Substitution/Example.agda b/src/Data/Fin/Substitution/Example.agda index 1d2c49ecc5..c6bd77aaae 100644 --- a/src/Data/Fin/Substitution/Example.agda +++ b/src/Data/Fin/Substitution/Example.agda @@ -6,7 +6,7 @@ -- ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Fin.Substitution.Example where diff --git a/src/Data/Fin/Substitution/Lemmas.agda b/src/Data/Fin/Substitution/Lemmas.agda index 9dedec0ebb..43048368f2 100644 --- a/src/Data/Fin/Substitution/Lemmas.agda +++ b/src/Data/Fin/Substitution/Lemmas.agda @@ -4,7 +4,7 @@ -- Substitution lemmas ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Fin.Substitution.Lemmas where diff --git a/src/Data/Fin/Substitution/List.agda b/src/Data/Fin/Substitution/List.agda index 179f806a22..8d3e506868 100644 --- a/src/Data/Fin/Substitution/List.agda +++ b/src/Data/Fin/Substitution/List.agda @@ -7,7 +7,7 @@ -- This module illustrates how Data.Fin.Substitution.Lemmas.AppLemmas -- can be used. -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Data.Fin.Substitution.Lemmas using (Lemmas₄; AppLemmas) open import Data.Nat.Base using (ℕ) diff --git a/src/Data/Float.agda b/src/Data/Float.agda index c38f9fddfa..757e534a53 100644 --- a/src/Data/Float.agda +++ b/src/Data/Float.agda @@ -4,7 +4,7 @@ -- Floating point numbers ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Float where diff --git a/src/Data/Float/Base.agda b/src/Data/Float/Base.agda index c81f1f00f6..2ccc07004e 100644 --- a/src/Data/Float/Base.agda +++ b/src/Data/Float/Base.agda @@ -4,7 +4,7 @@ -- Floats: basic types and operations ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Float.Base where diff --git a/src/Data/Float/Instances.agda b/src/Data/Float/Instances.agda index 46fc202e08..05176d82ba 100644 --- a/src/Data/Float/Instances.agda +++ b/src/Data/Float/Instances.agda @@ -4,7 +4,7 @@ -- Instances for floating point numbers ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Float.Instances where diff --git a/src/Data/Float/Properties.agda b/src/Data/Float/Properties.agda index 7c6866220f..302293939f 100644 --- a/src/Data/Float/Properties.agda +++ b/src/Data/Float/Properties.agda @@ -4,7 +4,7 @@ -- Properties of operations on floats ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Float.Properties where diff --git a/src/Data/Graph/Acyclic.agda b/src/Data/Graph/Acyclic.agda index 418d42446c..84da4a3c1f 100644 --- a/src/Data/Graph/Acyclic.agda +++ b/src/Data/Graph/Acyclic.agda @@ -8,7 +8,7 @@ -- Erwig's FGL. Note that this representation does not aim to be -- efficient. -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Graph.Acyclic where diff --git a/src/Data/Integer.agda b/src/Data/Integer.agda index 6e4976f3df..7163012d0c 100644 --- a/src/Data/Integer.agda +++ b/src/Data/Integer.agda @@ -7,7 +7,7 @@ -- See README.Data.Integer for examples of how to use and reason about -- integers. -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Integer where diff --git a/src/Data/Integer/Base.agda b/src/Data/Integer/Base.agda index db856b355f..8381402635 100644 --- a/src/Data/Integer/Base.agda +++ b/src/Data/Integer/Base.agda @@ -7,7 +7,7 @@ -- See README.Data.Integer for examples of how to use and reason about -- integers. -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Integer.Base where diff --git a/src/Data/Integer/Coprimality.agda b/src/Data/Integer/Coprimality.agda index d105b07512..2d4aeac6af 100644 --- a/src/Data/Integer/Coprimality.agda +++ b/src/Data/Integer/Coprimality.agda @@ -4,7 +4,7 @@ -- Coprimality ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Integer.Coprimality where diff --git a/src/Data/Integer/DivMod.agda b/src/Data/Integer/DivMod.agda index 4f4572d2eb..3fac7aba69 100644 --- a/src/Data/Integer/DivMod.agda +++ b/src/Data/Integer/DivMod.agda @@ -4,7 +4,7 @@ -- Integer division ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Integer.DivMod where diff --git a/src/Data/Integer/Divisibility.agda b/src/Data/Integer/Divisibility.agda index 44b65ae45d..547d811303 100644 --- a/src/Data/Integer/Divisibility.agda +++ b/src/Data/Integer/Divisibility.agda @@ -6,7 +6,7 @@ -- For signed divisibility see `Data.Integer.Divisibility.Signed` -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Integer.Divisibility where diff --git a/src/Data/Integer/Divisibility/Signed.agda b/src/Data/Integer/Divisibility/Signed.agda index 85e83d468d..e399e3a8f3 100644 --- a/src/Data/Integer/Divisibility/Signed.agda +++ b/src/Data/Integer/Divisibility/Signed.agda @@ -4,7 +4,7 @@ -- Alternative definition of divisibility without using modulus. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Integer.Divisibility.Signed where diff --git a/src/Data/Integer/GCD.agda b/src/Data/Integer/GCD.agda index 991cd7be49..b84cd3bb36 100644 --- a/src/Data/Integer/GCD.agda +++ b/src/Data/Integer/GCD.agda @@ -4,7 +4,7 @@ -- Greatest Common Divisor for integers ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Integer.GCD where diff --git a/src/Data/Integer/Instances.agda b/src/Data/Integer/Instances.agda index 4bad2a5ec1..d57f185e28 100644 --- a/src/Data/Integer/Instances.agda +++ b/src/Data/Integer/Instances.agda @@ -4,7 +4,7 @@ -- Instances for integers ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Integer.Instances where diff --git a/src/Data/Integer/LCM.agda b/src/Data/Integer/LCM.agda index e5e15cae84..1a14871a09 100644 --- a/src/Data/Integer/LCM.agda +++ b/src/Data/Integer/LCM.agda @@ -4,7 +4,7 @@ -- Least Common Multiple for integers ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Integer.LCM where diff --git a/src/Data/Integer/Literals.agda b/src/Data/Integer/Literals.agda index d06be38eea..279c3250d3 100644 --- a/src/Data/Integer/Literals.agda +++ b/src/Data/Integer/Literals.agda @@ -4,7 +4,7 @@ -- Integer Literals ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Integer.Literals where diff --git a/src/Data/Integer/Properties.agda b/src/Data/Integer/Properties.agda index 78b58585c5..bc03f5fc07 100644 --- a/src/Data/Integer/Properties.agda +++ b/src/Data/Integer/Properties.agda @@ -4,7 +4,7 @@ -- Some properties about integers ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Integer.Properties where diff --git a/src/Data/Integer/Properties/NatLemmas.agda b/src/Data/Integer/Properties/NatLemmas.agda index 5aa44bb889..d8b00489b9 100644 --- a/src/Data/Integer/Properties/NatLemmas.agda +++ b/src/Data/Integer/Properties/NatLemmas.agda @@ -5,7 +5,7 @@ -- Data.Integer.Properties (for distributivity) ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Integer.Properties.NatLemmas where diff --git a/src/Data/Integer/Show.agda b/src/Data/Integer/Show.agda index f469385a82..7fc9c6a9f4 100644 --- a/src/Data/Integer/Show.agda +++ b/src/Data/Integer/Show.agda @@ -4,7 +4,7 @@ -- Showing integers ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Integer.Show where diff --git a/src/Data/Integer/Solver.agda b/src/Data/Integer/Solver.agda index 46e9398677..a478d78996 100644 --- a/src/Data/Integer/Solver.agda +++ b/src/Data/Integer/Solver.agda @@ -6,7 +6,7 @@ -- See README.Data.Integer for examples of how to use this solver -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Integer.Solver where diff --git a/src/Data/Integer/Tactic/RingSolver.agda b/src/Data/Integer/Tactic/RingSolver.agda index d74debf7f9..ea0eb3d72e 100644 --- a/src/Data/Integer/Tactic/RingSolver.agda +++ b/src/Data/Integer/Tactic/RingSolver.agda @@ -6,7 +6,7 @@ -- See README.Tactic.RingSolver for examples of how to use this solver -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Integer.Tactic.RingSolver where diff --git a/src/Data/Irrelevant.agda b/src/Data/Irrelevant.agda index 7701cfc82e..3c3b25f146 100644 --- a/src/Data/Irrelevant.agda +++ b/src/Data/Irrelevant.agda @@ -9,7 +9,7 @@ -- Cf. Data.Refinement for a use case ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Irrelevant where diff --git a/src/Data/List.agda b/src/Data/List.agda index 45b466b99f..98b2aa6e37 100644 --- a/src/Data/List.agda +++ b/src/Data/List.agda @@ -7,7 +7,7 @@ -- See README.Data.List for examples of how to use and reason about -- lists. -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} {-# OPTIONS --warning=noUserWarning #-} -- for deprecated scans module Data.List where diff --git a/src/Data/List/Base.agda b/src/Data/List/Base.agda index e2bb18441b..1a203a19e5 100644 --- a/src/Data/List/Base.agda +++ b/src/Data/List/Base.agda @@ -7,7 +7,7 @@ -- See README.Data.List for examples of how to use and reason about -- lists. -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.List.Base where diff --git a/src/Data/List/Categorical.agda b/src/Data/List/Categorical.agda index dc3391f1c4..7f76382d4a 100644 --- a/src/Data/List/Categorical.agda +++ b/src/Data/List/Categorical.agda @@ -5,7 +5,7 @@ -- `Data.List.Effectful` instead. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.List.Categorical where diff --git a/src/Data/List/Categorical/Transformer.agda b/src/Data/List/Categorical/Transformer.agda index 75b83f14f3..05eb210b9b 100644 --- a/src/Data/List/Categorical/Transformer.agda +++ b/src/Data/List/Categorical/Transformer.agda @@ -5,7 +5,7 @@ -- `Data.List.Effectful.Transformer` instead. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.List.Categorical.Transformer where diff --git a/src/Data/List/Countdown.agda b/src/Data/List/Countdown.agda index 746d91902c..2441a33892 100644 --- a/src/Data/List/Countdown.agda +++ b/src/Data/List/Countdown.agda @@ -5,7 +5,7 @@ -- of elements /not/ in a given list ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Level using (0ℓ) open import Relation.Binary.Bundles using (DecSetoid) diff --git a/src/Data/List/Effectful.agda b/src/Data/List/Effectful.agda index 40c39412ff..874dc68205 100644 --- a/src/Data/List/Effectful.agda +++ b/src/Data/List/Effectful.agda @@ -4,7 +4,7 @@ -- An effectful view of List ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.List.Effectful where diff --git a/src/Data/List/Effectful/Foldable.agda b/src/Data/List/Effectful/Foldable.agda index 39652a5ac9..2f872aaf5e 100644 --- a/src/Data/List/Effectful/Foldable.agda +++ b/src/Data/List/Effectful/Foldable.agda @@ -4,7 +4,7 @@ -- List is Foldable ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.List.Effectful.Foldable where diff --git a/src/Data/List/Effectful/Transformer.agda b/src/Data/List/Effectful/Transformer.agda index 50538ff6a9..d7b0438c62 100644 --- a/src/Data/List/Effectful/Transformer.agda +++ b/src/Data/List/Effectful/Transformer.agda @@ -4,7 +4,7 @@ -- An effectful view of List ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.List.Effectful.Transformer where diff --git a/src/Data/List/Extrema.agda b/src/Data/List/Extrema.agda index 632496545b..09fdad2ac1 100644 --- a/src/Data/List/Extrema.agda +++ b/src/Data/List/Extrema.agda @@ -4,7 +4,7 @@ -- Finding the maximum/minimum values in a list ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Bundles using (TotalOrder; Setoid) diff --git a/src/Data/List/Extrema/Core.agda b/src/Data/List/Extrema/Core.agda index ebdac96aca..1966a10b8e 100644 --- a/src/Data/List/Extrema/Core.agda +++ b/src/Data/List/Extrema/Core.agda @@ -4,7 +4,7 @@ -- Core lemmas needed to make list argmin/max functions work ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Bundles using (TotalOrder; Setoid) diff --git a/src/Data/List/Extrema/Nat.agda b/src/Data/List/Extrema/Nat.agda index 28b75e922c..a415fc3b61 100644 --- a/src/Data/List/Extrema/Nat.agda +++ b/src/Data/List/Extrema/Nat.agda @@ -4,7 +4,7 @@ -- Finding the maximum/minimum values in a list, specialised for Nat ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} -- This specialised module is needed as `m < n` for Nat is not -- implemented as `m ≤ n × m ≢ n`. diff --git a/src/Data/List/Fresh.agda b/src/Data/List/Fresh.agda index c225a4b6a1..900ff6671f 100644 --- a/src/Data/List/Fresh.agda +++ b/src/Data/List/Fresh.agda @@ -9,7 +9,7 @@ -- See README.Data.List.Fresh and README.Data.Trie.NonDependent for -- examples of how to use fresh lists. -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.List.Fresh where diff --git a/src/Data/List/Fresh/Membership/DecSetoid.agda b/src/Data/List/Fresh/Membership/DecSetoid.agda index 6a119d5d43..7638d97c7e 100644 --- a/src/Data/List/Fresh/Membership/DecSetoid.agda +++ b/src/Data/List/Fresh/Membership/DecSetoid.agda @@ -4,7 +4,7 @@ -- Decidable setoid membership over fresh lists ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Bundles using (DecSetoid) diff --git a/src/Data/List/Fresh/Membership/Setoid.agda b/src/Data/List/Fresh/Membership/Setoid.agda index b5d52b397c..8d9027aeb4 100644 --- a/src/Data/List/Fresh/Membership/Setoid.agda +++ b/src/Data/List/Fresh/Membership/Setoid.agda @@ -4,7 +4,7 @@ -- Membership predicate for fresh lists ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Bundles using (Setoid) diff --git a/src/Data/List/Fresh/Membership/Setoid/Properties.agda b/src/Data/List/Fresh/Membership/Setoid/Properties.agda index 5fdc702104..e55a546a83 100644 --- a/src/Data/List/Fresh/Membership/Setoid/Properties.agda +++ b/src/Data/List/Fresh/Membership/Setoid/Properties.agda @@ -4,7 +4,7 @@ -- Properties of the membership predicate for fresh lists ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Bundles using (Setoid) diff --git a/src/Data/List/Fresh/NonEmpty.agda b/src/Data/List/Fresh/NonEmpty.agda index ac57823ccf..eeaa846c53 100644 --- a/src/Data/List/Fresh/NonEmpty.agda +++ b/src/Data/List/Fresh/NonEmpty.agda @@ -4,7 +4,7 @@ -- A non-empty fresh list ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.List.Fresh.NonEmpty where diff --git a/src/Data/List/Fresh/Properties.agda b/src/Data/List/Fresh/Properties.agda index 7d8ae09aec..21a2c93e0e 100644 --- a/src/Data/List/Fresh/Properties.agda +++ b/src/Data/List/Fresh/Properties.agda @@ -4,7 +4,7 @@ -- Properties of fresh lists and functions acting on them ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.List.Fresh.Properties where diff --git a/src/Data/List/Fresh/Relation/Unary/All.agda b/src/Data/List/Fresh/Relation/Unary/All.agda index 5fc14ca1a4..393222b1dd 100644 --- a/src/Data/List/Fresh/Relation/Unary/All.agda +++ b/src/Data/List/Fresh/Relation/Unary/All.agda @@ -4,7 +4,7 @@ -- All predicate transformer for fresh lists ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.List.Fresh.Relation.Unary.All where diff --git a/src/Data/List/Fresh/Relation/Unary/All/Properties.agda b/src/Data/List/Fresh/Relation/Unary/All/Properties.agda index 802a8d001c..f8035634e1 100644 --- a/src/Data/List/Fresh/Relation/Unary/All/Properties.agda +++ b/src/Data/List/Fresh/Relation/Unary/All/Properties.agda @@ -4,7 +4,7 @@ -- Properties of All predicate transformer for fresh lists ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.List.Fresh.Relation.Unary.All.Properties where diff --git a/src/Data/List/Fresh/Relation/Unary/Any.agda b/src/Data/List/Fresh/Relation/Unary/Any.agda index 1508fdb708..5b2a05d647 100644 --- a/src/Data/List/Fresh/Relation/Unary/Any.agda +++ b/src/Data/List/Fresh/Relation/Unary/Any.agda @@ -4,7 +4,7 @@ -- Any predicate transformer for fresh lists ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.List.Fresh.Relation.Unary.Any where diff --git a/src/Data/List/Fresh/Relation/Unary/Any/Properties.agda b/src/Data/List/Fresh/Relation/Unary/Any/Properties.agda index 0b8ddb4605..6822c26e07 100644 --- a/src/Data/List/Fresh/Relation/Unary/Any/Properties.agda +++ b/src/Data/List/Fresh/Relation/Unary/Any/Properties.agda @@ -4,7 +4,7 @@ -- Properties of Any predicate transformer for fresh lists ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.List.Fresh.Relation.Unary.Any.Properties where diff --git a/src/Data/List/Instances.agda b/src/Data/List/Instances.agda index d239be7eee..b4c44bfba2 100644 --- a/src/Data/List/Instances.agda +++ b/src/Data/List/Instances.agda @@ -4,7 +4,7 @@ -- Typeclass instances for List ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.List.Instances where diff --git a/src/Data/List/Kleene.agda b/src/Data/List/Kleene.agda index b4fb2fff08..571f29542d 100644 --- a/src/Data/List/Kleene.agda +++ b/src/Data/List/Kleene.agda @@ -5,7 +5,7 @@ -- lists, using the Kleene star and plus. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.List.Kleene where diff --git a/src/Data/List/Kleene/AsList.agda b/src/Data/List/Kleene/AsList.agda index 0f8ad0f619..df659d31a7 100644 --- a/src/Data/List/Kleene/AsList.agda +++ b/src/Data/List/Kleene/AsList.agda @@ -5,7 +5,7 @@ -- Data.List. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.List.Kleene.AsList where diff --git a/src/Data/List/Kleene/Base.agda b/src/Data/List/Kleene/Base.agda index 0715cf6de2..f17cc2e918 100644 --- a/src/Data/List/Kleene/Base.agda +++ b/src/Data/List/Kleene/Base.agda @@ -4,7 +4,7 @@ -- Lists, based on the Kleene star and plus, basic types and operations. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.List.Kleene.Base where diff --git a/src/Data/List/Literals.agda b/src/Data/List/Literals.agda index 80d57901d1..2254ed5739 100644 --- a/src/Data/List/Literals.agda +++ b/src/Data/List/Literals.agda @@ -4,7 +4,7 @@ -- List Literals ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.List.Literals where diff --git a/src/Data/List/Membership/DecPropositional.agda b/src/Data/List/Membership/DecPropositional.agda index 3c81c0ff1e..c13210905b 100644 --- a/src/Data/List/Membership/DecPropositional.agda +++ b/src/Data/List/Membership/DecPropositional.agda @@ -4,7 +4,7 @@ -- Decidable propositional membership over lists ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Definitions using (DecidableEquality) diff --git a/src/Data/List/Membership/DecSetoid.agda b/src/Data/List/Membership/DecSetoid.agda index 29fe88adb6..4cc7222cbc 100644 --- a/src/Data/List/Membership/DecSetoid.agda +++ b/src/Data/List/Membership/DecSetoid.agda @@ -4,7 +4,7 @@ -- Decidable setoid membership over lists ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Bundles using (DecSetoid) diff --git a/src/Data/List/Membership/Propositional.agda b/src/Data/List/Membership/Propositional.agda index 60c2a9aa71..cc3a87cbbd 100644 --- a/src/Data/List/Membership/Propositional.agda +++ b/src/Data/List/Membership/Propositional.agda @@ -5,7 +5,7 @@ -- along with some additional definitions. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.List.Membership.Propositional {a} {A : Set a} where diff --git a/src/Data/List/Membership/Propositional/Properties.agda b/src/Data/List/Membership/Propositional/Properties.agda index d0072290fa..77291e336d 100644 --- a/src/Data/List/Membership/Propositional/Properties.agda +++ b/src/Data/List/Membership/Propositional/Properties.agda @@ -4,7 +4,7 @@ -- Properties related to propositional list membership ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.List.Membership.Propositional.Properties where diff --git a/src/Data/List/Membership/Propositional/Properties/Core.agda b/src/Data/List/Membership/Propositional/Properties/Core.agda index 3342ed97d8..7c2d09b04e 100644 --- a/src/Data/List/Membership/Propositional/Properties/Core.agda +++ b/src/Data/List/Membership/Propositional/Properties/Core.agda @@ -8,7 +8,7 @@ -- `Any-cong` in `Data.List.Relation.Unary.Any.Properties` which relies -- on `Any↔` defined in this file. -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.List.Membership.Propositional.Properties.Core where diff --git a/src/Data/List/Membership/Setoid.agda b/src/Data/List/Membership/Setoid.agda index b1ff4f2773..2107ab737e 100644 --- a/src/Data/List/Membership/Setoid.agda +++ b/src/Data/List/Membership/Setoid.agda @@ -4,7 +4,7 @@ -- List membership and some related definitions ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Bundles using (Setoid) diff --git a/src/Data/List/Membership/Setoid/Properties.agda b/src/Data/List/Membership/Setoid/Properties.agda index 8553b9f4c8..db828d1300 100644 --- a/src/Data/List/Membership/Setoid/Properties.agda +++ b/src/Data/List/Membership/Setoid/Properties.agda @@ -4,7 +4,7 @@ -- Properties related to setoid list membership ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.List.Membership.Setoid.Properties where diff --git a/src/Data/List/Nary/NonDependent.agda b/src/Data/List/Nary/NonDependent.agda index d37d231c5a..8c49303aa3 100644 --- a/src/Data/List/Nary/NonDependent.agda +++ b/src/Data/List/Nary/NonDependent.agda @@ -4,7 +4,7 @@ -- Nondependent N-ary functions manipulating lists ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.List.Nary.NonDependent where diff --git a/src/Data/List/NonEmpty.agda b/src/Data/List/NonEmpty.agda index 5ce7ff4be2..e2f1720630 100644 --- a/src/Data/List/NonEmpty.agda +++ b/src/Data/List/NonEmpty.agda @@ -4,7 +4,7 @@ -- Non-empty lists ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.List.NonEmpty where diff --git a/src/Data/List/NonEmpty/Base.agda b/src/Data/List/NonEmpty/Base.agda index edce0fe08b..45fc692329 100644 --- a/src/Data/List/NonEmpty/Base.agda +++ b/src/Data/List/NonEmpty/Base.agda @@ -4,7 +4,7 @@ -- Non-empty lists: base type and operations ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.List.NonEmpty.Base where diff --git a/src/Data/List/NonEmpty/Categorical.agda b/src/Data/List/NonEmpty/Categorical.agda index 442c1a0df1..10b756d5c2 100644 --- a/src/Data/List/NonEmpty/Categorical.agda +++ b/src/Data/List/NonEmpty/Categorical.agda @@ -5,7 +5,7 @@ -- `Data.List.NonEmpty.Effectful` instead. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.List.NonEmpty.Categorical where diff --git a/src/Data/List/NonEmpty/Categorical/Transformer.agda b/src/Data/List/NonEmpty/Categorical/Transformer.agda index 7842b65054..3400abec5f 100644 --- a/src/Data/List/NonEmpty/Categorical/Transformer.agda +++ b/src/Data/List/NonEmpty/Categorical/Transformer.agda @@ -5,7 +5,7 @@ -- `Data.List.NonEmpty.Effectful.Transformer` instead. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.List.NonEmpty.Categorical.Transformer where diff --git a/src/Data/List/NonEmpty/Effectful.agda b/src/Data/List/NonEmpty/Effectful.agda index e3beecca51..471ee955d7 100644 --- a/src/Data/List/NonEmpty/Effectful.agda +++ b/src/Data/List/NonEmpty/Effectful.agda @@ -4,7 +4,7 @@ -- An effectful view of List⁺ ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.List.NonEmpty.Effectful where diff --git a/src/Data/List/NonEmpty/Effectful/Transformer.agda b/src/Data/List/NonEmpty/Effectful/Transformer.agda index c0c27e5343..64e7e1eff0 100644 --- a/src/Data/List/NonEmpty/Effectful/Transformer.agda +++ b/src/Data/List/NonEmpty/Effectful/Transformer.agda @@ -4,7 +4,7 @@ -- An effectful view of List ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.List.NonEmpty.Effectful.Transformer where diff --git a/src/Data/List/NonEmpty/Instances.agda b/src/Data/List/NonEmpty/Instances.agda index 08e320bce4..528dedba2d 100644 --- a/src/Data/List/NonEmpty/Instances.agda +++ b/src/Data/List/NonEmpty/Instances.agda @@ -4,7 +4,7 @@ -- Typeclass instances for List⁺ ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.List.NonEmpty.Instances where diff --git a/src/Data/List/NonEmpty/Membership/Propositional.agda b/src/Data/List/NonEmpty/Membership/Propositional.agda index 0f74ac5783..108fcce714 100644 --- a/src/Data/List/NonEmpty/Membership/Propositional.agda +++ b/src/Data/List/NonEmpty/Membership/Propositional.agda @@ -4,7 +4,7 @@ -- Propositional membership over non-empty lists ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.List.NonEmpty.Membership.Propositional {a} {A : Set a} where diff --git a/src/Data/List/NonEmpty/Membership/Setoid.agda b/src/Data/List/NonEmpty/Membership/Setoid.agda index 815146c352..f46d0ce456 100644 --- a/src/Data/List/NonEmpty/Membership/Setoid.agda +++ b/src/Data/List/NonEmpty/Membership/Setoid.agda @@ -4,7 +4,7 @@ -- Setoid membership over non-empty lists ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Bundles using (Setoid) diff --git a/src/Data/List/NonEmpty/Properties.agda b/src/Data/List/NonEmpty/Properties.agda index bcee446e4c..6abd84d7d4 100644 --- a/src/Data/List/NonEmpty/Properties.agda +++ b/src/Data/List/NonEmpty/Properties.agda @@ -4,7 +4,7 @@ -- Properties of non-empty lists ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.List.NonEmpty.Properties where diff --git a/src/Data/List/NonEmpty/Relation/Binary/Pointwise.agda b/src/Data/List/NonEmpty/Relation/Binary/Pointwise.agda index 0ae4b57786..76e29a2d7a 100644 --- a/src/Data/List/NonEmpty/Relation/Binary/Pointwise.agda +++ b/src/Data/List/NonEmpty/Relation/Binary/Pointwise.agda @@ -4,7 +4,7 @@ -- Pointwise lifting of relations to non-empty lists ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.List.NonEmpty.Relation.Binary.Pointwise where diff --git a/src/Data/List/NonEmpty/Relation/Unary/All.agda b/src/Data/List/NonEmpty/Relation/Unary/All.agda index 72c7abcace..a5c28289fb 100644 --- a/src/Data/List/NonEmpty/Relation/Unary/All.agda +++ b/src/Data/List/NonEmpty/Relation/Unary/All.agda @@ -4,7 +4,7 @@ -- Non-empty lists where all elements satisfy a given property ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.List.NonEmpty.Relation.Unary.All where diff --git a/src/Data/List/NonEmpty/Relation/Unary/Any.agda b/src/Data/List/NonEmpty/Relation/Unary/Any.agda index 62a5906480..f5959020bb 100644 --- a/src/Data/List/NonEmpty/Relation/Unary/Any.agda +++ b/src/Data/List/NonEmpty/Relation/Unary/Any.agda @@ -4,7 +4,7 @@ -- Non-empty lists where at least one element satisfies a given property ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.List.NonEmpty.Relation.Unary.Any where diff --git a/src/Data/List/Properties.agda b/src/Data/List/Properties.agda index 370676e601..2c2deeecdc 100644 --- a/src/Data/List/Properties.agda +++ b/src/Data/List/Properties.agda @@ -7,7 +7,7 @@ -- Note that the lemmas below could be generalised to work with other -- equalities than _≡_. -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} {-# OPTIONS --warning=noUserWarning #-} -- for deprecated scans module Data.List.Properties where diff --git a/src/Data/List/Reflection.agda b/src/Data/List/Reflection.agda index 4e3ce97599..4a4fa042d8 100644 --- a/src/Data/List/Reflection.agda +++ b/src/Data/List/Reflection.agda @@ -4,7 +4,7 @@ -- Reflection utilities for List ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.List.Reflection where diff --git a/src/Data/List/Relation/Binary/BagAndSetEquality.agda b/src/Data/List/Relation/Binary/BagAndSetEquality.agda index 7eb99e1b3c..184c564dac 100644 --- a/src/Data/List/Relation/Binary/BagAndSetEquality.agda +++ b/src/Data/List/Relation/Binary/BagAndSetEquality.agda @@ -4,7 +4,7 @@ -- Bag and set equality ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.List.Relation.Binary.BagAndSetEquality where diff --git a/src/Data/List/Relation/Binary/Disjoint/DecPropositional.agda b/src/Data/List/Relation/Binary/Disjoint/DecPropositional.agda index 82d39c261f..d11b02075c 100644 --- a/src/Data/List/Relation/Binary/Disjoint/DecPropositional.agda +++ b/src/Data/List/Relation/Binary/Disjoint/DecPropositional.agda @@ -4,7 +4,7 @@ -- Decidability of the disjoint relation over propositional equality. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Definitions using (DecidableEquality) diff --git a/src/Data/List/Relation/Binary/Disjoint/DecSetoid.agda b/src/Data/List/Relation/Binary/Disjoint/DecSetoid.agda index 68b0f2b0a6..e73620db49 100644 --- a/src/Data/List/Relation/Binary/Disjoint/DecSetoid.agda +++ b/src/Data/List/Relation/Binary/Disjoint/DecSetoid.agda @@ -4,7 +4,7 @@ -- Decidability of the disjoint relation over setoid equality. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Bundles using (DecSetoid) diff --git a/src/Data/List/Relation/Binary/Disjoint/Propositional.agda b/src/Data/List/Relation/Binary/Disjoint/Propositional.agda index f60f275b89..95595ae389 100644 --- a/src/Data/List/Relation/Binary/Disjoint/Propositional.agda +++ b/src/Data/List/Relation/Binary/Disjoint/Propositional.agda @@ -4,7 +4,7 @@ -- Pairs of lists that share no common elements (propositional equality) ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.List.Relation.Binary.Disjoint.Propositional {a} {A : Set a} where diff --git a/src/Data/List/Relation/Binary/Disjoint/Propositional/Properties.agda b/src/Data/List/Relation/Binary/Disjoint/Propositional/Properties.agda index 23021265d2..e1accede66 100644 --- a/src/Data/List/Relation/Binary/Disjoint/Propositional/Properties.agda +++ b/src/Data/List/Relation/Binary/Disjoint/Propositional/Properties.agda @@ -4,7 +4,7 @@ -- Properties of disjoint lists (propositional equality) ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.List.Relation.Binary.Disjoint.Propositional.Properties where diff --git a/src/Data/List/Relation/Binary/Disjoint/Setoid.agda b/src/Data/List/Relation/Binary/Disjoint/Setoid.agda index 292059bbd4..3b5503830f 100644 --- a/src/Data/List/Relation/Binary/Disjoint/Setoid.agda +++ b/src/Data/List/Relation/Binary/Disjoint/Setoid.agda @@ -4,7 +4,7 @@ -- Pairs of lists that share no common elements (setoid equality) ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Bundles using (Setoid) diff --git a/src/Data/List/Relation/Binary/Disjoint/Setoid/Properties.agda b/src/Data/List/Relation/Binary/Disjoint/Setoid/Properties.agda index 3416fc31e8..0b218bf8f8 100644 --- a/src/Data/List/Relation/Binary/Disjoint/Setoid/Properties.agda +++ b/src/Data/List/Relation/Binary/Disjoint/Setoid/Properties.agda @@ -4,7 +4,7 @@ -- Properties of disjoint lists (setoid equality) ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.List.Relation.Binary.Disjoint.Setoid.Properties where diff --git a/src/Data/List/Relation/Binary/Equality/DecPropositional.agda b/src/Data/List/Relation/Binary/Equality/DecPropositional.agda index 8f6b20ec99..145ab64bf9 100644 --- a/src/Data/List/Relation/Binary/Equality/DecPropositional.agda +++ b/src/Data/List/Relation/Binary/Equality/DecPropositional.agda @@ -8,7 +8,7 @@ -- propositional equality can usually be replaced with propositional -- equality. -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Definitions using (DecidableEquality) diff --git a/src/Data/List/Relation/Binary/Equality/DecSetoid.agda b/src/Data/List/Relation/Binary/Equality/DecSetoid.agda index d0c4ab6923..eaf7d483eb 100644 --- a/src/Data/List/Relation/Binary/Equality/DecSetoid.agda +++ b/src/Data/List/Relation/Binary/Equality/DecSetoid.agda @@ -4,7 +4,7 @@ -- Pointwise decidable equality over lists parameterised by a setoid ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Bundles using (DecSetoid) diff --git a/src/Data/List/Relation/Binary/Equality/Propositional.agda b/src/Data/List/Relation/Binary/Equality/Propositional.agda index c3033619be..809a7285f3 100644 --- a/src/Data/List/Relation/Binary/Equality/Propositional.agda +++ b/src/Data/List/Relation/Binary/Equality/Propositional.agda @@ -8,7 +8,7 @@ -- propositional equality can usually be replaced with propositional -- equality. -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Core using (_⇒_) diff --git a/src/Data/List/Relation/Binary/Equality/Setoid.agda b/src/Data/List/Relation/Binary/Equality/Setoid.agda index 2e894059a9..8941929658 100644 --- a/src/Data/List/Relation/Binary/Equality/Setoid.agda +++ b/src/Data/List/Relation/Binary/Equality/Setoid.agda @@ -4,7 +4,7 @@ -- Pointwise equality over lists parameterised by a setoid ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Bundles using (Setoid) diff --git a/src/Data/List/Relation/Binary/Equality/Setoid/Properties.agda b/src/Data/List/Relation/Binary/Equality/Setoid/Properties.agda index 049898a023..10c61b317d 100644 --- a/src/Data/List/Relation/Binary/Equality/Setoid/Properties.agda +++ b/src/Data/List/Relation/Binary/Equality/Setoid/Properties.agda @@ -4,7 +4,7 @@ -- Properties of List modulo ≋ ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Bundles using (Setoid) diff --git a/src/Data/List/Relation/Binary/Infix/Heterogeneous.agda b/src/Data/List/Relation/Binary/Infix/Heterogeneous.agda index f7b5360f66..10fb0f2c94 100644 --- a/src/Data/List/Relation/Binary/Infix/Heterogeneous.agda +++ b/src/Data/List/Relation/Binary/Infix/Heterogeneous.agda @@ -4,7 +4,7 @@ -- An inductive definition of the heterogeneous infix relation ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.List.Relation.Binary.Infix.Heterogeneous where diff --git a/src/Data/List/Relation/Binary/Infix/Heterogeneous/Properties.agda b/src/Data/List/Relation/Binary/Infix/Heterogeneous/Properties.agda index 55bd9bbf7c..661ad8c3ea 100644 --- a/src/Data/List/Relation/Binary/Infix/Heterogeneous/Properties.agda +++ b/src/Data/List/Relation/Binary/Infix/Heterogeneous/Properties.agda @@ -4,7 +4,7 @@ -- Properties of the heterogeneous infix relation ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.List.Relation.Binary.Infix.Heterogeneous.Properties where diff --git a/src/Data/List/Relation/Binary/Infix/Homogeneous/Properties.agda b/src/Data/List/Relation/Binary/Infix/Homogeneous/Properties.agda index 08976e70cd..87fcaba2fd 100644 --- a/src/Data/List/Relation/Binary/Infix/Homogeneous/Properties.agda +++ b/src/Data/List/Relation/Binary/Infix/Homogeneous/Properties.agda @@ -4,7 +4,7 @@ -- Properties of the homogeneous infix relation ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.List.Relation.Binary.Infix.Homogeneous.Properties where diff --git a/src/Data/List/Relation/Binary/Lex.agda b/src/Data/List/Relation/Binary/Lex.agda index 1baaf2a4a0..caa98c3f05 100644 --- a/src/Data/List/Relation/Binary/Lex.agda +++ b/src/Data/List/Relation/Binary/Lex.agda @@ -4,7 +4,7 @@ -- Lexicographic ordering of lists ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.List.Relation.Binary.Lex where diff --git a/src/Data/List/Relation/Binary/Lex/Core.agda b/src/Data/List/Relation/Binary/Lex/Core.agda index 6b1d65b857..9222bc2ab6 100644 --- a/src/Data/List/Relation/Binary/Lex/Core.agda +++ b/src/Data/List/Relation/Binary/Lex/Core.agda @@ -4,7 +4,7 @@ -- Lexicographic ordering of lists ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.List.Relation.Binary.Lex.Core where diff --git a/src/Data/List/Relation/Binary/Lex/NonStrict.agda b/src/Data/List/Relation/Binary/Lex/NonStrict.agda index efd1520f82..eed9275cbc 100644 --- a/src/Data/List/Relation/Binary/Lex/NonStrict.agda +++ b/src/Data/List/Relation/Binary/Lex/NonStrict.agda @@ -7,7 +7,7 @@ -- The definitions of lexicographic orderings used here is suitable if -- the argument order is a (non-strict) partial order. -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.List.Relation.Binary.Lex.NonStrict where diff --git a/src/Data/List/Relation/Binary/Lex/Strict.agda b/src/Data/List/Relation/Binary/Lex/Strict.agda index 26f05b6878..cba2feb5a2 100644 --- a/src/Data/List/Relation/Binary/Lex/Strict.agda +++ b/src/Data/List/Relation/Binary/Lex/Strict.agda @@ -7,7 +7,7 @@ -- The definitions of lexicographic ordering used here are suitable if -- the argument order is a strict partial order. -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.List.Relation.Binary.Lex.Strict where diff --git a/src/Data/List/Relation/Binary/Permutation/Algorithmic.agda b/src/Data/List/Relation/Binary/Permutation/Algorithmic.agda index dc69eb47f6..ef6004cfb2 100644 --- a/src/Data/List/Relation/Binary/Permutation/Algorithmic.agda +++ b/src/Data/List/Relation/Binary/Permutation/Algorithmic.agda @@ -19,7 +19,7 @@ -- of e.g. sorting algorithms which transpose at arbitary positions. ------------------------------------------------------------------------------- -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Bundles using (Setoid) diff --git a/src/Data/List/Relation/Binary/Permutation/Algorithmic/Properties.agda b/src/Data/List/Relation/Binary/Permutation/Algorithmic/Properties.agda index ff858682f1..32562e1f40 100644 --- a/src/Data/List/Relation/Binary/Permutation/Algorithmic/Properties.agda +++ b/src/Data/List/Relation/Binary/Permutation/Algorithmic/Properties.agda @@ -4,7 +4,7 @@ -- Properties of the `Algorithmic` definition of the permutation relation. ------------------------------------------------------------------------------- -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Bundles using (Setoid) diff --git a/src/Data/List/Relation/Binary/Permutation/Declarative.agda b/src/Data/List/Relation/Binary/Permutation/Declarative.agda index 72eb31cf49..e167cb5ef9 100644 --- a/src/Data/List/Relation/Binary/Permutation/Declarative.agda +++ b/src/Data/List/Relation/Binary/Permutation/Declarative.agda @@ -16,7 +16,7 @@ -- `Declarative` ⊆ `Data.List.Relation.Binary.Permutation.Algorithmic` ------------------------------------------------------------------------------- -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Bundles using (Setoid) diff --git a/src/Data/List/Relation/Binary/Permutation/Declarative/Properties.agda b/src/Data/List/Relation/Binary/Permutation/Declarative/Properties.agda index 613633866c..bb848c5937 100644 --- a/src/Data/List/Relation/Binary/Permutation/Declarative/Properties.agda +++ b/src/Data/List/Relation/Binary/Permutation/Declarative/Properties.agda @@ -4,7 +4,7 @@ -- Properties of declarative definition of permutation ------------------------------------------------------------------------------- -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Bundles using (Setoid) diff --git a/src/Data/List/Relation/Binary/Permutation/Homogeneous.agda b/src/Data/List/Relation/Binary/Permutation/Homogeneous.agda index fdb3a36370..b1b3a4df85 100644 --- a/src/Data/List/Relation/Binary/Permutation/Homogeneous.agda +++ b/src/Data/List/Relation/Binary/Permutation/Homogeneous.agda @@ -4,7 +4,7 @@ -- A definition for the permutation relation using setoid equality ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.List.Relation.Binary.Permutation.Homogeneous where diff --git a/src/Data/List/Relation/Binary/Permutation/Propositional.agda b/src/Data/List/Relation/Binary/Permutation/Propositional.agda index 9a1dc781cf..e993a70f05 100644 --- a/src/Data/List/Relation/Binary/Permutation/Propositional.agda +++ b/src/Data/List/Relation/Binary/Permutation/Propositional.agda @@ -4,7 +4,7 @@ -- An inductive definition for the permutation relation ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.List.Relation.Binary.Permutation.Propositional {a} {A : Set a} where diff --git a/src/Data/List/Relation/Binary/Permutation/Propositional/Properties.agda b/src/Data/List/Relation/Binary/Permutation/Propositional/Properties.agda index b4156e4a92..ce0722f0cc 100644 --- a/src/Data/List/Relation/Binary/Permutation/Propositional/Properties.agda +++ b/src/Data/List/Relation/Binary/Permutation/Propositional/Properties.agda @@ -4,7 +4,7 @@ -- Properties of permutation ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.List.Relation.Binary.Permutation.Propositional.Properties where diff --git a/src/Data/List/Relation/Binary/Permutation/Setoid.agda b/src/Data/List/Relation/Binary/Permutation/Setoid.agda index afbd7fb5b3..9e93a7d951 100644 --- a/src/Data/List/Relation/Binary/Permutation/Setoid.agda +++ b/src/Data/List/Relation/Binary/Permutation/Setoid.agda @@ -4,7 +4,7 @@ -- A definition for the permutation relation using setoid equality ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Bundles using (Setoid) diff --git a/src/Data/List/Relation/Binary/Permutation/Setoid/Properties.agda b/src/Data/List/Relation/Binary/Permutation/Setoid/Properties.agda index f795611ab1..9463dec462 100644 --- a/src/Data/List/Relation/Binary/Permutation/Setoid/Properties.agda +++ b/src/Data/List/Relation/Binary/Permutation/Setoid/Properties.agda @@ -4,7 +4,7 @@ -- Properties of permutations using setoid equality ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Core using (Rel; _⇒_; _Preserves_⟶_; _Preserves₂_⟶_⟶_) diff --git a/src/Data/List/Relation/Binary/Permutation/Setoid/Properties/Maybe.agda b/src/Data/List/Relation/Binary/Permutation/Setoid/Properties/Maybe.agda index e453a599bb..8b19bad530 100644 --- a/src/Data/List/Relation/Binary/Permutation/Setoid/Properties/Maybe.agda +++ b/src/Data/List/Relation/Binary/Permutation/Setoid/Properties/Maybe.agda @@ -4,7 +4,7 @@ -- Properties of permutations using setoid equality (on Maybe elements) ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.List.Relation.Binary.Permutation.Setoid.Properties.Maybe where diff --git a/src/Data/List/Relation/Binary/Pointwise.agda b/src/Data/List/Relation/Binary/Pointwise.agda index c2139dadfc..e17b354430 100644 --- a/src/Data/List/Relation/Binary/Pointwise.agda +++ b/src/Data/List/Relation/Binary/Pointwise.agda @@ -4,7 +4,7 @@ -- Pointwise lifting of relations to lists ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.List.Relation.Binary.Pointwise where diff --git a/src/Data/List/Relation/Binary/Pointwise/Base.agda b/src/Data/List/Relation/Binary/Pointwise/Base.agda index 9a7a928742..b0bb17a7e4 100644 --- a/src/Data/List/Relation/Binary/Pointwise/Base.agda +++ b/src/Data/List/Relation/Binary/Pointwise/Base.agda @@ -4,7 +4,7 @@ -- Pointwise lifting of relations to lists ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.List.Relation.Binary.Pointwise.Base where diff --git a/src/Data/List/Relation/Binary/Pointwise/Properties.agda b/src/Data/List/Relation/Binary/Pointwise/Properties.agda index 8bffe52263..be88eb11f6 100644 --- a/src/Data/List/Relation/Binary/Pointwise/Properties.agda +++ b/src/Data/List/Relation/Binary/Pointwise/Properties.agda @@ -4,7 +4,7 @@ -- Properties of pointwise lifting of relations to lists ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.List.Relation.Binary.Pointwise.Properties where diff --git a/src/Data/List/Relation/Binary/Prefix/Heterogeneous.agda b/src/Data/List/Relation/Binary/Prefix/Heterogeneous.agda index 29a2fb5d02..006379bbdf 100644 --- a/src/Data/List/Relation/Binary/Prefix/Heterogeneous.agda +++ b/src/Data/List/Relation/Binary/Prefix/Heterogeneous.agda @@ -4,7 +4,7 @@ -- An inductive definition of the heterogeneous prefix relation ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.List.Relation.Binary.Prefix.Heterogeneous where diff --git a/src/Data/List/Relation/Binary/Prefix/Heterogeneous/Properties.agda b/src/Data/List/Relation/Binary/Prefix/Heterogeneous/Properties.agda index 96b3ce9b23..27f7e26f7f 100644 --- a/src/Data/List/Relation/Binary/Prefix/Heterogeneous/Properties.agda +++ b/src/Data/List/Relation/Binary/Prefix/Heterogeneous/Properties.agda @@ -4,7 +4,7 @@ -- Properties of the heterogeneous prefix relation ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.List.Relation.Binary.Prefix.Heterogeneous.Properties where diff --git a/src/Data/List/Relation/Binary/Prefix/Homogeneous/Properties.agda b/src/Data/List/Relation/Binary/Prefix/Homogeneous/Properties.agda index 6cb7ebd715..3dc5786d32 100644 --- a/src/Data/List/Relation/Binary/Prefix/Homogeneous/Properties.agda +++ b/src/Data/List/Relation/Binary/Prefix/Homogeneous/Properties.agda @@ -4,7 +4,7 @@ -- Properties of the homogeneous prefix relation ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.List.Relation.Binary.Prefix.Homogeneous.Properties where diff --git a/src/Data/List/Relation/Binary/Prefix/Propositional/Properties.agda b/src/Data/List/Relation/Binary/Prefix/Propositional/Properties.agda index da535c4bcd..b9c4068d4d 100644 --- a/src/Data/List/Relation/Binary/Prefix/Propositional/Properties.agda +++ b/src/Data/List/Relation/Binary/Prefix/Propositional/Properties.agda @@ -4,7 +4,7 @@ -- Properties of the propositional prefix relation ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.List.Relation.Binary.Prefix.Propositional.Properties {a} {A : Set a} where diff --git a/src/Data/List/Relation/Binary/Sublist/DecPropositional.agda b/src/Data/List/Relation/Binary/Sublist/DecPropositional.agda index a1df8dfd6e..78205137f6 100644 --- a/src/Data/List/Relation/Binary/Sublist/DecPropositional.agda +++ b/src/Data/List/Relation/Binary/Sublist/DecPropositional.agda @@ -6,7 +6,7 @@ -- Embeddings (OPE). ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Definitions using (DecidableEquality) diff --git a/src/Data/List/Relation/Binary/Sublist/DecPropositional/Solver.agda b/src/Data/List/Relation/Binary/Sublist/DecPropositional/Solver.agda index a68c5a2b2e..9584749ad1 100644 --- a/src/Data/List/Relation/Binary/Sublist/DecPropositional/Solver.agda +++ b/src/Data/List/Relation/Binary/Sublist/DecPropositional/Solver.agda @@ -5,7 +5,7 @@ -- types which enjoy decidable equalities. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Definitions using (DecidableEquality) diff --git a/src/Data/List/Relation/Binary/Sublist/DecSetoid.agda b/src/Data/List/Relation/Binary/Sublist/DecSetoid.agda index a184386034..578c7d581c 100644 --- a/src/Data/List/Relation/Binary/Sublist/DecSetoid.agda +++ b/src/Data/List/Relation/Binary/Sublist/DecSetoid.agda @@ -6,7 +6,7 @@ -- commonly known as Order Preserving Embeddings (OPE). ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Bundles using (DecSetoid; DecPoset) open import Relation.Binary.Structures diff --git a/src/Data/List/Relation/Binary/Sublist/DecSetoid/Solver.agda b/src/Data/List/Relation/Binary/Sublist/DecSetoid/Solver.agda index 7564052444..cd99dda9c5 100644 --- a/src/Data/List/Relation/Binary/Sublist/DecSetoid/Solver.agda +++ b/src/Data/List/Relation/Binary/Sublist/DecSetoid/Solver.agda @@ -4,7 +4,7 @@ -- A solver for proving that one list is a sublist of the other. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Bundles using (DecSetoid) diff --git a/src/Data/List/Relation/Binary/Sublist/Heterogeneous.agda b/src/Data/List/Relation/Binary/Sublist/Heterogeneous.agda index a0fe6b150c..5e3d51298b 100644 --- a/src/Data/List/Relation/Binary/Sublist/Heterogeneous.agda +++ b/src/Data/List/Relation/Binary/Sublist/Heterogeneous.agda @@ -6,7 +6,7 @@ -- Preserving Embeddings (OPE). ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Data.List.Base using (List; []; _∷_; [_]) open import Data.List.Relation.Unary.Any using (Any; here; there) diff --git a/src/Data/List/Relation/Binary/Sublist/Heterogeneous/Core.agda b/src/Data/List/Relation/Binary/Sublist/Heterogeneous/Core.agda index 4ef8ae7793..6f80a796fa 100644 --- a/src/Data/List/Relation/Binary/Sublist/Heterogeneous/Core.agda +++ b/src/Data/List/Relation/Binary/Sublist/Heterogeneous/Core.agda @@ -11,7 +11,7 @@ -- Parameterized data modules (https://github.com/agda/agda/issues/3210) -- may simplify this setup, making this module obsolete. -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Core using (REL) diff --git a/src/Data/List/Relation/Binary/Sublist/Heterogeneous/Properties.agda b/src/Data/List/Relation/Binary/Sublist/Heterogeneous/Properties.agda index af3675fb9c..4cb0765c43 100644 --- a/src/Data/List/Relation/Binary/Sublist/Heterogeneous/Properties.agda +++ b/src/Data/List/Relation/Binary/Sublist/Heterogeneous/Properties.agda @@ -4,7 +4,7 @@ -- Properties of the heterogeneous sublist relation ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.List.Relation.Binary.Sublist.Heterogeneous.Properties where diff --git a/src/Data/List/Relation/Binary/Sublist/Heterogeneous/Solver.agda b/src/Data/List/Relation/Binary/Sublist/Heterogeneous/Solver.agda index 11db87fa52..8695796b2b 100644 --- a/src/Data/List/Relation/Binary/Sublist/Heterogeneous/Solver.agda +++ b/src/Data/List/Relation/Binary/Sublist/Heterogeneous/Solver.agda @@ -4,7 +4,7 @@ -- A solver for proving that one list is a sublist of the other. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Core using (Rel) open import Relation.Binary.Definitions using (Reflexive; Decidable) diff --git a/src/Data/List/Relation/Binary/Sublist/Propositional.agda b/src/Data/List/Relation/Binary/Sublist/Propositional.agda index b423548af2..5ff4cf4047 100644 --- a/src/Data/List/Relation/Binary/Sublist/Propositional.agda +++ b/src/Data/List/Relation/Binary/Sublist/Propositional.agda @@ -5,7 +5,7 @@ -- known as Order Preserving Embeddings (OPE). ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.List.Relation.Binary.Sublist.Propositional {a} {A : Set a} where diff --git a/src/Data/List/Relation/Binary/Sublist/Propositional/Disjoint.agda b/src/Data/List/Relation/Binary/Sublist/Propositional/Disjoint.agda index 97557891a9..891c2f6fd7 100644 --- a/src/Data/List/Relation/Binary/Sublist/Propositional/Disjoint.agda +++ b/src/Data/List/Relation/Binary/Sublist/Propositional/Disjoint.agda @@ -6,7 +6,7 @@ -- instead. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.List.Relation.Binary.Sublist.Propositional.Disjoint {a} {A : Set a} where diff --git a/src/Data/List/Relation/Binary/Sublist/Propositional/Example/UniqueBoundVariables.agda b/src/Data/List/Relation/Binary/Sublist/Propositional/Example/UniqueBoundVariables.agda index 4235daf001..2295870703 100644 --- a/src/Data/List/Relation/Binary/Sublist/Propositional/Example/UniqueBoundVariables.agda +++ b/src/Data/List/Relation/Binary/Sublist/Propositional/Example/UniqueBoundVariables.agda @@ -6,7 +6,7 @@ -- (both bound and free ones). ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.List.Relation.Binary.Sublist.Propositional.Example.UniqueBoundVariables (Base : Set) where diff --git a/src/Data/List/Relation/Binary/Sublist/Propositional/Properties.agda b/src/Data/List/Relation/Binary/Sublist/Propositional/Properties.agda index dbe82f1949..22e72f3f25 100644 --- a/src/Data/List/Relation/Binary/Sublist/Propositional/Properties.agda +++ b/src/Data/List/Relation/Binary/Sublist/Propositional/Properties.agda @@ -4,7 +4,7 @@ -- Sublist-related properties ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.List.Relation.Binary.Sublist.Propositional.Properties where diff --git a/src/Data/List/Relation/Binary/Sublist/Propositional/Slice.agda b/src/Data/List/Relation/Binary/Sublist/Propositional/Slice.agda index cf16aa0f30..ac70bb870e 100644 --- a/src/Data/List/Relation/Binary/Sublist/Propositional/Slice.agda +++ b/src/Data/List/Relation/Binary/Sublist/Propositional/Slice.agda @@ -4,7 +4,7 @@ -- Slices in the propositional sublist category. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.List.Relation.Binary.Sublist.Propositional.Slice {a} {A : Set a} where diff --git a/src/Data/List/Relation/Binary/Sublist/Setoid.agda b/src/Data/List/Relation/Binary/Sublist/Setoid.agda index 2fc0373d67..2ce2c26ab5 100644 --- a/src/Data/List/Relation/Binary/Sublist/Setoid.agda +++ b/src/Data/List/Relation/Binary/Sublist/Setoid.agda @@ -6,7 +6,7 @@ -- Preserving Embeddings (OPE). ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} {-# OPTIONS --postfix-projections #-} open import Relation.Binary.Core using (Rel) diff --git a/src/Data/List/Relation/Binary/Sublist/Setoid/Properties.agda b/src/Data/List/Relation/Binary/Sublist/Setoid/Properties.agda index 3c51d5a55e..2d0d09c097 100644 --- a/src/Data/List/Relation/Binary/Sublist/Setoid/Properties.agda +++ b/src/Data/List/Relation/Binary/Sublist/Setoid/Properties.agda @@ -4,7 +4,7 @@ -- Properties of the setoid sublist relation ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Core using (Rel; _⇒_; _Preserves_⟶_) open import Relation.Binary.Bundles using (Setoid) diff --git a/src/Data/List/Relation/Binary/Subset/DecPropositional.agda b/src/Data/List/Relation/Binary/Subset/DecPropositional.agda index a183d298f3..d767a50e90 100644 --- a/src/Data/List/Relation/Binary/Subset/DecPropositional.agda +++ b/src/Data/List/Relation/Binary/Subset/DecPropositional.agda @@ -4,7 +4,7 @@ -- Decidability of the subset relation over propositional equality. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Definitions using (DecidableEquality) diff --git a/src/Data/List/Relation/Binary/Subset/DecSetoid.agda b/src/Data/List/Relation/Binary/Subset/DecSetoid.agda index 4bb02f5c0b..bcb0f14b64 100644 --- a/src/Data/List/Relation/Binary/Subset/DecSetoid.agda +++ b/src/Data/List/Relation/Binary/Subset/DecSetoid.agda @@ -4,7 +4,7 @@ -- Decidability of the subset relation over setoid equality. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Bundles using (DecSetoid) diff --git a/src/Data/List/Relation/Binary/Subset/Propositional.agda b/src/Data/List/Relation/Binary/Subset/Propositional.agda index c6ecf5e5fa..9b8f3a313a 100644 --- a/src/Data/List/Relation/Binary/Subset/Propositional.agda +++ b/src/Data/List/Relation/Binary/Subset/Propositional.agda @@ -4,7 +4,7 @@ -- The sublist relation over propositional equality. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.List.Relation.Binary.Subset.Propositional {a} {A : Set a} where diff --git a/src/Data/List/Relation/Binary/Subset/Propositional/Properties.agda b/src/Data/List/Relation/Binary/Subset/Propositional/Properties.agda index a0aab051c7..adfcf3d357 100644 --- a/src/Data/List/Relation/Binary/Subset/Propositional/Properties.agda +++ b/src/Data/List/Relation/Binary/Subset/Propositional/Properties.agda @@ -4,7 +4,7 @@ -- Properties of the sublist relation over setoid equality. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.List.Relation.Binary.Subset.Propositional.Properties where diff --git a/src/Data/List/Relation/Binary/Subset/Setoid.agda b/src/Data/List/Relation/Binary/Subset/Setoid.agda index 0968e06332..8e5275fd86 100644 --- a/src/Data/List/Relation/Binary/Subset/Setoid.agda +++ b/src/Data/List/Relation/Binary/Subset/Setoid.agda @@ -4,7 +4,7 @@ -- The extensional sublist relation over setoid equality. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Core using (Rel) open import Relation.Binary.Bundles using (Setoid) diff --git a/src/Data/List/Relation/Binary/Subset/Setoid/Properties.agda b/src/Data/List/Relation/Binary/Subset/Setoid/Properties.agda index 901ee8b942..8fa6b0cb61 100644 --- a/src/Data/List/Relation/Binary/Subset/Setoid/Properties.agda +++ b/src/Data/List/Relation/Binary/Subset/Setoid/Properties.agda @@ -4,7 +4,7 @@ -- Properties of the extensional sublist relation over setoid equality. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.List.Relation.Binary.Subset.Setoid.Properties where diff --git a/src/Data/List/Relation/Binary/Suffix/Heterogeneous.agda b/src/Data/List/Relation/Binary/Suffix/Heterogeneous.agda index f15737ada3..403cf68804 100644 --- a/src/Data/List/Relation/Binary/Suffix/Heterogeneous.agda +++ b/src/Data/List/Relation/Binary/Suffix/Heterogeneous.agda @@ -4,7 +4,7 @@ -- An inductive definition of the heterogeneous suffix relation ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.List.Relation.Binary.Suffix.Heterogeneous where diff --git a/src/Data/List/Relation/Binary/Suffix/Heterogeneous/Properties.agda b/src/Data/List/Relation/Binary/Suffix/Heterogeneous/Properties.agda index 3506d0000b..efa731d788 100644 --- a/src/Data/List/Relation/Binary/Suffix/Heterogeneous/Properties.agda +++ b/src/Data/List/Relation/Binary/Suffix/Heterogeneous/Properties.agda @@ -4,7 +4,7 @@ -- Properties of the heterogeneous suffix relation ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.List.Relation.Binary.Suffix.Heterogeneous.Properties where diff --git a/src/Data/List/Relation/Binary/Suffix/Homogeneous/Properties.agda b/src/Data/List/Relation/Binary/Suffix/Homogeneous/Properties.agda index 0a5298f431..75964a3772 100644 --- a/src/Data/List/Relation/Binary/Suffix/Homogeneous/Properties.agda +++ b/src/Data/List/Relation/Binary/Suffix/Homogeneous/Properties.agda @@ -4,7 +4,7 @@ -- Properties of the homogeneous suffix relation ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.List.Relation.Binary.Suffix.Homogeneous.Properties where diff --git a/src/Data/List/Relation/Binary/Suffix/Propositional/Properties.agda b/src/Data/List/Relation/Binary/Suffix/Propositional/Properties.agda index 8a366adcea..938d04db3f 100644 --- a/src/Data/List/Relation/Binary/Suffix/Propositional/Properties.agda +++ b/src/Data/List/Relation/Binary/Suffix/Propositional/Properties.agda @@ -4,7 +4,7 @@ -- Properties of the propositional suffix relation ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.List.Relation.Binary.Suffix.Propositional.Properties {a} {A : Set a} where diff --git a/src/Data/List/Relation/Ternary/Appending.agda b/src/Data/List/Relation/Ternary/Appending.agda index 1a2bab30e1..1d825773e1 100644 --- a/src/Data/List/Relation/Ternary/Appending.agda +++ b/src/Data/List/Relation/Ternary/Appending.agda @@ -4,7 +4,7 @@ -- Generalised view of appending two lists into one. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.List.Relation.Ternary.Appending {a b c} {A : Set a} {B : Set b} {C : Set c} where diff --git a/src/Data/List/Relation/Ternary/Appending/Properties.agda b/src/Data/List/Relation/Ternary/Appending/Properties.agda index 9ab5089f08..6f0285e824 100644 --- a/src/Data/List/Relation/Ternary/Appending/Properties.agda +++ b/src/Data/List/Relation/Ternary/Appending/Properties.agda @@ -4,7 +4,7 @@ -- Properties of the generalised view of appending two lists ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.List.Relation.Ternary.Appending.Properties where diff --git a/src/Data/List/Relation/Ternary/Appending/Propositional.agda b/src/Data/List/Relation/Ternary/Appending/Propositional.agda index 1d1ad63509..42e24c4165 100644 --- a/src/Data/List/Relation/Ternary/Appending/Propositional.agda +++ b/src/Data/List/Relation/Ternary/Appending/Propositional.agda @@ -4,7 +4,7 @@ -- Appending of lists using propositional equality ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.List.Relation.Ternary.Appending.Propositional {a} {A : Set a} diff --git a/src/Data/List/Relation/Ternary/Appending/Propositional/Properties.agda b/src/Data/List/Relation/Ternary/Appending/Propositional/Properties.agda index 46cf757ed0..e38d0bc8ed 100644 --- a/src/Data/List/Relation/Ternary/Appending/Propositional/Properties.agda +++ b/src/Data/List/Relation/Ternary/Appending/Propositional/Properties.agda @@ -4,7 +4,7 @@ -- Properties of list appending ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.List.Relation.Ternary.Appending.Propositional.Properties {a} {A : Set a} where diff --git a/src/Data/List/Relation/Ternary/Appending/Setoid.agda b/src/Data/List/Relation/Ternary/Appending/Setoid.agda index 0460f9ea21..eee45384a9 100644 --- a/src/Data/List/Relation/Ternary/Appending/Setoid.agda +++ b/src/Data/List/Relation/Ternary/Appending/Setoid.agda @@ -4,7 +4,7 @@ -- Appending of lists using setoid equality ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Bundles using (Setoid) diff --git a/src/Data/List/Relation/Ternary/Appending/Setoid/Properties.agda b/src/Data/List/Relation/Ternary/Appending/Setoid/Properties.agda index b4d2a97d90..ad34d4fded 100644 --- a/src/Data/List/Relation/Ternary/Appending/Setoid/Properties.agda +++ b/src/Data/List/Relation/Ternary/Appending/Setoid/Properties.agda @@ -4,7 +4,7 @@ -- Properties of list appending ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Bundles using (Setoid) diff --git a/src/Data/List/Relation/Ternary/Interleaving.agda b/src/Data/List/Relation/Ternary/Interleaving.agda index 38ecbf5579..d16deaec98 100644 --- a/src/Data/List/Relation/Ternary/Interleaving.agda +++ b/src/Data/List/Relation/Ternary/Interleaving.agda @@ -5,7 +5,7 @@ -- order-preserving manner ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.List.Relation.Ternary.Interleaving where diff --git a/src/Data/List/Relation/Ternary/Interleaving/Properties.agda b/src/Data/List/Relation/Ternary/Interleaving/Properties.agda index 5317d5a7c5..238a2c6368 100644 --- a/src/Data/List/Relation/Ternary/Interleaving/Properties.agda +++ b/src/Data/List/Relation/Ternary/Interleaving/Properties.agda @@ -4,7 +4,7 @@ -- Properties of general interleavings ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.List.Relation.Ternary.Interleaving.Properties where diff --git a/src/Data/List/Relation/Ternary/Interleaving/Propositional.agda b/src/Data/List/Relation/Ternary/Interleaving/Propositional.agda index 55515cd447..e3dc8eff2c 100644 --- a/src/Data/List/Relation/Ternary/Interleaving/Propositional.agda +++ b/src/Data/List/Relation/Ternary/Interleaving/Propositional.agda @@ -4,7 +4,7 @@ -- Interleavings of lists using propositional equality ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.List.Relation.Ternary.Interleaving.Propositional {a} {A : Set a} where diff --git a/src/Data/List/Relation/Ternary/Interleaving/Propositional/Properties.agda b/src/Data/List/Relation/Ternary/Interleaving/Propositional/Properties.agda index c4253a7253..12d695a4bb 100644 --- a/src/Data/List/Relation/Ternary/Interleaving/Propositional/Properties.agda +++ b/src/Data/List/Relation/Ternary/Interleaving/Propositional/Properties.agda @@ -4,7 +4,7 @@ -- Properties of interleaving using propositional equality ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.List.Relation.Ternary.Interleaving.Propositional.Properties {a} {A : Set a} where diff --git a/src/Data/List/Relation/Ternary/Interleaving/Setoid.agda b/src/Data/List/Relation/Ternary/Interleaving/Setoid.agda index b245df5da7..9de256c2d8 100644 --- a/src/Data/List/Relation/Ternary/Interleaving/Setoid.agda +++ b/src/Data/List/Relation/Ternary/Interleaving/Setoid.agda @@ -4,7 +4,7 @@ -- Interleavings of lists using setoid equality ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Bundles using (Setoid) diff --git a/src/Data/List/Relation/Ternary/Interleaving/Setoid/Properties.agda b/src/Data/List/Relation/Ternary/Interleaving/Setoid/Properties.agda index 936bca38b4..ccd4af4eab 100644 --- a/src/Data/List/Relation/Ternary/Interleaving/Setoid/Properties.agda +++ b/src/Data/List/Relation/Ternary/Interleaving/Setoid/Properties.agda @@ -4,7 +4,7 @@ -- Properties of interleaving using setoid equality ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Bundles using (Setoid) diff --git a/src/Data/List/Relation/Unary/All.agda b/src/Data/List/Relation/Unary/All.agda index 7e964a149c..b29002d1c2 100644 --- a/src/Data/List/Relation/Unary/All.agda +++ b/src/Data/List/Relation/Unary/All.agda @@ -4,7 +4,7 @@ -- Lists where all elements satisfy a given property ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.List.Relation.Unary.All where diff --git a/src/Data/List/Relation/Unary/All/Properties.agda b/src/Data/List/Relation/Unary/All/Properties.agda index 4c39438b31..820860fb4a 100644 --- a/src/Data/List/Relation/Unary/All/Properties.agda +++ b/src/Data/List/Relation/Unary/All/Properties.agda @@ -4,7 +4,7 @@ -- Properties related to All ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.List.Relation.Unary.All.Properties where diff --git a/src/Data/List/Relation/Unary/All/Properties/Core.agda b/src/Data/List/Relation/Unary/All/Properties/Core.agda index 758ede3110..1c727c27b8 100644 --- a/src/Data/List/Relation/Unary/All/Properties/Core.agda +++ b/src/Data/List/Relation/Unary/All/Properties/Core.agda @@ -4,7 +4,7 @@ -- Properties related to All ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.List.Relation.Unary.All.Properties.Core where diff --git a/src/Data/List/Relation/Unary/AllPairs.agda b/src/Data/List/Relation/Unary/AllPairs.agda index 3fe65f7c3f..6d8f5965b1 100644 --- a/src/Data/List/Relation/Unary/AllPairs.agda +++ b/src/Data/List/Relation/Unary/AllPairs.agda @@ -4,7 +4,7 @@ -- Lists where every pair of elements are related (symmetrically) ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Core using (Rel; _⇒_) diff --git a/src/Data/List/Relation/Unary/AllPairs/Core.agda b/src/Data/List/Relation/Unary/AllPairs/Core.agda index 899d2d76fd..1958a2688b 100644 --- a/src/Data/List/Relation/Unary/AllPairs/Core.agda +++ b/src/Data/List/Relation/Unary/AllPairs/Core.agda @@ -10,7 +10,7 @@ -- This module should be removable if and when Agda issue -- https://github.com/agda/agda/issues/3210 is fixed -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Core using (Rel) diff --git a/src/Data/List/Relation/Unary/AllPairs/Properties.agda b/src/Data/List/Relation/Unary/AllPairs/Properties.agda index e0a6e46dd0..4838b7ee4e 100644 --- a/src/Data/List/Relation/Unary/AllPairs/Properties.agda +++ b/src/Data/List/Relation/Unary/AllPairs/Properties.agda @@ -4,7 +4,7 @@ -- Properties related to AllPairs ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.List.Relation.Unary.AllPairs.Properties where diff --git a/src/Data/List/Relation/Unary/Any.agda b/src/Data/List/Relation/Unary/Any.agda index f5500a5261..8148ced7bc 100644 --- a/src/Data/List/Relation/Unary/Any.agda +++ b/src/Data/List/Relation/Unary/Any.agda @@ -4,7 +4,7 @@ -- Lists where at least one element satisfies a given property ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.List.Relation.Unary.Any where diff --git a/src/Data/List/Relation/Unary/Any/Properties.agda b/src/Data/List/Relation/Unary/Any/Properties.agda index f9b139dfdb..08aad7cb3c 100644 --- a/src/Data/List/Relation/Unary/Any/Properties.agda +++ b/src/Data/List/Relation/Unary/Any/Properties.agda @@ -4,7 +4,7 @@ -- Properties related to Any ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.List.Relation.Unary.Any.Properties where diff --git a/src/Data/List/Relation/Unary/Enumerates/Setoid.agda b/src/Data/List/Relation/Unary/Enumerates/Setoid.agda index 8da8806ce1..b75ae4bd74 100644 --- a/src/Data/List/Relation/Unary/Enumerates/Setoid.agda +++ b/src/Data/List/Relation/Unary/Enumerates/Setoid.agda @@ -4,7 +4,7 @@ -- Lists which contain every element of a given type ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Data.List.Base using (List) open import Level diff --git a/src/Data/List/Relation/Unary/Enumerates/Setoid/Properties.agda b/src/Data/List/Relation/Unary/Enumerates/Setoid/Properties.agda index b91e409d90..1eea69b55b 100644 --- a/src/Data/List/Relation/Unary/Enumerates/Setoid/Properties.agda +++ b/src/Data/List/Relation/Unary/Enumerates/Setoid/Properties.agda @@ -4,7 +4,7 @@ -- Properties of lists which contain every element of a given type ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.List.Relation.Unary.Enumerates.Setoid.Properties where diff --git a/src/Data/List/Relation/Unary/First.agda b/src/Data/List/Relation/Unary/First.agda index ee0311d527..937868ac9d 100644 --- a/src/Data/List/Relation/Unary/First.agda +++ b/src/Data/List/Relation/Unary/First.agda @@ -5,7 +5,7 @@ -- satisfy a predicate. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.List.Relation.Unary.First {a} {A : Set a} where diff --git a/src/Data/List/Relation/Unary/First/Properties.agda b/src/Data/List/Relation/Unary/First/Properties.agda index e80d0d2b68..1796964f32 100644 --- a/src/Data/List/Relation/Unary/First/Properties.agda +++ b/src/Data/List/Relation/Unary/First/Properties.agda @@ -4,7 +4,7 @@ -- Properties of First ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.List.Relation.Unary.First.Properties where diff --git a/src/Data/List/Relation/Unary/Grouped.agda b/src/Data/List/Relation/Unary/Grouped.agda index 8ee0d50f0c..887b0cb2d0 100644 --- a/src/Data/List/Relation/Unary/Grouped.agda +++ b/src/Data/List/Relation/Unary/Grouped.agda @@ -4,7 +4,7 @@ -- Property that elements are grouped ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.List.Relation.Unary.Grouped where diff --git a/src/Data/List/Relation/Unary/Grouped/Properties.agda b/src/Data/List/Relation/Unary/Grouped/Properties.agda index b0e4e42a4d..e6d8b293b3 100644 --- a/src/Data/List/Relation/Unary/Grouped/Properties.agda +++ b/src/Data/List/Relation/Unary/Grouped/Properties.agda @@ -4,7 +4,7 @@ -- Property related to Grouped ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.List.Relation.Unary.Grouped.Properties where diff --git a/src/Data/List/Relation/Unary/Linked.agda b/src/Data/List/Relation/Unary/Linked.agda index 24ec966af4..7129615dc2 100644 --- a/src/Data/List/Relation/Unary/Linked.agda +++ b/src/Data/List/Relation/Unary/Linked.agda @@ -4,7 +4,7 @@ -- Lists where every consecutative pair of elements is related. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.List.Relation.Unary.Linked {a} {A : Set a} where diff --git a/src/Data/List/Relation/Unary/Linked/Properties.agda b/src/Data/List/Relation/Unary/Linked/Properties.agda index 563448730c..74d834fbca 100644 --- a/src/Data/List/Relation/Unary/Linked/Properties.agda +++ b/src/Data/List/Relation/Unary/Linked/Properties.agda @@ -4,7 +4,7 @@ -- Properties related to Linked ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.List.Relation.Unary.Linked.Properties where diff --git a/src/Data/List/Relation/Unary/Sorted/TotalOrder.agda b/src/Data/List/Relation/Unary/Sorted/TotalOrder.agda index cfdf8bf275..844776bc98 100644 --- a/src/Data/List/Relation/Unary/Sorted/TotalOrder.agda +++ b/src/Data/List/Relation/Unary/Sorted/TotalOrder.agda @@ -4,7 +4,7 @@ -- Sorted lists ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Bundles using (TotalOrder) diff --git a/src/Data/List/Relation/Unary/Sorted/TotalOrder/Properties.agda b/src/Data/List/Relation/Unary/Sorted/TotalOrder/Properties.agda index 4a5de6106b..043249f724 100644 --- a/src/Data/List/Relation/Unary/Sorted/TotalOrder/Properties.agda +++ b/src/Data/List/Relation/Unary/Sorted/TotalOrder/Properties.agda @@ -4,7 +4,7 @@ -- Sorted lists ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.List.Relation.Unary.Sorted.TotalOrder.Properties where diff --git a/src/Data/List/Relation/Unary/Sufficient.agda b/src/Data/List/Relation/Unary/Sufficient.agda index 35d63add25..53f7654cfc 100644 --- a/src/Data/List/Relation/Unary/Sufficient.agda +++ b/src/Data/List/Relation/Unary/Sufficient.agda @@ -12,7 +12,7 @@ -- Credited by Conor McBride as originally due to James McKinna ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.List.Relation.Unary.Sufficient where diff --git a/src/Data/List/Relation/Unary/Unique/DecPropositional.agda b/src/Data/List/Relation/Unary/Unique/DecPropositional.agda index f2e3692103..d63cb5d948 100644 --- a/src/Data/List/Relation/Unary/Unique/DecPropositional.agda +++ b/src/Data/List/Relation/Unary/Unique/DecPropositional.agda @@ -4,7 +4,7 @@ -- Lists made up entirely of unique elements (setoid equality) ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Bundles using (DecSetoid) open import Relation.Binary.Definitions using (DecidableEquality) diff --git a/src/Data/List/Relation/Unary/Unique/DecPropositional/Properties.agda b/src/Data/List/Relation/Unary/Unique/DecPropositional/Properties.agda index 44039ab152..0bdce10bb2 100644 --- a/src/Data/List/Relation/Unary/Unique/DecPropositional/Properties.agda +++ b/src/Data/List/Relation/Unary/Unique/DecPropositional/Properties.agda @@ -4,7 +4,7 @@ -- Properties of lists made up entirely of decidably unique elements ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Definitions using (DecidableEquality) diff --git a/src/Data/List/Relation/Unary/Unique/DecSetoid.agda b/src/Data/List/Relation/Unary/Unique/DecSetoid.agda index bddc7b2727..6d41316cb5 100644 --- a/src/Data/List/Relation/Unary/Unique/DecSetoid.agda +++ b/src/Data/List/Relation/Unary/Unique/DecSetoid.agda @@ -4,7 +4,7 @@ -- Lists made up entirely of unique elements (setoid equality) ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Bundles using (DecSetoid) import Data.List.Relation.Unary.AllPairs as AllPairs diff --git a/src/Data/List/Relation/Unary/Unique/DecSetoid/Properties.agda b/src/Data/List/Relation/Unary/Unique/DecSetoid/Properties.agda index 73d42b7b8a..8086811ac4 100644 --- a/src/Data/List/Relation/Unary/Unique/DecSetoid/Properties.agda +++ b/src/Data/List/Relation/Unary/Unique/DecSetoid/Properties.agda @@ -4,7 +4,7 @@ -- Properties of lists made up entirely of decidably unique elements ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Data.List.Base using ([]; _∷_; deduplicate) import Data.List.Relation.Unary.Unique.DecSetoid as Unique diff --git a/src/Data/List/Relation/Unary/Unique/Propositional.agda b/src/Data/List/Relation/Unary/Unique/Propositional.agda index 2fc10ca752..7c0ba6fcdd 100644 --- a/src/Data/List/Relation/Unary/Unique/Propositional.agda +++ b/src/Data/List/Relation/Unary/Unique/Propositional.agda @@ -4,7 +4,7 @@ -- Lists made up entirely of unique elements (propositional equality) ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.List.Relation.Unary.Unique.Propositional {a} {A : Set a} where diff --git a/src/Data/List/Relation/Unary/Unique/Propositional/Properties.agda b/src/Data/List/Relation/Unary/Unique/Propositional/Properties.agda index 991192c3e2..eb482de7ce 100644 --- a/src/Data/List/Relation/Unary/Unique/Propositional/Properties.agda +++ b/src/Data/List/Relation/Unary/Unique/Propositional/Properties.agda @@ -4,7 +4,7 @@ -- Properties of unique lists (setoid equality) ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.List.Relation.Unary.Unique.Propositional.Properties where diff --git a/src/Data/List/Relation/Unary/Unique/Setoid.agda b/src/Data/List/Relation/Unary/Unique/Setoid.agda index abad6b3e02..e5c4e6cd59 100644 --- a/src/Data/List/Relation/Unary/Unique/Setoid.agda +++ b/src/Data/List/Relation/Unary/Unique/Setoid.agda @@ -4,7 +4,7 @@ -- Lists made up entirely of unique elements (setoid equality) ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Bundles using (Setoid) diff --git a/src/Data/List/Relation/Unary/Unique/Setoid/Properties.agda b/src/Data/List/Relation/Unary/Unique/Setoid/Properties.agda index 616247b696..b22d7729a7 100644 --- a/src/Data/List/Relation/Unary/Unique/Setoid/Properties.agda +++ b/src/Data/List/Relation/Unary/Unique/Setoid/Properties.agda @@ -4,7 +4,7 @@ -- Properties of unique lists (setoid equality) ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.List.Relation.Unary.Unique.Setoid.Properties where diff --git a/src/Data/List/Reverse.agda b/src/Data/List/Reverse.agda index a197142c3f..85cef0127a 100644 --- a/src/Data/List/Reverse.agda +++ b/src/Data/List/Reverse.agda @@ -4,7 +4,7 @@ -- Reverse view ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.List.Reverse where diff --git a/src/Data/List/Scans/Base.agda b/src/Data/List/Scans/Base.agda index 73e7d794ad..9050d3ed07 100644 --- a/src/Data/List/Scans/Base.agda +++ b/src/Data/List/Scans/Base.agda @@ -4,7 +4,7 @@ -- List scans: definitions ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.List.Scans.Base where diff --git a/src/Data/List/Scans/Properties.agda b/src/Data/List/Scans/Properties.agda index 61210d7e8e..c593e6824c 100644 --- a/src/Data/List/Scans/Properties.agda +++ b/src/Data/List/Scans/Properties.agda @@ -4,7 +4,7 @@ -- List scans: properties ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.List.Scans.Properties where diff --git a/src/Data/List/Show.agda b/src/Data/List/Show.agda index 116bd82061..6c1c5f7af3 100644 --- a/src/Data/List/Show.agda +++ b/src/Data/List/Show.agda @@ -4,7 +4,7 @@ -- Showing lists ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.List.Show where diff --git a/src/Data/List/Solver.agda b/src/Data/List/Solver.agda index f97011c8bb..585d35688f 100644 --- a/src/Data/List/Solver.agda +++ b/src/Data/List/Solver.agda @@ -4,7 +4,7 @@ -- This module is DEPRECATED. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} -- Disabled to prevent warnings from deprecated monoid solver {-# OPTIONS --warning=noUserWarning #-} diff --git a/src/Data/List/Sort.agda b/src/Data/List/Sort.agda index affa9de739..a4fc8cc300 100644 --- a/src/Data/List/Sort.agda +++ b/src/Data/List/Sort.agda @@ -7,7 +7,7 @@ -- See `Data.List.Relation.Unary.Sorted` for the property of a list -- being sorted. -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Bundles using (DecTotalOrder) diff --git a/src/Data/List/Sort/Base.agda b/src/Data/List/Sort/Base.agda index 1c0438207e..55fdd706f3 100644 --- a/src/Data/List/Sort/Base.agda +++ b/src/Data/List/Sort/Base.agda @@ -4,7 +4,7 @@ -- The core definition of a sorting algorithm ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Bundles using (TotalOrder) diff --git a/src/Data/List/Sort/InsertionSort.agda b/src/Data/List/Sort/InsertionSort.agda index 29c3795d5b..a48c0c2956 100644 --- a/src/Data/List/Sort/InsertionSort.agda +++ b/src/Data/List/Sort/InsertionSort.agda @@ -4,7 +4,7 @@ -- An implementation of insertion sort and its properties ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Bundles using (DecTotalOrder) diff --git a/src/Data/List/Sort/InsertionSort/Base.agda b/src/Data/List/Sort/InsertionSort/Base.agda index e153beda08..90db581484 100644 --- a/src/Data/List/Sort/InsertionSort/Base.agda +++ b/src/Data/List/Sort/InsertionSort/Base.agda @@ -4,7 +4,7 @@ -- An implementation of insertion sort ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Bundles using (DecTotalOrder) diff --git a/src/Data/List/Sort/InsertionSort/Properties.agda b/src/Data/List/Sort/InsertionSort/Properties.agda index dc8c146344..e0d2a1fb97 100644 --- a/src/Data/List/Sort/InsertionSort/Properties.agda +++ b/src/Data/List/Sort/InsertionSort/Properties.agda @@ -4,7 +4,7 @@ -- Properties of insertion sort ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Bundles using (DecTotalOrder) diff --git a/src/Data/List/Sort/MergeSort.agda b/src/Data/List/Sort/MergeSort.agda index f3c1f64d6d..69dada799c 100644 --- a/src/Data/List/Sort/MergeSort.agda +++ b/src/Data/List/Sort/MergeSort.agda @@ -8,7 +8,7 @@ -- import and use the sorting algorithm from `Data.List.Sort` instead -- of this file. -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Bundles using (DecTotalOrder) diff --git a/src/Data/List/Sort/MergeSort/Base.agda b/src/Data/List/Sort/MergeSort/Base.agda index c81695fc1f..b4c3ebb620 100644 --- a/src/Data/List/Sort/MergeSort/Base.agda +++ b/src/Data/List/Sort/MergeSort/Base.agda @@ -8,7 +8,7 @@ -- import and use the sorting algorithm from `Data.List.Sort` instead -- of this file. -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Bundles using (DecTotalOrder) diff --git a/src/Data/List/Sort/MergeSort/Properties.agda b/src/Data/List/Sort/MergeSort/Properties.agda index c94e5b7eb0..a8e1fcd301 100644 --- a/src/Data/List/Sort/MergeSort/Properties.agda +++ b/src/Data/List/Sort/MergeSort/Properties.agda @@ -8,7 +8,7 @@ -- import and use the sorting algorithm from `Data.List.Sort` instead -- of this file. -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Bundles using (DecTotalOrder) diff --git a/src/Data/List/Zipper.agda b/src/Data/List/Zipper.agda index feee75d17b..aa1c5e7eb4 100644 --- a/src/Data/List/Zipper.agda +++ b/src/Data/List/Zipper.agda @@ -4,7 +4,7 @@ -- List Zippers, basic types and operations ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.List.Zipper where diff --git a/src/Data/List/Zipper/Properties.agda b/src/Data/List/Zipper/Properties.agda index 04a2f8a1e8..bae9f4a308 100644 --- a/src/Data/List/Zipper/Properties.agda +++ b/src/Data/List/Zipper/Properties.agda @@ -4,7 +4,7 @@ -- List Zipper-related properties ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.List.Zipper.Properties where diff --git a/src/Data/Maybe.agda b/src/Data/Maybe.agda index d3f78a7d78..eaf256db90 100644 --- a/src/Data/Maybe.agda +++ b/src/Data/Maybe.agda @@ -4,7 +4,7 @@ -- The Maybe type ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Maybe where diff --git a/src/Data/Maybe/Base.agda b/src/Data/Maybe/Base.agda index 447280b9dd..80c6a5a6dc 100644 --- a/src/Data/Maybe/Base.agda +++ b/src/Data/Maybe/Base.agda @@ -6,7 +6,7 @@ -- The definitions in this file are reexported by Data.Maybe. -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Maybe.Base where diff --git a/src/Data/Maybe/Categorical.agda b/src/Data/Maybe/Categorical.agda index e6ec7a7a2c..b27138d810 100644 --- a/src/Data/Maybe/Categorical.agda +++ b/src/Data/Maybe/Categorical.agda @@ -5,7 +5,7 @@ -- `Data.Maybe.Effectful` instead. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Maybe.Categorical where diff --git a/src/Data/Maybe/Categorical/Transformer.agda b/src/Data/Maybe/Categorical/Transformer.agda index aca111a00a..242f83e3e4 100644 --- a/src/Data/Maybe/Categorical/Transformer.agda +++ b/src/Data/Maybe/Categorical/Transformer.agda @@ -5,7 +5,7 @@ -- `Data.Maybe.Effectful.Transformer` instead. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Maybe.Categorical.Transformer where diff --git a/src/Data/Maybe/Effectful.agda b/src/Data/Maybe/Effectful.agda index 4eb979e8ab..b44c59048a 100644 --- a/src/Data/Maybe/Effectful.agda +++ b/src/Data/Maybe/Effectful.agda @@ -4,7 +4,7 @@ -- An effectful view of Maybe ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Maybe.Effectful where diff --git a/src/Data/Maybe/Effectful/Transformer.agda b/src/Data/Maybe/Effectful/Transformer.agda index 332822ffa2..0e8d6126b5 100644 --- a/src/Data/Maybe/Effectful/Transformer.agda +++ b/src/Data/Maybe/Effectful/Transformer.agda @@ -4,7 +4,7 @@ -- An effectful view of Maybe ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Maybe.Effectful.Transformer where diff --git a/src/Data/Maybe/Instances.agda b/src/Data/Maybe/Instances.agda index 5bfe5f01fa..7f5a404517 100644 --- a/src/Data/Maybe/Instances.agda +++ b/src/Data/Maybe/Instances.agda @@ -4,7 +4,7 @@ -- Typeclass instances for Maybe ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Maybe.Instances where diff --git a/src/Data/Maybe/Properties.agda b/src/Data/Maybe/Properties.agda index 479e08856a..18aa0046cb 100644 --- a/src/Data/Maybe/Properties.agda +++ b/src/Data/Maybe/Properties.agda @@ -4,7 +4,7 @@ -- Maybe-related properties ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Maybe.Properties where diff --git a/src/Data/Maybe/Relation/Binary/Connected.agda b/src/Data/Maybe/Relation/Binary/Connected.agda index 84a43ad5fe..b811b3a4e0 100644 --- a/src/Data/Maybe/Relation/Binary/Connected.agda +++ b/src/Data/Maybe/Relation/Binary/Connected.agda @@ -4,7 +4,7 @@ -- Lifting a relation such that `nothing` is also related to `just` ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Maybe.Relation.Binary.Connected where diff --git a/src/Data/Maybe/Relation/Binary/Pointwise.agda b/src/Data/Maybe/Relation/Binary/Pointwise.agda index cb42bf5114..1e646c3946 100644 --- a/src/Data/Maybe/Relation/Binary/Pointwise.agda +++ b/src/Data/Maybe/Relation/Binary/Pointwise.agda @@ -4,7 +4,7 @@ -- Pointwise lifting of relations to maybes ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Maybe.Relation.Binary.Pointwise where diff --git a/src/Data/Maybe/Relation/Unary/All.agda b/src/Data/Maybe/Relation/Unary/All.agda index 5de099a169..9201de6927 100644 --- a/src/Data/Maybe/Relation/Unary/All.agda +++ b/src/Data/Maybe/Relation/Unary/All.agda @@ -4,7 +4,7 @@ -- Maybes where all the elements satisfy a given property ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Maybe.Relation.Unary.All where diff --git a/src/Data/Maybe/Relation/Unary/All/Properties.agda b/src/Data/Maybe/Relation/Unary/All/Properties.agda index 60b1460974..3e92fb6668 100644 --- a/src/Data/Maybe/Relation/Unary/All/Properties.agda +++ b/src/Data/Maybe/Relation/Unary/All/Properties.agda @@ -4,7 +4,7 @@ -- Properties related to All ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Maybe.Relation.Unary.All.Properties where diff --git a/src/Data/Maybe/Relation/Unary/Any.agda b/src/Data/Maybe/Relation/Unary/Any.agda index b35d033588..283e162eb9 100644 --- a/src/Data/Maybe/Relation/Unary/Any.agda +++ b/src/Data/Maybe/Relation/Unary/Any.agda @@ -4,7 +4,7 @@ -- Maybes where one of the elements satisfies a given property ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Maybe.Relation.Unary.Any where diff --git a/src/Data/Nat.agda b/src/Data/Nat.agda index 8811565c11..fb5657c1a5 100644 --- a/src/Data/Nat.agda +++ b/src/Data/Nat.agda @@ -7,7 +7,7 @@ -- See README.Data.Nat for examples of how to use and reason about -- naturals. -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Nat where diff --git a/src/Data/Nat/Base.agda b/src/Data/Nat/Base.agda index 113e0b3495..db4ba3d25c 100644 --- a/src/Data/Nat/Base.agda +++ b/src/Data/Nat/Base.agda @@ -7,7 +7,7 @@ -- See README.Data.Nat for examples of how to use and reason about -- naturals. -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Nat.Base where diff --git a/src/Data/Nat/Binary.agda b/src/Data/Nat/Binary.agda index df05fae208..019f3b8130 100644 --- a/src/Data/Nat/Binary.agda +++ b/src/Data/Nat/Binary.agda @@ -4,7 +4,7 @@ -- Natural numbers represented in binary natively in Agda. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Nat.Binary where diff --git a/src/Data/Nat/Binary/Base.agda b/src/Data/Nat/Binary/Base.agda index f5313fc5fc..d2555314ef 100644 --- a/src/Data/Nat/Binary/Base.agda +++ b/src/Data/Nat/Binary/Base.agda @@ -8,7 +8,7 @@ -- still reasonably computationally efficient without having to use -- built-in functions. -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Nat.Binary.Base where diff --git a/src/Data/Nat/Binary/Induction.agda b/src/Data/Nat/Binary/Induction.agda index d7cd5f018e..15a04be6b8 100644 --- a/src/Data/Nat/Binary/Induction.agda +++ b/src/Data/Nat/Binary/Induction.agda @@ -4,7 +4,7 @@ -- Induction over _<_ for ℕᵇ. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Nat.Binary.Induction where diff --git a/src/Data/Nat/Binary/Instances.agda b/src/Data/Nat/Binary/Instances.agda index 9ef0ef6373..b481517287 100644 --- a/src/Data/Nat/Binary/Instances.agda +++ b/src/Data/Nat/Binary/Instances.agda @@ -4,7 +4,7 @@ -- Instances for binary natural numbers ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Nat.Binary.Instances where diff --git a/src/Data/Nat/Binary/Properties.agda b/src/Data/Nat/Binary/Properties.agda index 6c2298d88a..91e086f77d 100644 --- a/src/Data/Nat/Binary/Properties.agda +++ b/src/Data/Nat/Binary/Properties.agda @@ -4,7 +4,7 @@ -- Basic properties of ℕᵇ ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Nat.Binary.Properties where diff --git a/src/Data/Nat/Binary/Subtraction.agda b/src/Data/Nat/Binary/Subtraction.agda index 92da531bfd..3508f64522 100644 --- a/src/Data/Nat/Binary/Subtraction.agda +++ b/src/Data/Nat/Binary/Subtraction.agda @@ -4,7 +4,7 @@ -- Subtraction on Bin and some of its properties. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Nat.Binary.Subtraction where diff --git a/src/Data/Nat/Combinatorics.agda b/src/Data/Nat/Combinatorics.agda index ce3977fbdb..c0f39caac7 100644 --- a/src/Data/Nat/Combinatorics.agda +++ b/src/Data/Nat/Combinatorics.agda @@ -4,7 +4,7 @@ -- Combinatorial operations ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Nat.Combinatorics where diff --git a/src/Data/Nat/Combinatorics/Base.agda b/src/Data/Nat/Combinatorics/Base.agda index 149665c801..2fe93c99f1 100644 --- a/src/Data/Nat/Combinatorics/Base.agda +++ b/src/Data/Nat/Combinatorics/Base.agda @@ -4,7 +4,7 @@ -- Combinatorics operations ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Nat.Combinatorics.Base where diff --git a/src/Data/Nat/Combinatorics/Specification.agda b/src/Data/Nat/Combinatorics/Specification.agda index 9f61a5e452..3bd315b3db 100644 --- a/src/Data/Nat/Combinatorics/Specification.agda +++ b/src/Data/Nat/Combinatorics/Specification.agda @@ -6,7 +6,7 @@ -- This module should not be imported directly! Please use -- `Data.Nat.Combinatorics` instead. -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Nat.Combinatorics.Specification where diff --git a/src/Data/Nat/Coprimality.agda b/src/Data/Nat/Coprimality.agda index 52946ffeff..51245a7dff 100644 --- a/src/Data/Nat/Coprimality.agda +++ b/src/Data/Nat/Coprimality.agda @@ -4,7 +4,7 @@ -- Coprimality ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Nat.Coprimality where diff --git a/src/Data/Nat/DivMod.agda b/src/Data/Nat/DivMod.agda index 86bc8d3168..c1952f9955 100644 --- a/src/Data/Nat/DivMod.agda +++ b/src/Data/Nat/DivMod.agda @@ -4,7 +4,7 @@ -- Natural number division ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Nat.DivMod where diff --git a/src/Data/Nat/DivMod/Core.agda b/src/Data/Nat/DivMod/Core.agda index 7e627f4bfa..472f3037b8 100644 --- a/src/Data/Nat/DivMod/Core.agda +++ b/src/Data/Nat/DivMod/Core.agda @@ -4,7 +4,7 @@ -- Core lemmas for division and modulus operations ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Nat.DivMod.Core where diff --git a/src/Data/Nat/Divisibility.agda b/src/Data/Nat/Divisibility.agda index cba883efab..668882c78f 100644 --- a/src/Data/Nat/Divisibility.agda +++ b/src/Data/Nat/Divisibility.agda @@ -4,7 +4,7 @@ -- Divisibility ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Nat.Divisibility where diff --git a/src/Data/Nat/Divisibility/Core.agda b/src/Data/Nat/Divisibility/Core.agda index 999dfa34d7..9c31bdb3b9 100644 --- a/src/Data/Nat/Divisibility/Core.agda +++ b/src/Data/Nat/Divisibility/Core.agda @@ -8,7 +8,7 @@ -- `Data.Nat.Divisibility` to avoid a dependency cycle with -- `Data.Nat.DivMod`. -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Nat.Divisibility.Core where diff --git a/src/Data/Nat/GCD.agda b/src/Data/Nat/GCD.agda index 66df3cc615..8ae54a72ad 100644 --- a/src/Data/Nat/GCD.agda +++ b/src/Data/Nat/GCD.agda @@ -4,7 +4,7 @@ -- Greatest common divisor ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Nat.GCD where diff --git a/src/Data/Nat/GCD/Lemmas.agda b/src/Data/Nat/GCD/Lemmas.agda index 4be95806fd..ccb2a3ea69 100644 --- a/src/Data/Nat/GCD/Lemmas.agda +++ b/src/Data/Nat/GCD/Lemmas.agda @@ -4,7 +4,7 @@ -- Boring lemmas used in Data.Nat.GCD and Data.Nat.Coprimality ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Nat.GCD.Lemmas where diff --git a/src/Data/Nat/GeneralisedArithmetic.agda b/src/Data/Nat/GeneralisedArithmetic.agda index ee896876fe..41f2673da9 100644 --- a/src/Data/Nat/GeneralisedArithmetic.agda +++ b/src/Data/Nat/GeneralisedArithmetic.agda @@ -4,7 +4,7 @@ -- A generalisation of the arithmetic operations ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Nat.GeneralisedArithmetic where diff --git a/src/Data/Nat/Induction.agda b/src/Data/Nat/Induction.agda index 0eae6c4afa..4c634f8236 100644 --- a/src/Data/Nat/Induction.agda +++ b/src/Data/Nat/Induction.agda @@ -4,7 +4,7 @@ -- Various forms of induction for natural numbers ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Nat.Induction where diff --git a/src/Data/Nat/InfinitelyOften.agda b/src/Data/Nat/InfinitelyOften.agda index b7550218a7..fc0bc70041 100644 --- a/src/Data/Nat/InfinitelyOften.agda +++ b/src/Data/Nat/InfinitelyOften.agda @@ -4,7 +4,7 @@ -- Definition of and lemmas related to "true infinitely often" ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Nat.InfinitelyOften where diff --git a/src/Data/Nat/Instances.agda b/src/Data/Nat/Instances.agda index 9c886a19b0..a3f3c1ebb0 100644 --- a/src/Data/Nat/Instances.agda +++ b/src/Data/Nat/Instances.agda @@ -4,7 +4,7 @@ -- Instances for natural numbers ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Nat.Instances where diff --git a/src/Data/Nat/LCM.agda b/src/Data/Nat/LCM.agda index 2fea05b106..d892038c56 100644 --- a/src/Data/Nat/LCM.agda +++ b/src/Data/Nat/LCM.agda @@ -4,7 +4,7 @@ -- Least common multiple ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Nat.LCM where diff --git a/src/Data/Nat/ListAction.agda b/src/Data/Nat/ListAction.agda index 2d80e84a10..3b95a137eb 100644 --- a/src/Data/Nat/ListAction.agda +++ b/src/Data/Nat/ListAction.agda @@ -7,7 +7,7 @@ -- ahead of a more thorough breaking set of changes. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Nat.ListAction where diff --git a/src/Data/Nat/ListAction/Properties.agda b/src/Data/Nat/ListAction/Properties.agda index 4405fa9862..90c644c7fb 100644 --- a/src/Data/Nat/ListAction/Properties.agda +++ b/src/Data/Nat/ListAction/Properties.agda @@ -7,7 +7,7 @@ -- ahead of a more thorough breaking set of changes. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Nat.ListAction.Properties where diff --git a/src/Data/Nat/Literals.agda b/src/Data/Nat/Literals.agda index 22a53dedeb..b537aaaf34 100644 --- a/src/Data/Nat/Literals.agda +++ b/src/Data/Nat/Literals.agda @@ -4,7 +4,7 @@ -- Natural Literals ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Nat.Literals where diff --git a/src/Data/Nat/Logarithm.agda b/src/Data/Nat/Logarithm.agda index 29b3b04a17..3c2621eb8c 100644 --- a/src/Data/Nat/Logarithm.agda +++ b/src/Data/Nat/Logarithm.agda @@ -4,7 +4,7 @@ -- Logarithm base 2 and respective properties ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Nat.Logarithm where diff --git a/src/Data/Nat/Logarithm/Core.agda b/src/Data/Nat/Logarithm/Core.agda index cd2e71a19b..ec757b3d6f 100644 --- a/src/Data/Nat/Logarithm/Core.agda +++ b/src/Data/Nat/Logarithm/Core.agda @@ -4,7 +4,7 @@ -- Logarithm base 2 core definitions and properties ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Nat.Logarithm.Core where diff --git a/src/Data/Nat/Primality.agda b/src/Data/Nat/Primality.agda index 88c36f0d5c..d31a644a94 100644 --- a/src/Data/Nat/Primality.agda +++ b/src/Data/Nat/Primality.agda @@ -4,7 +4,7 @@ -- Primality ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Nat.Primality where diff --git a/src/Data/Nat/Primality/Factorisation.agda b/src/Data/Nat/Primality/Factorisation.agda index efd798e5d2..c4481a2165 100644 --- a/src/Data/Nat/Primality/Factorisation.agda +++ b/src/Data/Nat/Primality/Factorisation.agda @@ -4,7 +4,7 @@ -- Prime factorisation of natural numbers and its properties ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Nat.Primality.Factorisation where diff --git a/src/Data/Nat/Properties.agda b/src/Data/Nat/Properties.agda index 0fe5b9dba9..c4bb6650c0 100644 --- a/src/Data/Nat/Properties.agda +++ b/src/Data/Nat/Properties.agda @@ -7,7 +7,7 @@ -- See README.Data.Nat for some examples showing how this module can be -- used. -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Nat.Properties where diff --git a/src/Data/Nat/Properties/Core.agda b/src/Data/Nat/Properties/Core.agda index 66bfdaa32b..3f44417a99 100644 --- a/src/Data/Nat/Properties/Core.agda +++ b/src/Data/Nat/Properties/Core.agda @@ -6,7 +6,7 @@ -- ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Nat.Properties.Core where diff --git a/src/Data/Nat/PseudoRandom/LCG.agda b/src/Data/Nat/PseudoRandom/LCG.agda index 17b8dc7db8..b71e2d79e2 100644 --- a/src/Data/Nat/PseudoRandom/LCG.agda +++ b/src/Data/Nat/PseudoRandom/LCG.agda @@ -5,7 +5,7 @@ -- /!\ NB: LCGs must not be used for cryptographic applications ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Nat.PseudoRandom.LCG where diff --git a/src/Data/Nat/PseudoRandom/LCG/Unsafe.agda b/src/Data/Nat/PseudoRandom/LCG/Unsafe.agda index 129996db55..3acc58684a 100644 --- a/src/Data/Nat/PseudoRandom/LCG/Unsafe.agda +++ b/src/Data/Nat/PseudoRandom/LCG/Unsafe.agda @@ -6,7 +6,7 @@ -- /!\ NB: LCGs must not be used for cryptographic applications ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --sized-types #-} +{-# OPTIONS --without-K --sized-types #-} open import Codata.Sized.Stream using (Stream; iterate) open import Data.Nat.PseudoRandom.LCG using (Generator; step) diff --git a/src/Data/Nat/Reflection.agda b/src/Data/Nat/Reflection.agda index f67ae472fb..5028bf7d6e 100644 --- a/src/Data/Nat/Reflection.agda +++ b/src/Data/Nat/Reflection.agda @@ -4,7 +4,7 @@ -- Reflection utilities for ℕ ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Nat.Reflection where diff --git a/src/Data/Nat/Show.agda b/src/Data/Nat/Show.agda index 02ca41b0e5..1eb4e83b66 100644 --- a/src/Data/Nat/Show.agda +++ b/src/Data/Nat/Show.agda @@ -4,7 +4,7 @@ -- Showing natural numbers ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Nat.Show where diff --git a/src/Data/Nat/Show/Properties.agda b/src/Data/Nat/Show/Properties.agda index d679b8d37c..44f4e3e628 100644 --- a/src/Data/Nat/Show/Properties.agda +++ b/src/Data/Nat/Show/Properties.agda @@ -4,7 +4,7 @@ -- Properties of showing natural numbers ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Data.Digit.Properties using (toDigits-injective; showDigit-injective) import Data.List.Properties as Listₚ diff --git a/src/Data/Nat/Solver.agda b/src/Data/Nat/Solver.agda index efd14902b4..b70a65821f 100644 --- a/src/Data/Nat/Solver.agda +++ b/src/Data/Nat/Solver.agda @@ -6,7 +6,7 @@ -- See README.Data.Nat for examples of how to use this solver -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Nat.Solver where diff --git a/src/Data/Nat/Tactic/RingSolver.agda b/src/Data/Nat/Tactic/RingSolver.agda index 734b8aea62..e54dbca3ac 100644 --- a/src/Data/Nat/Tactic/RingSolver.agda +++ b/src/Data/Nat/Tactic/RingSolver.agda @@ -6,7 +6,7 @@ -- See README.Tactic.RingSolver for examples of how to use this solver -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Nat.Tactic.RingSolver where diff --git a/src/Data/Parity.agda b/src/Data/Parity.agda index 7976cd8752..7d2681bb88 100644 --- a/src/Data/Parity.agda +++ b/src/Data/Parity.agda @@ -4,7 +4,7 @@ -- Parity ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Parity where diff --git a/src/Data/Parity/Base.agda b/src/Data/Parity/Base.agda index 0ac22a9c7a..d8498bc1e4 100644 --- a/src/Data/Parity/Base.agda +++ b/src/Data/Parity/Base.agda @@ -4,7 +4,7 @@ -- Parity ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Parity.Base where diff --git a/src/Data/Parity/Instances.agda b/src/Data/Parity/Instances.agda index b08229589a..e1eb632490 100644 --- a/src/Data/Parity/Instances.agda +++ b/src/Data/Parity/Instances.agda @@ -4,7 +4,7 @@ -- Instances for parities ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Parity.Instances where diff --git a/src/Data/Parity/Properties.agda b/src/Data/Parity/Properties.agda index 180b706cda..17b1b07cf1 100644 --- a/src/Data/Parity/Properties.agda +++ b/src/Data/Parity/Properties.agda @@ -4,7 +4,7 @@ -- Some properties about parities ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Parity.Properties where diff --git a/src/Data/Product.agda b/src/Data/Product.agda index d0f6db0cde..9e032765c4 100644 --- a/src/Data/Product.agda +++ b/src/Data/Product.agda @@ -4,7 +4,7 @@ -- Products ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Product where diff --git a/src/Data/Product/Algebra.agda b/src/Data/Product/Algebra.agda index 5c4022c5e8..e6838c3abb 100644 --- a/src/Data/Product/Algebra.agda +++ b/src/Data/Product/Algebra.agda @@ -4,7 +4,7 @@ -- Algebraic properties of products ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Product.Algebra where diff --git a/src/Data/Product/Base.agda b/src/Data/Product/Base.agda index a1d91cde86..23c34c48f8 100644 --- a/src/Data/Product/Base.agda +++ b/src/Data/Product/Base.agda @@ -4,7 +4,7 @@ -- Products ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Product.Base where diff --git a/src/Data/Product/Categorical/Examples.agda b/src/Data/Product/Categorical/Examples.agda index e832d67b19..cf9815871f 100644 --- a/src/Data/Product/Categorical/Examples.agda +++ b/src/Data/Product/Categorical/Examples.agda @@ -5,7 +5,7 @@ -- `Data.Product.Categorical.Examples` instead. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Product.Categorical.Examples where diff --git a/src/Data/Product/Categorical/Left.agda b/src/Data/Product/Categorical/Left.agda index de68a8575e..a047a7bfd5 100644 --- a/src/Data/Product/Categorical/Left.agda +++ b/src/Data/Product/Categorical/Left.agda @@ -5,7 +5,7 @@ -- `Data.Product.Categorical.Left` instead. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Product.Categorical.Left where diff --git a/src/Data/Product/Categorical/Left/Base.agda b/src/Data/Product/Categorical/Left/Base.agda index ffa7fed34c..328b7273c8 100644 --- a/src/Data/Product/Categorical/Left/Base.agda +++ b/src/Data/Product/Categorical/Left/Base.agda @@ -5,7 +5,7 @@ -- `Data.Product.Categorical.Left.Base` instead. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Product.Categorical.Left.Base where diff --git a/src/Data/Product/Categorical/Right.agda b/src/Data/Product/Categorical/Right.agda index bdd34822e3..272ae07e26 100644 --- a/src/Data/Product/Categorical/Right.agda +++ b/src/Data/Product/Categorical/Right.agda @@ -5,7 +5,7 @@ -- `Data.Product.Categorical.Right` instead. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Product.Categorical.Right where diff --git a/src/Data/Product/Categorical/Right/Base.agda b/src/Data/Product/Categorical/Right/Base.agda index 556009642a..3a477b9454 100644 --- a/src/Data/Product/Categorical/Right/Base.agda +++ b/src/Data/Product/Categorical/Right/Base.agda @@ -5,7 +5,7 @@ -- `Data.Product.Categorical.Right.Base` instead. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Product.Categorical.Right.Base where diff --git a/src/Data/Product/Effectful/Examples.agda b/src/Data/Product/Effectful/Examples.agda index f9f25fa389..f7fbfa3df6 100644 --- a/src/Data/Product/Effectful/Examples.agda +++ b/src/Data/Product/Effectful/Examples.agda @@ -4,7 +4,7 @@ -- Universe-sensitive functor and monad instances for the Product type. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Algebra diff --git a/src/Data/Product/Effectful/Left.agda b/src/Data/Product/Effectful/Left.agda index 4ca5fe94eb..9329647cb6 100644 --- a/src/Data/Product/Effectful/Left.agda +++ b/src/Data/Product/Effectful/Left.agda @@ -10,7 +10,7 @@ -- done. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Algebra open import Level diff --git a/src/Data/Product/Effectful/Left/Base.agda b/src/Data/Product/Effectful/Left/Base.agda index e3f7edef69..17be07c88b 100644 --- a/src/Data/Product/Effectful/Left/Base.agda +++ b/src/Data/Product/Effectful/Left/Base.agda @@ -10,7 +10,7 @@ -- done. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Level diff --git a/src/Data/Product/Effectful/Right.agda b/src/Data/Product/Effectful/Right.agda index 4188020168..f8f8aa8678 100644 --- a/src/Data/Product/Effectful/Right.agda +++ b/src/Data/Product/Effectful/Right.agda @@ -10,7 +10,7 @@ -- done. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Algebra open import Level diff --git a/src/Data/Product/Effectful/Right/Base.agda b/src/Data/Product/Effectful/Right/Base.agda index 556483f66f..6ea7bfe0a3 100644 --- a/src/Data/Product/Effectful/Right/Base.agda +++ b/src/Data/Product/Effectful/Right/Base.agda @@ -10,7 +10,7 @@ -- done. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Level diff --git a/src/Data/Product/Function/Dependent/Propositional.agda b/src/Data/Product/Function/Dependent/Propositional.agda index 70eaa97cf2..9a01b2ed53 100644 --- a/src/Data/Product/Function/Dependent/Propositional.agda +++ b/src/Data/Product/Function/Dependent/Propositional.agda @@ -5,7 +5,7 @@ -- preserving functions ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Product.Function.Dependent.Propositional where diff --git a/src/Data/Product/Function/Dependent/Setoid.agda b/src/Data/Product/Function/Dependent/Setoid.agda index 205f928d8f..757c0c1479 100644 --- a/src/Data/Product/Function/Dependent/Setoid.agda +++ b/src/Data/Product/Function/Dependent/Setoid.agda @@ -7,7 +7,7 @@ -- NOTE: the first component of the equality is propositional equality. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Product.Function.Dependent.Setoid where diff --git a/src/Data/Product/Function/NonDependent/Propositional.agda b/src/Data/Product/Function/NonDependent/Propositional.agda index 1552564ed0..4872d33a86 100644 --- a/src/Data/Product/Function/NonDependent/Propositional.agda +++ b/src/Data/Product/Function/NonDependent/Propositional.agda @@ -5,7 +5,7 @@ -- preserving functions ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Product.Function.NonDependent.Propositional where diff --git a/src/Data/Product/Function/NonDependent/Setoid.agda b/src/Data/Product/Function/NonDependent/Setoid.agda index 861b960c36..808ec61c65 100644 --- a/src/Data/Product/Function/NonDependent/Setoid.agda +++ b/src/Data/Product/Function/NonDependent/Setoid.agda @@ -5,7 +5,7 @@ -- functions ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Product.Function.NonDependent.Setoid where diff --git a/src/Data/Product/Instances.agda b/src/Data/Product/Instances.agda index 63e931d182..1311b60d12 100644 --- a/src/Data/Product/Instances.agda +++ b/src/Data/Product/Instances.agda @@ -4,7 +4,7 @@ -- Typeclass instances for products ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Product.Instances where diff --git a/src/Data/Product/Nary/NonDependent.agda b/src/Data/Product/Nary/NonDependent.agda index 8ef83ed18a..aefbb36c70 100644 --- a/src/Data/Product/Nary/NonDependent.agda +++ b/src/Data/Product/Nary/NonDependent.agda @@ -4,7 +4,7 @@ -- Nondependent heterogeneous N-ary products ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Product.Nary.NonDependent where diff --git a/src/Data/Product/Properties.agda b/src/Data/Product/Properties.agda index 789ee5a07f..a2d428b2dc 100644 --- a/src/Data/Product/Properties.agda +++ b/src/Data/Product/Properties.agda @@ -4,7 +4,7 @@ -- Properties of products ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Product.Properties where diff --git a/src/Data/Product/Properties/Dependent.agda b/src/Data/Product/Properties/Dependent.agda index 122b4e3f12..aa4bb3b2e2 100644 --- a/src/Data/Product/Properties/Dependent.agda +++ b/src/Data/Product/Properties/Dependent.agda @@ -4,7 +4,7 @@ -- Properties of 'very dependent' map / zipWith over products ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Product.Properties.Dependent where diff --git a/src/Data/Product/Relation/Binary/Lex/NonStrict.agda b/src/Data/Product/Relation/Binary/Lex/NonStrict.agda index 599a7d011c..3a1b91fb51 100644 --- a/src/Data/Product/Relation/Binary/Lex/NonStrict.agda +++ b/src/Data/Product/Relation/Binary/Lex/NonStrict.agda @@ -7,7 +7,7 @@ -- The definition of lexicographic product used here is suitable if -- the left-hand relation is a (non-strict) partial order. -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Product.Relation.Binary.Lex.NonStrict where diff --git a/src/Data/Product/Relation/Binary/Lex/Strict.agda b/src/Data/Product/Relation/Binary/Lex/Strict.agda index 7ccc8357f4..f4a4061c29 100644 --- a/src/Data/Product/Relation/Binary/Lex/Strict.agda +++ b/src/Data/Product/Relation/Binary/Lex/Strict.agda @@ -7,7 +7,7 @@ -- The definition of lexicographic product used here is suitable if -- the left-hand relation is a strict partial order. -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Product.Relation.Binary.Lex.Strict where diff --git a/src/Data/Product/Relation/Binary/Pointwise/Dependent.agda b/src/Data/Product/Relation/Binary/Pointwise/Dependent.agda index e4bb322b09..30c710e513 100644 --- a/src/Data/Product/Relation/Binary/Pointwise/Dependent.agda +++ b/src/Data/Product/Relation/Binary/Pointwise/Dependent.agda @@ -4,7 +4,7 @@ -- Pointwise lifting of binary relations to sigma types ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Product.Relation.Binary.Pointwise.Dependent where diff --git a/src/Data/Product/Relation/Binary/Pointwise/NonDependent.agda b/src/Data/Product/Relation/Binary/Pointwise/NonDependent.agda index 20a1d5ce01..643844990d 100644 --- a/src/Data/Product/Relation/Binary/Pointwise/NonDependent.agda +++ b/src/Data/Product/Relation/Binary/Pointwise/NonDependent.agda @@ -4,7 +4,7 @@ -- Pointwise products of binary relations ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Product.Relation.Binary.Pointwise.NonDependent where diff --git a/src/Data/Product/Relation/Unary/All.agda b/src/Data/Product/Relation/Unary/All.agda index 1257de57c2..c7092fffb5 100644 --- a/src/Data/Product/Relation/Unary/All.agda +++ b/src/Data/Product/Relation/Unary/All.agda @@ -4,7 +4,7 @@ -- Lifting of two predicates ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Product.Relation.Unary.All where diff --git a/src/Data/Rational.agda b/src/Data/Rational.agda index 2345466dcb..827fe055c1 100644 --- a/src/Data/Rational.agda +++ b/src/Data/Rational.agda @@ -4,7 +4,7 @@ -- Rational numbers ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Rational where diff --git a/src/Data/Rational/Base.agda b/src/Data/Rational/Base.agda index 20c02c9ed4..82f0946b58 100644 --- a/src/Data/Rational/Base.agda +++ b/src/Data/Rational/Base.agda @@ -4,7 +4,7 @@ -- Rational numbers ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Rational.Base where diff --git a/src/Data/Rational/Instances.agda b/src/Data/Rational/Instances.agda index 90bfe7f498..4dedab2bec 100644 --- a/src/Data/Rational/Instances.agda +++ b/src/Data/Rational/Instances.agda @@ -4,7 +4,7 @@ -- Instances for rational numbers ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Rational.Instances where diff --git a/src/Data/Rational/Literals.agda b/src/Data/Rational/Literals.agda index 4162468058..5df2bae391 100644 --- a/src/Data/Rational/Literals.agda +++ b/src/Data/Rational/Literals.agda @@ -4,7 +4,7 @@ -- Rational Literals ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Rational.Literals where diff --git a/src/Data/Rational/Properties.agda b/src/Data/Rational/Properties.agda index 519caf712b..915009addc 100644 --- a/src/Data/Rational/Properties.agda +++ b/src/Data/Rational/Properties.agda @@ -4,7 +4,7 @@ -- Properties of Rational numbers ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} {-# OPTIONS --warning=noUserWarning #-} -- for +-rawMonoid, *-rawMonoid (issue #1865, #1844, #1755) module Data.Rational.Properties where diff --git a/src/Data/Rational/Show.agda b/src/Data/Rational/Show.agda index 73d75e0431..7db48a996c 100644 --- a/src/Data/Rational/Show.agda +++ b/src/Data/Rational/Show.agda @@ -4,7 +4,7 @@ -- Showing rational numbers ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Rational.Show where diff --git a/src/Data/Rational/Solver.agda b/src/Data/Rational/Solver.agda index 3298efd560..4afbdbcd65 100644 --- a/src/Data/Rational/Solver.agda +++ b/src/Data/Rational/Solver.agda @@ -4,7 +4,7 @@ -- Automatic solvers for equations over rationals ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Rational.Solver where diff --git a/src/Data/Rational/Tactic/RingSolver.agda b/src/Data/Rational/Tactic/RingSolver.agda index bb207ffc97..4049377ffd 100644 --- a/src/Data/Rational/Tactic/RingSolver.agda +++ b/src/Data/Rational/Tactic/RingSolver.agda @@ -6,7 +6,7 @@ -- See README.Tactic.RingSolver for examples of how to use this solver -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Rational.Tactic.RingSolver where diff --git a/src/Data/Rational/Unnormalised.agda b/src/Data/Rational/Unnormalised.agda index 21ddd358ed..f2826d7d25 100644 --- a/src/Data/Rational/Unnormalised.agda +++ b/src/Data/Rational/Unnormalised.agda @@ -4,7 +4,7 @@ -- Rational numbers in non-reduced form. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Rational.Unnormalised where diff --git a/src/Data/Rational/Unnormalised/Base.agda b/src/Data/Rational/Unnormalised/Base.agda index c63e60715a..15985c7fc0 100644 --- a/src/Data/Rational/Unnormalised/Base.agda +++ b/src/Data/Rational/Unnormalised/Base.agda @@ -4,7 +4,7 @@ -- Rational numbers in non-reduced form. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Rational.Unnormalised.Base where diff --git a/src/Data/Rational/Unnormalised/Properties.agda b/src/Data/Rational/Unnormalised/Properties.agda index d510e9df71..7a427aeba9 100644 --- a/src/Data/Rational/Unnormalised/Properties.agda +++ b/src/Data/Rational/Unnormalised/Properties.agda @@ -4,7 +4,7 @@ -- Properties of unnormalized Rational numbers ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} {-# OPTIONS --warning=noUserWarning #-} -- for +-rawMonoid, *-rawMonoid (issue #1865, #1844, #1755) module Data.Rational.Unnormalised.Properties where diff --git a/src/Data/Rational/Unnormalised/Show.agda b/src/Data/Rational/Unnormalised/Show.agda index 1cde6f6a01..ed9ac2aa8e 100644 --- a/src/Data/Rational/Unnormalised/Show.agda +++ b/src/Data/Rational/Unnormalised/Show.agda @@ -4,7 +4,7 @@ -- Showing unnormalised rational numbers ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Rational.Unnormalised.Show where diff --git a/src/Data/Rational/Unnormalised/Solver.agda b/src/Data/Rational/Unnormalised/Solver.agda index e77010bc70..e01365d832 100644 --- a/src/Data/Rational/Unnormalised/Solver.agda +++ b/src/Data/Rational/Unnormalised/Solver.agda @@ -4,7 +4,7 @@ -- Automatic solvers for equations over rationals ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Rational.Unnormalised.Solver where diff --git a/src/Data/Rational/Unnormalised/Tactic/RingSolver.agda b/src/Data/Rational/Unnormalised/Tactic/RingSolver.agda index ccc9d93615..c7e64295f5 100644 --- a/src/Data/Rational/Unnormalised/Tactic/RingSolver.agda +++ b/src/Data/Rational/Unnormalised/Tactic/RingSolver.agda @@ -6,7 +6,7 @@ -- See README.Tactic.RingSolver for examples of how to use this solver -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Rational.Unnormalised.Tactic.RingSolver where diff --git a/src/Data/Record.agda b/src/Data/Record.agda index 709ce69a67..f18359b1ce 100644 --- a/src/Data/Record.agda +++ b/src/Data/Record.agda @@ -7,7 +7,7 @@ -- For an example of how this module can be used, see README.Record. -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Data.Bool.Base using (true; false; if_then_else_) open import Data.Empty using (⊥) diff --git a/src/Data/Refinement.agda b/src/Data/Refinement.agda index 4fc812677e..9039cfea52 100644 --- a/src/Data/Refinement.agda +++ b/src/Data/Refinement.agda @@ -4,7 +4,7 @@ -- Refinement type: a value together with a proof irrelevant witness. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Refinement where diff --git a/src/Data/Refinement/Base.agda b/src/Data/Refinement/Base.agda index d69dfb07d8..2d847b7aeb 100644 --- a/src/Data/Refinement/Base.agda +++ b/src/Data/Refinement/Base.agda @@ -4,7 +4,7 @@ -- Refinement type: a value together with a proof irrelevant witness. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Refinement.Base where diff --git a/src/Data/Refinement/Properties.agda b/src/Data/Refinement/Properties.agda index 4dff634964..31e2b62dae 100644 --- a/src/Data/Refinement/Properties.agda +++ b/src/Data/Refinement/Properties.agda @@ -4,7 +4,7 @@ -- Properties of refinement types ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Refinement.Properties where diff --git a/src/Data/Refinement/Relation/Unary/All.agda b/src/Data/Refinement/Relation/Unary/All.agda index c958211a8a..8cec3a6415 100644 --- a/src/Data/Refinement/Relation/Unary/All.agda +++ b/src/Data/Refinement/Relation/Unary/All.agda @@ -4,7 +4,7 @@ -- Predicate lifting for refinement types ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Refinement.Relation.Unary.All where diff --git a/src/Data/Sign.agda b/src/Data/Sign.agda index 804bc4c0b6..81dbe4b295 100644 --- a/src/Data/Sign.agda +++ b/src/Data/Sign.agda @@ -4,7 +4,7 @@ -- Signs ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Sign where diff --git a/src/Data/Sign/Base.agda b/src/Data/Sign/Base.agda index 1b96d955bd..131e77bdd2 100644 --- a/src/Data/Sign/Base.agda +++ b/src/Data/Sign/Base.agda @@ -4,7 +4,7 @@ -- Signs ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Sign.Base where diff --git a/src/Data/Sign/Instances.agda b/src/Data/Sign/Instances.agda index ed72b6f1c3..55ef080b8c 100644 --- a/src/Data/Sign/Instances.agda +++ b/src/Data/Sign/Instances.agda @@ -4,7 +4,7 @@ -- Instances for signs ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Sign.Instances where diff --git a/src/Data/Sign/Properties.agda b/src/Data/Sign/Properties.agda index 4d66eb399b..8c815573fe 100644 --- a/src/Data/Sign/Properties.agda +++ b/src/Data/Sign/Properties.agda @@ -4,7 +4,7 @@ -- Some properties about signs ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Sign.Properties where diff --git a/src/Data/Sign/Show.agda b/src/Data/Sign/Show.agda index 6b50112819..10679bd42d 100644 --- a/src/Data/Sign/Show.agda +++ b/src/Data/Sign/Show.agda @@ -4,7 +4,7 @@ -- Showing signs ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Sign.Show where diff --git a/src/Data/Star/List.agda b/src/Data/Star/List.agda index bcc9870375..6249e7b950 100644 --- a/src/Data/Star/List.agda +++ b/src/Data/Star/List.agda @@ -4,7 +4,7 @@ -- Lists defined in terms of the reflexive-transitive closure, Star ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Star.List where diff --git a/src/Data/Star/Nat.agda b/src/Data/Star/Nat.agda index d31d8b83e8..af509074cc 100644 --- a/src/Data/Star/Nat.agda +++ b/src/Data/Star/Nat.agda @@ -4,7 +4,7 @@ -- Natural numbers defined using the reflexive-transitive closure, Star ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Star.Nat where diff --git a/src/Data/String.agda b/src/Data/String.agda index 98b01b3b5f..8c254f2cd8 100644 --- a/src/Data/String.agda +++ b/src/Data/String.agda @@ -4,7 +4,7 @@ -- Strings ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.String where diff --git a/src/Data/String/Base.agda b/src/Data/String/Base.agda index 43ff59c732..9b3a2dad3f 100644 --- a/src/Data/String/Base.agda +++ b/src/Data/String/Base.agda @@ -4,7 +4,7 @@ -- Strings: builtin type and basic operations ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.String.Base where diff --git a/src/Data/String/Instances.agda b/src/Data/String/Instances.agda index 5a4b8b70ba..aae70d5d8a 100644 --- a/src/Data/String/Instances.agda +++ b/src/Data/String/Instances.agda @@ -4,7 +4,7 @@ -- Instances for strings ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.String.Instances where diff --git a/src/Data/String/Literals.agda b/src/Data/String/Literals.agda index f376958da9..c2a1b57624 100644 --- a/src/Data/String/Literals.agda +++ b/src/Data/String/Literals.agda @@ -4,7 +4,7 @@ -- String Literals ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.String.Literals where diff --git a/src/Data/String/Properties.agda b/src/Data/String/Properties.agda index 2728f47934..c7cca5d79d 100644 --- a/src/Data/String/Properties.agda +++ b/src/Data/String/Properties.agda @@ -4,7 +4,7 @@ -- Properties of operations on strings ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.String.Properties where diff --git a/src/Data/Sum.agda b/src/Data/Sum.agda index 41e46fa8ae..4ba0e8723d 100644 --- a/src/Data/Sum.agda +++ b/src/Data/Sum.agda @@ -4,7 +4,7 @@ -- Sums (disjoint unions) ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Sum where diff --git a/src/Data/Sum/Algebra.agda b/src/Data/Sum/Algebra.agda index d18d27a03d..4734cc9324 100644 --- a/src/Data/Sum/Algebra.agda +++ b/src/Data/Sum/Algebra.agda @@ -4,7 +4,7 @@ -- Algebraic properties of sums (disjoint unions) ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Sum.Algebra where diff --git a/src/Data/Sum/Base.agda b/src/Data/Sum/Base.agda index fcd1795e02..1f2565b36a 100644 --- a/src/Data/Sum/Base.agda +++ b/src/Data/Sum/Base.agda @@ -4,7 +4,7 @@ -- Sums (disjoint unions) ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Sum.Base where diff --git a/src/Data/Sum/Categorical/Examples.agda b/src/Data/Sum/Categorical/Examples.agda index 5a74842598..f7cee8d917 100644 --- a/src/Data/Sum/Categorical/Examples.agda +++ b/src/Data/Sum/Categorical/Examples.agda @@ -5,7 +5,7 @@ -- `Data.Sum.Categorical.Examples` instead. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Sum.Categorical.Examples where diff --git a/src/Data/Sum/Categorical/Left.agda b/src/Data/Sum/Categorical/Left.agda index b1a26c995d..5deaacd01a 100644 --- a/src/Data/Sum/Categorical/Left.agda +++ b/src/Data/Sum/Categorical/Left.agda @@ -5,7 +5,7 @@ -- `Data.Sum.Categorical.Left` instead. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Sum.Categorical.Left where diff --git a/src/Data/Sum/Categorical/Left/Transformer.agda b/src/Data/Sum/Categorical/Left/Transformer.agda index de39522246..b3e20bc02d 100644 --- a/src/Data/Sum/Categorical/Left/Transformer.agda +++ b/src/Data/Sum/Categorical/Left/Transformer.agda @@ -5,7 +5,7 @@ -- `Data.Sum.Categorical.Left.Transformer` instead. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Sum.Categorical.Left.Transformer where diff --git a/src/Data/Sum/Categorical/Right.agda b/src/Data/Sum/Categorical/Right.agda index 724d6a5b3a..5afdd363ae 100644 --- a/src/Data/Sum/Categorical/Right.agda +++ b/src/Data/Sum/Categorical/Right.agda @@ -5,7 +5,7 @@ -- `Data.Sum.Categorical.Right` instead. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Sum.Categorical.Right where diff --git a/src/Data/Sum/Categorical/Right/Transformer.agda b/src/Data/Sum/Categorical/Right/Transformer.agda index 52fbb16f11..21dcd78fff 100644 --- a/src/Data/Sum/Categorical/Right/Transformer.agda +++ b/src/Data/Sum/Categorical/Right/Transformer.agda @@ -5,7 +5,7 @@ -- `Data.Sum.Categorical.Right.Transformer` instead. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Sum.Categorical.Right.Transformer where diff --git a/src/Data/Sum/Effectful/Examples.agda b/src/Data/Sum/Effectful/Examples.agda index 0ba831aae0..ad03ed7856 100644 --- a/src/Data/Sum/Effectful/Examples.agda +++ b/src/Data/Sum/Effectful/Examples.agda @@ -4,7 +4,7 @@ -- Usage examples of the effectful view of the Sum type ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Sum.Effectful.Examples where diff --git a/src/Data/Sum/Effectful/Left.agda b/src/Data/Sum/Effectful/Left.agda index 103cbba05c..1e6eae489e 100644 --- a/src/Data/Sum/Effectful/Left.agda +++ b/src/Data/Sum/Effectful/Left.agda @@ -4,7 +4,7 @@ -- An effectful view of the Sum type (Left-biased) ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Level diff --git a/src/Data/Sum/Effectful/Left/Transformer.agda b/src/Data/Sum/Effectful/Left/Transformer.agda index 76f9b2fd86..0d7c9a2ce2 100644 --- a/src/Data/Sum/Effectful/Left/Transformer.agda +++ b/src/Data/Sum/Effectful/Left/Transformer.agda @@ -4,7 +4,7 @@ -- An effectful view of the Sum type (Left-biased) ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Level diff --git a/src/Data/Sum/Effectful/Right.agda b/src/Data/Sum/Effectful/Right.agda index 32859830b2..06bf5c0d9f 100644 --- a/src/Data/Sum/Effectful/Right.agda +++ b/src/Data/Sum/Effectful/Right.agda @@ -4,7 +4,7 @@ -- An effectful view of the Sum type (Right-biased) ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Level diff --git a/src/Data/Sum/Effectful/Right/Transformer.agda b/src/Data/Sum/Effectful/Right/Transformer.agda index 576d6fb379..ccebffd0c6 100644 --- a/src/Data/Sum/Effectful/Right/Transformer.agda +++ b/src/Data/Sum/Effectful/Right/Transformer.agda @@ -4,7 +4,7 @@ -- An effectful view of the Sum type (Right-biased) ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Level diff --git a/src/Data/Sum/Function/Propositional.agda b/src/Data/Sum/Function/Propositional.agda index 74f0bf00a9..4cae0ecb40 100644 --- a/src/Data/Sum/Function/Propositional.agda +++ b/src/Data/Sum/Function/Propositional.agda @@ -4,7 +4,7 @@ -- Sum combinators for propositional equality preserving functions ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Sum.Function.Propositional where diff --git a/src/Data/Sum/Function/Setoid.agda b/src/Data/Sum/Function/Setoid.agda index 35ccddd798..b2d8dafa6a 100644 --- a/src/Data/Sum/Function/Setoid.agda +++ b/src/Data/Sum/Function/Setoid.agda @@ -4,7 +4,7 @@ -- Sum combinators for setoid equality preserving functions ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Sum.Function.Setoid where diff --git a/src/Data/Sum/Instances.agda b/src/Data/Sum/Instances.agda index 8b9a8d142e..d8942228b1 100644 --- a/src/Data/Sum/Instances.agda +++ b/src/Data/Sum/Instances.agda @@ -4,7 +4,7 @@ -- Typeclass instances for sums ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Sum.Instances where diff --git a/src/Data/Sum/Properties.agda b/src/Data/Sum/Properties.agda index a19a1daae6..914e479d57 100644 --- a/src/Data/Sum/Properties.agda +++ b/src/Data/Sum/Properties.agda @@ -4,7 +4,7 @@ -- Properties of sums (disjoint unions) ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Sum.Properties where diff --git a/src/Data/Sum/Relation/Binary/LeftOrder.agda b/src/Data/Sum/Relation/Binary/LeftOrder.agda index f162dd56dc..7e8ac817ab 100644 --- a/src/Data/Sum/Relation/Binary/LeftOrder.agda +++ b/src/Data/Sum/Relation/Binary/LeftOrder.agda @@ -4,7 +4,7 @@ -- Sums of binary relations ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Sum.Relation.Binary.LeftOrder where diff --git a/src/Data/Sum/Relation/Binary/Pointwise.agda b/src/Data/Sum/Relation/Binary/Pointwise.agda index f0d0e7c39f..98ad283e98 100644 --- a/src/Data/Sum/Relation/Binary/Pointwise.agda +++ b/src/Data/Sum/Relation/Binary/Pointwise.agda @@ -4,7 +4,7 @@ -- Pointwise sum ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Sum.Relation.Binary.Pointwise where diff --git a/src/Data/Sum/Relation/Unary/All.agda b/src/Data/Sum/Relation/Unary/All.agda index dfdad0cb95..28cc0a5feb 100644 --- a/src/Data/Sum/Relation/Unary/All.agda +++ b/src/Data/Sum/Relation/Unary/All.agda @@ -4,7 +4,7 @@ -- Heterogeneous `All` predicate for disjoint sums ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Sum.Relation.Unary.All where diff --git a/src/Data/These.agda b/src/Data/These.agda index 45024ec599..8e6b28b947 100644 --- a/src/Data/These.agda +++ b/src/Data/These.agda @@ -4,7 +4,7 @@ -- An either-or-both data type ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.These where diff --git a/src/Data/These/Base.agda b/src/Data/These/Base.agda index a129b5d082..4bebc7da22 100644 --- a/src/Data/These/Base.agda +++ b/src/Data/These/Base.agda @@ -4,7 +4,7 @@ -- An either-or-both data type, basic type and operations ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.These.Base where diff --git a/src/Data/These/Categorical/Left.agda b/src/Data/These/Categorical/Left.agda index 73576b3bd0..aab26c71e2 100644 --- a/src/Data/These/Categorical/Left.agda +++ b/src/Data/These/Categorical/Left.agda @@ -5,7 +5,7 @@ -- `Data.These.Categorical.Left` instead. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.These.Categorical.Left where diff --git a/src/Data/These/Categorical/Left/Base.agda b/src/Data/These/Categorical/Left/Base.agda index 7c7e3add7d..d813817a2c 100644 --- a/src/Data/These/Categorical/Left/Base.agda +++ b/src/Data/These/Categorical/Left/Base.agda @@ -5,7 +5,7 @@ -- `Data.These.Categorical.Left.Base` instead. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.These.Categorical.Left.Base where diff --git a/src/Data/These/Categorical/Right.agda b/src/Data/These/Categorical/Right.agda index 2e42e8d4a8..f4a1aa6035 100644 --- a/src/Data/These/Categorical/Right.agda +++ b/src/Data/These/Categorical/Right.agda @@ -5,7 +5,7 @@ -- `Data.These.Categorical.Right` instead. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.These.Categorical.Right where diff --git a/src/Data/These/Categorical/Right/Base.agda b/src/Data/These/Categorical/Right/Base.agda index 05acbcf139..9a6d8bd2db 100644 --- a/src/Data/These/Categorical/Right/Base.agda +++ b/src/Data/These/Categorical/Right/Base.agda @@ -5,7 +5,7 @@ -- `Data.These.Categorical.Right.Base` instead. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.These.Categorical.Right.Base where diff --git a/src/Data/These/Effectful/Left.agda b/src/Data/These/Effectful/Left.agda index 82f92893dd..a9fc6394b1 100644 --- a/src/Data/These/Effectful/Left.agda +++ b/src/Data/These/Effectful/Left.agda @@ -18,7 +18,7 @@ -- It is a good alternative to Data.Product.Effectful when the notion -- of warnings does not have a neutral element (e.g. List⁺). -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Level using (Level; _⊔_) open import Algebra.Bundles using (Semigroup) diff --git a/src/Data/These/Effectful/Left/Base.agda b/src/Data/These/Effectful/Left/Base.agda index c95fe18425..1dde696866 100644 --- a/src/Data/These/Effectful/Left/Base.agda +++ b/src/Data/These/Effectful/Left/Base.agda @@ -11,7 +11,7 @@ -- Product-based similar setting. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Level diff --git a/src/Data/These/Effectful/Right.agda b/src/Data/These/Effectful/Right.agda index f5a8d81e90..142f2ed184 100644 --- a/src/Data/These/Effectful/Right.agda +++ b/src/Data/These/Effectful/Right.agda @@ -17,7 +17,7 @@ -- It is a good alternative to Data.Product.Effectful when the notion -- of warnings does not have a neutral element (e.g. List⁺). -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Level using (Level; _⊔_) open import Algebra.Bundles using (Semigroup) diff --git a/src/Data/These/Effectful/Right/Base.agda b/src/Data/These/Effectful/Right/Base.agda index 933e553da8..dec2366743 100644 --- a/src/Data/These/Effectful/Right/Base.agda +++ b/src/Data/These/Effectful/Right/Base.agda @@ -11,7 +11,7 @@ -- Product-based similar setting. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Level diff --git a/src/Data/These/Instances.agda b/src/Data/These/Instances.agda index 49208291e8..f57fce66e9 100644 --- a/src/Data/These/Instances.agda +++ b/src/Data/These/Instances.agda @@ -4,7 +4,7 @@ -- Typeclass instances for These ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.These.Instances where diff --git a/src/Data/These/Properties.agda b/src/Data/These/Properties.agda index cb59ffdc92..76b4386da9 100644 --- a/src/Data/These/Properties.agda +++ b/src/Data/These/Properties.agda @@ -4,7 +4,7 @@ -- Properties of These ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.These.Properties where diff --git a/src/Data/Tree/AVL.agda b/src/Data/Tree/AVL.agda index 63d6067a9d..379e3a6bdc 100644 --- a/src/Data/Tree/AVL.agda +++ b/src/Data/Tree/AVL.agda @@ -11,7 +11,7 @@ -- See README.Data.Tree.AVL for examples of how to use AVL trees. -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Bundles using (StrictTotalOrder) diff --git a/src/Data/Tree/AVL/Height.agda b/src/Data/Tree/AVL/Height.agda index fa50705952..5a2fa540b5 100644 --- a/src/Data/Tree/AVL/Height.agda +++ b/src/Data/Tree/AVL/Height.agda @@ -5,7 +5,7 @@ -- invariants in AVL Trees ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Tree.AVL.Height where diff --git a/src/Data/Tree/AVL/Indexed.agda b/src/Data/Tree/AVL/Indexed.agda index 94d1b0782b..f474e887c5 100644 --- a/src/Data/Tree/AVL/Indexed.agda +++ b/src/Data/Tree/AVL/Indexed.agda @@ -4,7 +4,7 @@ -- AVL trees where the stored values may depend on their key ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Bundles using (StrictTotalOrder) diff --git a/src/Data/Tree/AVL/Indexed/Relation/Unary/All.agda b/src/Data/Tree/AVL/Indexed/Relation/Unary/All.agda index d74229569f..e0272ed76a 100644 --- a/src/Data/Tree/AVL/Indexed/Relation/Unary/All.agda +++ b/src/Data/Tree/AVL/Indexed/Relation/Unary/All.agda @@ -4,7 +4,7 @@ -- AVL trees whose elements satisfy a given property ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Bundles using (StrictTotalOrder) diff --git a/src/Data/Tree/AVL/Indexed/Relation/Unary/Any.agda b/src/Data/Tree/AVL/Indexed/Relation/Unary/Any.agda index c81599da2a..5088019b90 100644 --- a/src/Data/Tree/AVL/Indexed/Relation/Unary/Any.agda +++ b/src/Data/Tree/AVL/Indexed/Relation/Unary/Any.agda @@ -4,7 +4,7 @@ -- AVL trees where at least one element satisfies a given property ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Bundles using (StrictTotalOrder) diff --git a/src/Data/Tree/AVL/Indexed/Relation/Unary/Any/Properties.agda b/src/Data/Tree/AVL/Indexed/Relation/Unary/Any/Properties.agda index c2762172b9..ca99b9c46e 100644 --- a/src/Data/Tree/AVL/Indexed/Relation/Unary/Any/Properties.agda +++ b/src/Data/Tree/AVL/Indexed/Relation/Unary/Any/Properties.agda @@ -4,7 +4,7 @@ -- Properties related to Any ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Bundles using (StrictTotalOrder) diff --git a/src/Data/Tree/AVL/IndexedMap.agda b/src/Data/Tree/AVL/IndexedMap.agda index 54e4d73bbb..12fcfa6f3c 100644 --- a/src/Data/Tree/AVL/IndexedMap.agda +++ b/src/Data/Tree/AVL/IndexedMap.agda @@ -4,7 +4,7 @@ -- Finite maps with indexed keys and values, based on AVL trees ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Data.Product.Base using (map₁; map₂; ∃; _×_; Σ-syntax; proj₁; _,_; -,_) diff --git a/src/Data/Tree/AVL/Key.agda b/src/Data/Tree/AVL/Key.agda index 1c32ef88d7..8e93929205 100644 --- a/src/Data/Tree/AVL/Key.agda +++ b/src/Data/Tree/AVL/Key.agda @@ -5,7 +5,7 @@ -- minimum and maximum. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Bundles using (StrictTotalOrder; StrictPartialOrder) diff --git a/src/Data/Tree/AVL/Map.agda b/src/Data/Tree/AVL/Map.agda index 254c965241..e54047f8b1 100644 --- a/src/Data/Tree/AVL/Map.agda +++ b/src/Data/Tree/AVL/Map.agda @@ -6,7 +6,7 @@ -- between the key and value types. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Bundles using (StrictTotalOrder) diff --git a/src/Data/Tree/AVL/Map/Membership/Propositional.agda b/src/Data/Tree/AVL/Map/Membership/Propositional.agda index c63f7d5440..3c3e3c4e8c 100644 --- a/src/Data/Tree/AVL/Map/Membership/Propositional.agda +++ b/src/Data/Tree/AVL/Map/Membership/Propositional.agda @@ -5,7 +5,7 @@ -- propositional equality. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Bundles using (StrictTotalOrder) diff --git a/src/Data/Tree/AVL/Map/Membership/Propositional/Properties.agda b/src/Data/Tree/AVL/Map/Membership/Propositional/Properties.agda index 5e472cfe2b..b0d1d7e18f 100644 --- a/src/Data/Tree/AVL/Map/Membership/Propositional/Properties.agda +++ b/src/Data/Tree/AVL/Map/Membership/Propositional/Properties.agda @@ -5,7 +5,7 @@ -- up to propositional equality. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Bundles using (StrictTotalOrder) diff --git a/src/Data/Tree/AVL/Map/Relation/Unary/Any.agda b/src/Data/Tree/AVL/Map/Relation/Unary/Any.agda index b4e4537077..b446bcad5d 100644 --- a/src/Data/Tree/AVL/Map/Relation/Unary/Any.agda +++ b/src/Data/Tree/AVL/Map/Relation/Unary/Any.agda @@ -4,7 +4,7 @@ -- AVL trees where at least one element satisfies a given property ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Bundles using (StrictTotalOrder) diff --git a/src/Data/Tree/AVL/NonEmpty.agda b/src/Data/Tree/AVL/NonEmpty.agda index ac013e65a7..6ab1e736bc 100644 --- a/src/Data/Tree/AVL/NonEmpty.agda +++ b/src/Data/Tree/AVL/NonEmpty.agda @@ -9,7 +9,7 @@ -- The search tree invariant is specified using the technique -- described by Conor McBride in his talk "Pivotal pragmatism". -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Bundles using (StrictTotalOrder) diff --git a/src/Data/Tree/AVL/NonEmpty/Propositional.agda b/src/Data/Tree/AVL/NonEmpty/Propositional.agda index 7b769881e7..fd81fab3eb 100644 --- a/src/Data/Tree/AVL/NonEmpty/Propositional.agda +++ b/src/Data/Tree/AVL/NonEmpty/Propositional.agda @@ -4,7 +4,7 @@ -- Non-empty AVL trees, where equality for keys is propositional equality ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Core using (Rel) open import Relation.Binary.Structures using (IsStrictTotalOrder) diff --git a/src/Data/Tree/AVL/Relation/Unary/Any.agda b/src/Data/Tree/AVL/Relation/Unary/Any.agda index 5efc9363a3..30a9644e44 100644 --- a/src/Data/Tree/AVL/Relation/Unary/Any.agda +++ b/src/Data/Tree/AVL/Relation/Unary/Any.agda @@ -4,7 +4,7 @@ -- AVL trees where at least one element satisfies a given property ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Bundles using (StrictTotalOrder) diff --git a/src/Data/Tree/AVL/Sets.agda b/src/Data/Tree/AVL/Sets.agda index 6065671a41..a8ee98f342 100644 --- a/src/Data/Tree/AVL/Sets.agda +++ b/src/Data/Tree/AVL/Sets.agda @@ -4,7 +4,7 @@ -- Finite sets, based on AVL trees ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Bundles using (StrictTotalOrder) diff --git a/src/Data/Tree/AVL/Sets/Membership.agda b/src/Data/Tree/AVL/Sets/Membership.agda index ba6a231227..f220d6ad70 100644 --- a/src/Data/Tree/AVL/Sets/Membership.agda +++ b/src/Data/Tree/AVL/Sets/Membership.agda @@ -4,7 +4,7 @@ -- Membership relation for AVL sets ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Bundles using (StrictTotalOrder) diff --git a/src/Data/Tree/AVL/Sets/Membership/Properties.agda b/src/Data/Tree/AVL/Sets/Membership/Properties.agda index 8b46933af5..6b2196f637 100644 --- a/src/Data/Tree/AVL/Sets/Membership/Properties.agda +++ b/src/Data/Tree/AVL/Sets/Membership/Properties.agda @@ -4,7 +4,7 @@ -- Properties of membership for AVL sets ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Bundles using (StrictTotalOrder) diff --git a/src/Data/Tree/AVL/Value.agda b/src/Data/Tree/AVL/Value.agda index 6305bd5c2c..c8780055da 100644 --- a/src/Data/Tree/AVL/Value.agda +++ b/src/Data/Tree/AVL/Value.agda @@ -5,7 +5,7 @@ -- Values must respect the underlying equivalence on keys ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Bundles using (Setoid) open import Relation.Binary.Definitions using (_Respects_) diff --git a/src/Data/Tree/Binary.agda b/src/Data/Tree/Binary.agda index 1b7fbcfa4c..037e879695 100644 --- a/src/Data/Tree/Binary.agda +++ b/src/Data/Tree/Binary.agda @@ -4,7 +4,7 @@ -- Binary Trees ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Tree.Binary where diff --git a/src/Data/Tree/Binary/Properties.agda b/src/Data/Tree/Binary/Properties.agda index 270e6c66a2..e988d1dd7e 100644 --- a/src/Data/Tree/Binary/Properties.agda +++ b/src/Data/Tree/Binary/Properties.agda @@ -4,7 +4,7 @@ -- Properties of binary trees ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Tree.Binary.Properties where diff --git a/src/Data/Tree/Binary/Relation/Unary/All.agda b/src/Data/Tree/Binary/Relation/Unary/All.agda index c1f017d673..b4cffaa374 100644 --- a/src/Data/Tree/Binary/Relation/Unary/All.agda +++ b/src/Data/Tree/Binary/Relation/Unary/All.agda @@ -4,7 +4,7 @@ -- Pointwise lifting of a predicate to a binary tree ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Tree.Binary.Relation.Unary.All where diff --git a/src/Data/Tree/Binary/Relation/Unary/All/Properties.agda b/src/Data/Tree/Binary/Relation/Unary/All/Properties.agda index 08361f8476..8734bc681c 100644 --- a/src/Data/Tree/Binary/Relation/Unary/All/Properties.agda +++ b/src/Data/Tree/Binary/Relation/Unary/All/Properties.agda @@ -4,7 +4,7 @@ -- Properties of the pointwise lifting of a predicate to a binary tree ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Tree.Binary.Relation.Unary.All.Properties where diff --git a/src/Data/Tree/Binary/Show.agda b/src/Data/Tree/Binary/Show.agda index 5f3b259c87..9544ac06b4 100644 --- a/src/Data/Tree/Binary/Show.agda +++ b/src/Data/Tree/Binary/Show.agda @@ -4,7 +4,7 @@ -- 1 dimensional pretty printing of binary trees ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --sized-types #-} +{-# OPTIONS --without-K --sized-types #-} open import Level using (Level) open import Data.List.Base as List using (List; []; [_]; _∷_; _∷ʳ_) diff --git a/src/Data/Tree/Binary/Zipper.agda b/src/Data/Tree/Binary/Zipper.agda index 75017d1195..9eab8b9324 100644 --- a/src/Data/Tree/Binary/Zipper.agda +++ b/src/Data/Tree/Binary/Zipper.agda @@ -4,7 +4,7 @@ -- Zippers for Binary Trees ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Tree.Binary.Zipper where diff --git a/src/Data/Tree/Binary/Zipper/Properties.agda b/src/Data/Tree/Binary/Zipper/Properties.agda index c4307fcb1e..10d652fa60 100644 --- a/src/Data/Tree/Binary/Zipper/Properties.agda +++ b/src/Data/Tree/Binary/Zipper/Properties.agda @@ -4,7 +4,7 @@ -- Tree Zipper-related properties ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Tree.Binary.Zipper.Properties where diff --git a/src/Data/Tree/Rose.agda b/src/Data/Tree/Rose.agda index 0c161b5a7e..b0b02b4299 100644 --- a/src/Data/Tree/Rose.agda +++ b/src/Data/Tree/Rose.agda @@ -4,7 +4,7 @@ -- Rose trees ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --sized-types #-} +{-# OPTIONS --without-K --sized-types #-} module Data.Tree.Rose where diff --git a/src/Data/Tree/Rose/Properties.agda b/src/Data/Tree/Rose/Properties.agda index da86ca31ad..05d5fee83f 100644 --- a/src/Data/Tree/Rose/Properties.agda +++ b/src/Data/Tree/Rose/Properties.agda @@ -4,7 +4,7 @@ -- Properties of rose trees ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --sized-types #-} +{-# OPTIONS --without-K --sized-types #-} module Data.Tree.Rose.Properties where diff --git a/src/Data/Tree/Rose/Show.agda b/src/Data/Tree/Rose/Show.agda index 1aa0509aae..c6b1b27ec2 100644 --- a/src/Data/Tree/Rose/Show.agda +++ b/src/Data/Tree/Rose/Show.agda @@ -4,7 +4,7 @@ -- 1 dimensional pretty printing of rose trees ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --sized-types #-} +{-# OPTIONS --without-K --sized-types #-} module Data.Tree.Rose.Show where diff --git a/src/Data/Trie.agda b/src/Data/Trie.agda index 3c2de5daf1..d98c705f99 100644 --- a/src/Data/Trie.agda +++ b/src/Data/Trie.agda @@ -7,7 +7,7 @@ -- See README.Data.Trie.NonDependent for an example of using a trie to -- build a lexer. -{-# OPTIONS --cubical-compatible --sized-types #-} +{-# OPTIONS --without-K --sized-types #-} open import Relation.Binary.Core using (Rel) open import Relation.Binary.Bundles using (StrictTotalOrder) diff --git a/src/Data/Trie/NonEmpty.agda b/src/Data/Trie/NonEmpty.agda index b0be042391..b9bdcef376 100644 --- a/src/Data/Trie/NonEmpty.agda +++ b/src/Data/Trie/NonEmpty.agda @@ -4,7 +4,7 @@ -- Non empty trie, basic type and operations ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --sized-types #-} +{-# OPTIONS --without-K --sized-types #-} open import Relation.Binary.Bundles using (StrictTotalOrder) diff --git a/src/Data/Unit.agda b/src/Data/Unit.agda index 73f269d9d6..e4af5028c7 100644 --- a/src/Data/Unit.agda +++ b/src/Data/Unit.agda @@ -4,7 +4,7 @@ -- The unit type, Level-monomorphic version ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Unit where diff --git a/src/Data/Unit/Base.agda b/src/Data/Unit/Base.agda index 2266b663d1..49ae91be88 100644 --- a/src/Data/Unit/Base.agda +++ b/src/Data/Unit/Base.agda @@ -4,7 +4,7 @@ -- The unit type and the total relation on unit ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Unit.Base where diff --git a/src/Data/Unit/Instances.agda b/src/Data/Unit/Instances.agda index 00bdf10f88..4c8da3cdb7 100644 --- a/src/Data/Unit/Instances.agda +++ b/src/Data/Unit/Instances.agda @@ -4,7 +4,7 @@ -- Instances for the unit type ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Unit.Instances where diff --git a/src/Data/Unit/NonEta.agda b/src/Data/Unit/NonEta.agda index e553cf5f3c..2a06682bf8 100644 --- a/src/Data/Unit/NonEta.agda +++ b/src/Data/Unit/NonEta.agda @@ -4,7 +4,7 @@ -- Some unit types ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Unit.NonEta where diff --git a/src/Data/Unit/Polymorphic.agda b/src/Data/Unit/Polymorphic.agda index 3d828e5a50..ba4f21ae0d 100644 --- a/src/Data/Unit/Polymorphic.agda +++ b/src/Data/Unit/Polymorphic.agda @@ -4,7 +4,7 @@ -- The universe polymorphic unit type and the total relation on unit ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Unit.Polymorphic where diff --git a/src/Data/Unit/Polymorphic/Base.agda b/src/Data/Unit/Polymorphic/Base.agda index 2310cfe2bd..6dcf04cb0d 100644 --- a/src/Data/Unit/Polymorphic/Base.agda +++ b/src/Data/Unit/Polymorphic/Base.agda @@ -4,7 +4,7 @@ -- A universe polymorphic unit type, as a Lift of the Level 0 one. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Unit.Polymorphic.Base where diff --git a/src/Data/Unit/Polymorphic/Instances.agda b/src/Data/Unit/Polymorphic/Instances.agda index a9c5908fa8..0732d58666 100644 --- a/src/Data/Unit/Polymorphic/Instances.agda +++ b/src/Data/Unit/Polymorphic/Instances.agda @@ -4,7 +4,7 @@ -- Instances for the polymorphic unit type ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Unit.Polymorphic.Instances where diff --git a/src/Data/Unit/Polymorphic/Properties.agda b/src/Data/Unit/Polymorphic/Properties.agda index f5e9fb9be0..e6c077b5f1 100644 --- a/src/Data/Unit/Polymorphic/Properties.agda +++ b/src/Data/Unit/Polymorphic/Properties.agda @@ -5,7 +5,7 @@ -- Defines Decidable Equality and Decidable Ordering as well ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Unit.Polymorphic.Properties where diff --git a/src/Data/Unit/Properties.agda b/src/Data/Unit/Properties.agda index d93055db8d..c0ffacad50 100644 --- a/src/Data/Unit/Properties.agda +++ b/src/Data/Unit/Properties.agda @@ -4,7 +4,7 @@ -- Properties of the unit type ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Unit.Properties where diff --git a/src/Data/Universe.agda b/src/Data/Universe.agda index 9bbfb4620b..5b8badb4dc 100644 --- a/src/Data/Universe.agda +++ b/src/Data/Universe.agda @@ -4,7 +4,7 @@ -- Universes ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Universe where diff --git a/src/Data/Universe/Indexed.agda b/src/Data/Universe/Indexed.agda index a0eee47dde..fb2266259c 100644 --- a/src/Data/Universe/Indexed.agda +++ b/src/Data/Universe/Indexed.agda @@ -4,7 +4,7 @@ -- Indexed universes ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Universe.Indexed where diff --git a/src/Data/Vec.agda b/src/Data/Vec.agda index aa6435e445..5f8343367e 100644 --- a/src/Data/Vec.agda +++ b/src/Data/Vec.agda @@ -12,7 +12,7 @@ -- about fixed sized vectors and for when ease of retrieval is -- important. -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Vec where diff --git a/src/Data/Vec/Base.agda b/src/Data/Vec/Base.agda index b4153db297..2143607444 100644 --- a/src/Data/Vec/Base.agda +++ b/src/Data/Vec/Base.agda @@ -4,7 +4,7 @@ -- Vectors, basic types and operations ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Vec.Base where diff --git a/src/Data/Vec/Bounded.agda b/src/Data/Vec/Bounded.agda index 410e3bebcc..086cb6afb9 100644 --- a/src/Data/Vec/Bounded.agda +++ b/src/Data/Vec/Bounded.agda @@ -4,7 +4,7 @@ -- Bounded vectors ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Vec.Bounded where diff --git a/src/Data/Vec/Bounded/Base.agda b/src/Data/Vec/Bounded/Base.agda index f764334136..a87bb94817 100644 --- a/src/Data/Vec/Bounded/Base.agda +++ b/src/Data/Vec/Bounded/Base.agda @@ -4,7 +4,7 @@ -- Bounded vectors, basic types and operations ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Vec.Bounded.Base where diff --git a/src/Data/Vec/Bounded/Show.agda b/src/Data/Vec/Bounded/Show.agda index 3d69afea08..2aa7dd8882 100644 --- a/src/Data/Vec/Bounded/Show.agda +++ b/src/Data/Vec/Bounded/Show.agda @@ -4,7 +4,7 @@ -- Showing bounded vectors ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Vec.Bounded.Show where diff --git a/src/Data/Vec/Categorical.agda b/src/Data/Vec/Categorical.agda index aaad325cac..92cbfb86dc 100644 --- a/src/Data/Vec/Categorical.agda +++ b/src/Data/Vec/Categorical.agda @@ -5,7 +5,7 @@ -- `Data.Vec.Effectful` instead. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Vec.Categorical where diff --git a/src/Data/Vec/Categorical/Transformer.agda b/src/Data/Vec/Categorical/Transformer.agda index 9d90b030f7..68b7c85892 100644 --- a/src/Data/Vec/Categorical/Transformer.agda +++ b/src/Data/Vec/Categorical/Transformer.agda @@ -5,7 +5,7 @@ -- `Data.Vec.Effectful.Transformer` instead. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Vec.Categorical.Transformer where diff --git a/src/Data/Vec/Effectful.agda b/src/Data/Vec/Effectful.agda index 33abd14902..3aa694cf7d 100644 --- a/src/Data/Vec/Effectful.agda +++ b/src/Data/Vec/Effectful.agda @@ -4,7 +4,7 @@ -- An effectful view of Vec ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Vec.Effectful where diff --git a/src/Data/Vec/Effectful/Foldable.agda b/src/Data/Vec/Effectful/Foldable.agda index 4dedfff390..de3dbe5026 100644 --- a/src/Data/Vec/Effectful/Foldable.agda +++ b/src/Data/Vec/Effectful/Foldable.agda @@ -4,7 +4,7 @@ -- Vec is Foldable ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Vec.Effectful.Foldable where diff --git a/src/Data/Vec/Effectful/Transformer.agda b/src/Data/Vec/Effectful/Transformer.agda index 7ccd63bf58..3df56c968b 100644 --- a/src/Data/Vec/Effectful/Transformer.agda +++ b/src/Data/Vec/Effectful/Transformer.agda @@ -4,7 +4,7 @@ -- An effectful view of Vec ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Vec.Effectful.Transformer where diff --git a/src/Data/Vec/Functional.agda b/src/Data/Vec/Functional.agda index 13f0cd2f74..af120c87b7 100644 --- a/src/Data/Vec/Functional.agda +++ b/src/Data/Vec/Functional.agda @@ -11,7 +11,7 @@ -- data-types, which is more suitable for reasoning about vectors that -- will grow or shrink in size. -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Vec.Functional where diff --git a/src/Data/Vec/Functional/Properties.agda b/src/Data/Vec/Functional/Properties.agda index 7987473e7b..5c03080eec 100644 --- a/src/Data/Vec/Functional/Properties.agda +++ b/src/Data/Vec/Functional/Properties.agda @@ -4,7 +4,7 @@ -- Some Vector-related properties ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Vec.Functional.Properties where diff --git a/src/Data/Vec/Functional/Relation/Binary/Equality/Setoid.agda b/src/Data/Vec/Functional/Relation/Binary/Equality/Setoid.agda index 1102985013..e0156625e6 100644 --- a/src/Data/Vec/Functional/Relation/Binary/Equality/Setoid.agda +++ b/src/Data/Vec/Functional/Relation/Binary/Equality/Setoid.agda @@ -4,7 +4,7 @@ -- Pointwise lifting of relations over Vector ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Data.Nat.Base using (ℕ) open import Data.Vec.Functional hiding (map) diff --git a/src/Data/Vec/Functional/Relation/Binary/Permutation.agda b/src/Data/Vec/Functional/Relation/Binary/Permutation.agda index bc4052f215..ffc47844d6 100644 --- a/src/Data/Vec/Functional/Relation/Binary/Permutation.agda +++ b/src/Data/Vec/Functional/Relation/Binary/Permutation.agda @@ -4,7 +4,7 @@ -- Permutation relations over Vector ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Vec.Functional.Relation.Binary.Permutation where diff --git a/src/Data/Vec/Functional/Relation/Binary/Permutation/Properties.agda b/src/Data/Vec/Functional/Relation/Binary/Permutation/Properties.agda index 83d65ab5bb..da07914b2e 100644 --- a/src/Data/Vec/Functional/Relation/Binary/Permutation/Properties.agda +++ b/src/Data/Vec/Functional/Relation/Binary/Permutation/Properties.agda @@ -4,7 +4,7 @@ -- Properties of permutation ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Vec.Functional.Relation.Binary.Permutation.Properties where diff --git a/src/Data/Vec/Functional/Relation/Binary/Pointwise.agda b/src/Data/Vec/Functional/Relation/Binary/Pointwise.agda index c238293aae..313bf24410 100644 --- a/src/Data/Vec/Functional/Relation/Binary/Pointwise.agda +++ b/src/Data/Vec/Functional/Relation/Binary/Pointwise.agda @@ -4,7 +4,7 @@ -- Pointwise lifting of relations over Vector ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Vec.Functional.Relation.Binary.Pointwise where diff --git a/src/Data/Vec/Functional/Relation/Binary/Pointwise/Properties.agda b/src/Data/Vec/Functional/Relation/Binary/Pointwise/Properties.agda index 1ba6aed44f..8dc08cce9f 100644 --- a/src/Data/Vec/Functional/Relation/Binary/Pointwise/Properties.agda +++ b/src/Data/Vec/Functional/Relation/Binary/Pointwise/Properties.agda @@ -4,7 +4,7 @@ -- Properties related to Pointwise ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Vec.Functional.Relation.Binary.Pointwise.Properties where diff --git a/src/Data/Vec/Functional/Relation/Unary/All.agda b/src/Data/Vec/Functional/Relation/Unary/All.agda index cefb931fc4..4d006f47ff 100644 --- a/src/Data/Vec/Functional/Relation/Unary/All.agda +++ b/src/Data/Vec/Functional/Relation/Unary/All.agda @@ -4,7 +4,7 @@ -- Universal lifting of predicates over Vectors ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Vec.Functional.Relation.Unary.All where diff --git a/src/Data/Vec/Functional/Relation/Unary/All/Properties.agda b/src/Data/Vec/Functional/Relation/Unary/All/Properties.agda index aa853e632c..6afcd45334 100644 --- a/src/Data/Vec/Functional/Relation/Unary/All/Properties.agda +++ b/src/Data/Vec/Functional/Relation/Unary/All/Properties.agda @@ -4,7 +4,7 @@ -- Properties related to All ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Vec.Functional.Relation.Unary.All.Properties where diff --git a/src/Data/Vec/Functional/Relation/Unary/Any.agda b/src/Data/Vec/Functional/Relation/Unary/Any.agda index 83770836cb..dc583697d8 100644 --- a/src/Data/Vec/Functional/Relation/Unary/Any.agda +++ b/src/Data/Vec/Functional/Relation/Unary/Any.agda @@ -4,7 +4,7 @@ -- Existential lifting of predicates over Vectors ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Vec.Functional.Relation.Unary.Any where diff --git a/src/Data/Vec/Instances.agda b/src/Data/Vec/Instances.agda index 9dd3936187..e796186e97 100644 --- a/src/Data/Vec/Instances.agda +++ b/src/Data/Vec/Instances.agda @@ -4,7 +4,7 @@ -- Typeclass instances for Vec ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Vec.Instances where diff --git a/src/Data/Vec/Membership/DecPropositional.agda b/src/Data/Vec/Membership/DecPropositional.agda index f7b028e11f..762ea2069b 100644 --- a/src/Data/Vec/Membership/DecPropositional.agda +++ b/src/Data/Vec/Membership/DecPropositional.agda @@ -4,7 +4,7 @@ -- Decidable propositional membership over vectors ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Definitions using (DecidableEquality) diff --git a/src/Data/Vec/Membership/DecSetoid.agda b/src/Data/Vec/Membership/DecSetoid.agda index fac9138660..d9b2a6b931 100644 --- a/src/Data/Vec/Membership/DecSetoid.agda +++ b/src/Data/Vec/Membership/DecSetoid.agda @@ -4,7 +4,7 @@ -- Decidable setoid membership over vectors. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Bundles using (DecSetoid) diff --git a/src/Data/Vec/Membership/Propositional.agda b/src/Data/Vec/Membership/Propositional.agda index 21213e679d..7021f31534 100644 --- a/src/Data/Vec/Membership/Propositional.agda +++ b/src/Data/Vec/Membership/Propositional.agda @@ -5,7 +5,7 @@ -- along with some additional definitions. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Vec.Membership.Propositional {a} {A : Set a} where diff --git a/src/Data/Vec/Membership/Propositional/Properties.agda b/src/Data/Vec/Membership/Propositional/Properties.agda index 7ebca867ad..6b15faa9b1 100644 --- a/src/Data/Vec/Membership/Propositional/Properties.agda +++ b/src/Data/Vec/Membership/Propositional/Properties.agda @@ -4,7 +4,7 @@ -- Properties of membership of vectors based on propositional equality. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Vec.Membership.Propositional.Properties where diff --git a/src/Data/Vec/Membership/Setoid.agda b/src/Data/Vec/Membership/Setoid.agda index cfa69e591b..87fbc361e7 100644 --- a/src/Data/Vec/Membership/Setoid.agda +++ b/src/Data/Vec/Membership/Setoid.agda @@ -4,7 +4,7 @@ -- Membership of vectors, along with some additional definitions. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Bundles using (Setoid) open import Relation.Binary.Definitions using (_Respects_) diff --git a/src/Data/Vec/N-ary.agda b/src/Data/Vec/N-ary.agda index fa8fc7589c..082a8d5841 100644 --- a/src/Data/Vec/N-ary.agda +++ b/src/Data/Vec/N-ary.agda @@ -4,7 +4,7 @@ -- Code for converting Vec A n → B to and from n-ary functions ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Vec.N-ary where diff --git a/src/Data/Vec/Properties.agda b/src/Data/Vec/Properties.agda index bdf8a08f7e..9ab99b6108 100644 --- a/src/Data/Vec/Properties.agda +++ b/src/Data/Vec/Properties.agda @@ -4,7 +4,7 @@ -- Some Vec-related properties ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Vec.Properties where diff --git a/src/Data/Vec/Recursive.agda b/src/Data/Vec/Recursive.agda index 365995fbf1..23feb1c0f3 100644 --- a/src/Data/Vec/Recursive.agda +++ b/src/Data/Vec/Recursive.agda @@ -12,7 +12,7 @@ -- say that two vectors of known length are definitionally equal -- whenever their elements are. -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Vec.Recursive where diff --git a/src/Data/Vec/Recursive/Categorical.agda b/src/Data/Vec/Recursive/Categorical.agda index 1dba5fd7b0..8775fafcae 100644 --- a/src/Data/Vec/Recursive/Categorical.agda +++ b/src/Data/Vec/Recursive/Categorical.agda @@ -5,7 +5,7 @@ -- `Data.Vec.Recursive.Effectful` instead. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Vec.Recursive.Categorical where diff --git a/src/Data/Vec/Recursive/Effectful.agda b/src/Data/Vec/Recursive/Effectful.agda index cdd462d18a..61685b28b4 100644 --- a/src/Data/Vec/Recursive/Effectful.agda +++ b/src/Data/Vec/Recursive/Effectful.agda @@ -4,7 +4,7 @@ -- An effectful view of vectors defined by recursion ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Vec.Recursive.Effectful where diff --git a/src/Data/Vec/Recursive/Properties.agda b/src/Data/Vec/Recursive/Properties.agda index 3f25aa19d1..461a403dc9 100644 --- a/src/Data/Vec/Recursive/Properties.agda +++ b/src/Data/Vec/Recursive/Properties.agda @@ -4,7 +4,7 @@ -- Properties of n-ary products ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Vec.Recursive.Properties where diff --git a/src/Data/Vec/Reflection.agda b/src/Data/Vec/Reflection.agda index fac2777c5d..c4e5c26589 100644 --- a/src/Data/Vec/Reflection.agda +++ b/src/Data/Vec/Reflection.agda @@ -4,7 +4,7 @@ -- Reflection utilities for Vector ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Vec.Reflection where diff --git a/src/Data/Vec/Relation/Binary/Equality/Cast.agda b/src/Data/Vec/Relation/Binary/Equality/Cast.agda index b8d4637bcc..21dd0e9277 100644 --- a/src/Data/Vec/Relation/Binary/Equality/Cast.agda +++ b/src/Data/Vec/Relation/Binary/Equality/Cast.agda @@ -8,7 +8,7 @@ -- documentation and examples. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Vec.Relation.Binary.Equality.Cast where diff --git a/src/Data/Vec/Relation/Binary/Equality/DecPropositional.agda b/src/Data/Vec/Relation/Binary/Equality/DecPropositional.agda index e6dbf84f81..09b3ca1434 100644 --- a/src/Data/Vec/Relation/Binary/Equality/DecPropositional.agda +++ b/src/Data/Vec/Relation/Binary/Equality/DecPropositional.agda @@ -4,7 +4,7 @@ -- Decidable vector equality over propositional equality ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Definitions using (DecidableEquality) diff --git a/src/Data/Vec/Relation/Binary/Equality/DecSetoid.agda b/src/Data/Vec/Relation/Binary/Equality/DecSetoid.agda index 01fd39b051..cb3177ffd9 100644 --- a/src/Data/Vec/Relation/Binary/Equality/DecSetoid.agda +++ b/src/Data/Vec/Relation/Binary/Equality/DecSetoid.agda @@ -4,7 +4,7 @@ -- Decidable semi-heterogeneous vector equality over setoids ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Bundles using (DecSetoid) open import Relation.Binary.Structures using (IsDecEquivalence) diff --git a/src/Data/Vec/Relation/Binary/Equality/Propositional.agda b/src/Data/Vec/Relation/Binary/Equality/Propositional.agda index 09107d6b3e..e0b804d44c 100644 --- a/src/Data/Vec/Relation/Binary/Equality/Propositional.agda +++ b/src/Data/Vec/Relation/Binary/Equality/Propositional.agda @@ -4,7 +4,7 @@ -- Vector equality over propositional equality ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Vec.Relation.Binary.Equality.Propositional {a} {A : Set a} where diff --git a/src/Data/Vec/Relation/Binary/Equality/Setoid.agda b/src/Data/Vec/Relation/Binary/Equality/Setoid.agda index f0cefce5c7..0bdaaabc60 100644 --- a/src/Data/Vec/Relation/Binary/Equality/Setoid.agda +++ b/src/Data/Vec/Relation/Binary/Equality/Setoid.agda @@ -4,7 +4,7 @@ -- Semi-heterogeneous vector equality over setoids ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Bundles using (Setoid) diff --git a/src/Data/Vec/Relation/Binary/Lex/Core.agda b/src/Data/Vec/Relation/Binary/Lex/Core.agda index f2223d62f7..adfb9bcb3b 100644 --- a/src/Data/Vec/Relation/Binary/Lex/Core.agda +++ b/src/Data/Vec/Relation/Binary/Lex/Core.agda @@ -4,7 +4,7 @@ -- Lexicographic ordering of same-length vectors ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Vec.Relation.Binary.Lex.Core {a} {A : Set a} where diff --git a/src/Data/Vec/Relation/Binary/Lex/NonStrict.agda b/src/Data/Vec/Relation/Binary/Lex/NonStrict.agda index 24bee076ef..5b4cb71ca6 100644 --- a/src/Data/Vec/Relation/Binary/Lex/NonStrict.agda +++ b/src/Data/Vec/Relation/Binary/Lex/NonStrict.agda @@ -7,7 +7,7 @@ -- The definitions of lexicographic orderings used here is suitable if -- the argument order is a (non-strict) partial order. -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Vec.Relation.Binary.Lex.NonStrict where diff --git a/src/Data/Vec/Relation/Binary/Lex/Strict.agda b/src/Data/Vec/Relation/Binary/Lex/Strict.agda index b48244820c..4faf09a10e 100644 --- a/src/Data/Vec/Relation/Binary/Lex/Strict.agda +++ b/src/Data/Vec/Relation/Binary/Lex/Strict.agda @@ -7,7 +7,7 @@ -- The definitions of lexicographic ordering used here are suitable if -- the argument order is a strict partial order. -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Vec.Relation.Binary.Lex.Strict where diff --git a/src/Data/Vec/Relation/Binary/Pointwise/Extensional.agda b/src/Data/Vec/Relation/Binary/Pointwise/Extensional.agda index 832bba496c..7c4646d1fb 100644 --- a/src/Data/Vec/Relation/Binary/Pointwise/Extensional.agda +++ b/src/Data/Vec/Relation/Binary/Pointwise/Extensional.agda @@ -4,7 +4,7 @@ -- Extensional pointwise lifting of relations to vectors ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Vec.Relation.Binary.Pointwise.Extensional where diff --git a/src/Data/Vec/Relation/Binary/Pointwise/Inductive.agda b/src/Data/Vec/Relation/Binary/Pointwise/Inductive.agda index 50fe5fc824..3a96eeee12 100644 --- a/src/Data/Vec/Relation/Binary/Pointwise/Inductive.agda +++ b/src/Data/Vec/Relation/Binary/Pointwise/Inductive.agda @@ -4,7 +4,7 @@ -- Inductive pointwise lifting of relations to vectors ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Vec.Relation.Binary.Pointwise.Inductive where diff --git a/src/Data/Vec/Relation/Unary/All.agda b/src/Data/Vec/Relation/Unary/All.agda index 4f7022550c..7e4228ea87 100644 --- a/src/Data/Vec/Relation/Unary/All.agda +++ b/src/Data/Vec/Relation/Unary/All.agda @@ -4,7 +4,7 @@ -- Vectors where all elements satisfy a given property ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Vec.Relation.Unary.All where diff --git a/src/Data/Vec/Relation/Unary/All/Properties.agda b/src/Data/Vec/Relation/Unary/All/Properties.agda index 3bd7a53d73..29d016ba1a 100644 --- a/src/Data/Vec/Relation/Unary/All/Properties.agda +++ b/src/Data/Vec/Relation/Unary/All/Properties.agda @@ -4,7 +4,7 @@ -- Properties related to All ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Vec.Relation.Unary.All.Properties where diff --git a/src/Data/Vec/Relation/Unary/AllPairs.agda b/src/Data/Vec/Relation/Unary/AllPairs.agda index e638688cc5..dc43034adc 100644 --- a/src/Data/Vec/Relation/Unary/AllPairs.agda +++ b/src/Data/Vec/Relation/Unary/AllPairs.agda @@ -4,7 +4,7 @@ -- Vectors where every pair of elements are related (symmetrically) ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Core using (Rel; _⇒_) diff --git a/src/Data/Vec/Relation/Unary/AllPairs/Core.agda b/src/Data/Vec/Relation/Unary/AllPairs/Core.agda index bb094cc5fb..b16277dd4c 100644 --- a/src/Data/Vec/Relation/Unary/AllPairs/Core.agda +++ b/src/Data/Vec/Relation/Unary/AllPairs/Core.agda @@ -10,7 +10,7 @@ -- This module should be removable if and when Agda issue -- https://github.com/agda/agda/issues/3210 is fixed -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Core using (Rel) diff --git a/src/Data/Vec/Relation/Unary/AllPairs/Properties.agda b/src/Data/Vec/Relation/Unary/AllPairs/Properties.agda index 32eced4f6e..cd2770e136 100644 --- a/src/Data/Vec/Relation/Unary/AllPairs/Properties.agda +++ b/src/Data/Vec/Relation/Unary/AllPairs/Properties.agda @@ -4,7 +4,7 @@ -- Properties related to AllPairs ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Vec.Relation.Unary.AllPairs.Properties where diff --git a/src/Data/Vec/Relation/Unary/Any.agda b/src/Data/Vec/Relation/Unary/Any.agda index 157d275cf9..b23e11387e 100644 --- a/src/Data/Vec/Relation/Unary/Any.agda +++ b/src/Data/Vec/Relation/Unary/Any.agda @@ -4,7 +4,7 @@ -- Vectors where at least one element satisfies a given property ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Vec.Relation.Unary.Any {a} {A : Set a} where diff --git a/src/Data/Vec/Relation/Unary/Any/Properties.agda b/src/Data/Vec/Relation/Unary/Any/Properties.agda index 0fb5512677..676dbb5e3b 100644 --- a/src/Data/Vec/Relation/Unary/Any/Properties.agda +++ b/src/Data/Vec/Relation/Unary/Any/Properties.agda @@ -4,7 +4,7 @@ -- Properties of vector's Any ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Vec.Relation.Unary.Any.Properties where diff --git a/src/Data/Vec/Relation/Unary/Linked.agda b/src/Data/Vec/Relation/Unary/Linked.agda index 4ac021cb15..deb3ae9156 100644 --- a/src/Data/Vec/Relation/Unary/Linked.agda +++ b/src/Data/Vec/Relation/Unary/Linked.agda @@ -4,7 +4,7 @@ -- Vectors where every consecutative pair of elements is related. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Vec.Relation.Unary.Linked {a} {A : Set a} where diff --git a/src/Data/Vec/Relation/Unary/Linked/Properties.agda b/src/Data/Vec/Relation/Unary/Linked/Properties.agda index e49cda76f6..9920217e3e 100644 --- a/src/Data/Vec/Relation/Unary/Linked/Properties.agda +++ b/src/Data/Vec/Relation/Unary/Linked/Properties.agda @@ -4,7 +4,7 @@ -- Properties related to Linked ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Vec.Relation.Unary.Linked.Properties where diff --git a/src/Data/Vec/Relation/Unary/Unique/Propositional.agda b/src/Data/Vec/Relation/Unary/Unique/Propositional.agda index 20b042ef17..aea6b09f36 100644 --- a/src/Data/Vec/Relation/Unary/Unique/Propositional.agda +++ b/src/Data/Vec/Relation/Unary/Unique/Propositional.agda @@ -4,7 +4,7 @@ -- Vectors made up entirely of unique elements (propositional equality) ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Vec.Relation.Unary.Unique.Propositional {a} {A : Set a} where diff --git a/src/Data/Vec/Relation/Unary/Unique/Propositional/Properties.agda b/src/Data/Vec/Relation/Unary/Unique/Propositional/Properties.agda index dc78ff30d3..7719b4f808 100644 --- a/src/Data/Vec/Relation/Unary/Unique/Propositional/Properties.agda +++ b/src/Data/Vec/Relation/Unary/Unique/Propositional/Properties.agda @@ -4,7 +4,7 @@ -- Properties of unique vectors (setoid equality) ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Vec.Relation.Unary.Unique.Propositional.Properties where diff --git a/src/Data/Vec/Relation/Unary/Unique/Setoid.agda b/src/Data/Vec/Relation/Unary/Unique/Setoid.agda index 76610e0485..88aec137ba 100644 --- a/src/Data/Vec/Relation/Unary/Unique/Setoid.agda +++ b/src/Data/Vec/Relation/Unary/Unique/Setoid.agda @@ -4,7 +4,7 @@ -- Vectors made up entirely of unique elements (setoid equality) ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Core using (Rel) open import Relation.Binary.Bundles using (Setoid) diff --git a/src/Data/Vec/Relation/Unary/Unique/Setoid/Properties.agda b/src/Data/Vec/Relation/Unary/Unique/Setoid/Properties.agda index fa19dc3e21..15a25a00b8 100644 --- a/src/Data/Vec/Relation/Unary/Unique/Setoid/Properties.agda +++ b/src/Data/Vec/Relation/Unary/Unique/Setoid/Properties.agda @@ -4,7 +4,7 @@ -- Properties of unique vectors (setoid equality) ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Vec.Relation.Unary.Unique.Setoid.Properties where diff --git a/src/Data/Vec/Show.agda b/src/Data/Vec/Show.agda index ef28b9170c..ff917a24ad 100644 --- a/src/Data/Vec/Show.agda +++ b/src/Data/Vec/Show.agda @@ -4,7 +4,7 @@ -- Showing vectors ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Vec.Show where diff --git a/src/Data/W.agda b/src/Data/W.agda index 159c0883a5..7678c9b087 100644 --- a/src/Data/W.agda +++ b/src/Data/W.agda @@ -4,7 +4,7 @@ -- W-types ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.W where diff --git a/src/Data/W/Indexed.agda b/src/Data/W/Indexed.agda index 4fd7da069d..b0a0837436 100644 --- a/src/Data/W/Indexed.agda +++ b/src/Data/W/Indexed.agda @@ -4,7 +4,7 @@ -- Indexed W-types aka Petersson-Synek trees ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.W.Indexed where diff --git a/src/Data/W/Sized.agda b/src/Data/W/Sized.agda index 51a6f8b484..88036fa33d 100644 --- a/src/Data/W/Sized.agda +++ b/src/Data/W/Sized.agda @@ -4,7 +4,7 @@ -- Sized W-types ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --sized-types #-} +{-# OPTIONS --without-K --sized-types #-} module Data.W.Sized where diff --git a/src/Data/Word.agda b/src/Data/Word.agda index df6594641c..fab79989e1 100644 --- a/src/Data/Word.agda +++ b/src/Data/Word.agda @@ -4,7 +4,7 @@ -- This module is DEPRECATED. Please use Data.Word64 instead ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Word where diff --git a/src/Data/Word/Base.agda b/src/Data/Word/Base.agda index f1f766885b..11eeaca089 100644 --- a/src/Data/Word/Base.agda +++ b/src/Data/Word/Base.agda @@ -4,7 +4,7 @@ -- This module is DEPRECATED. Please use Data.Word64.Base instead ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Word.Base where diff --git a/src/Data/Word/Instances.agda b/src/Data/Word/Instances.agda index e2df252dda..fbf8613d3b 100644 --- a/src/Data/Word/Instances.agda +++ b/src/Data/Word/Instances.agda @@ -4,7 +4,7 @@ -- This module is DEPRECATED. Please use Data.Word64.Instances instead ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Word.Instances where diff --git a/src/Data/Word/Properties.agda b/src/Data/Word/Properties.agda index b053aee190..b53dbb9c7d 100644 --- a/src/Data/Word/Properties.agda +++ b/src/Data/Word/Properties.agda @@ -4,7 +4,7 @@ -- This module is DEPRECATED. Please use Data.Word64.Properties instead ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Word.Properties where diff --git a/src/Data/Word64.agda b/src/Data/Word64.agda index 5c5004a1a4..2e1a242021 100644 --- a/src/Data/Word64.agda +++ b/src/Data/Word64.agda @@ -4,7 +4,7 @@ -- Machine words ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Word64 where diff --git a/src/Data/Word64/Base.agda b/src/Data/Word64/Base.agda index 8ce6daa615..1e8d1e5e5e 100644 --- a/src/Data/Word64/Base.agda +++ b/src/Data/Word64/Base.agda @@ -4,7 +4,7 @@ -- Machine words: basic type and conversion functions ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Word64.Base where diff --git a/src/Data/Word64/Instances.agda b/src/Data/Word64/Instances.agda index db8737dffc..9ac0052ba2 100644 --- a/src/Data/Word64/Instances.agda +++ b/src/Data/Word64/Instances.agda @@ -4,7 +4,7 @@ -- Instances for words ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Word64.Instances where diff --git a/src/Data/Word64/Literals.agda b/src/Data/Word64/Literals.agda index 70d1365e5f..c6aa6cb483 100644 --- a/src/Data/Word64/Literals.agda +++ b/src/Data/Word64/Literals.agda @@ -4,7 +4,7 @@ -- Word64 Literals ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Word64.Literals where diff --git a/src/Data/Word64/Primitive.agda b/src/Data/Word64/Primitive.agda index ff92d306fa..f039ef4453 100644 --- a/src/Data/Word64/Primitive.agda +++ b/src/Data/Word64/Primitive.agda @@ -4,7 +4,7 @@ -- Word64: simple bindings to Haskell types and functions ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible #-} +{-# OPTIONS --without-K #-} module Data.Word64.Primitive where diff --git a/src/Data/Word64/Properties.agda b/src/Data/Word64/Properties.agda index 7ca0f4918c..add8b98dfc 100644 --- a/src/Data/Word64/Properties.agda +++ b/src/Data/Word64/Properties.agda @@ -4,7 +4,7 @@ -- Properties of operations on machine words ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Word64.Properties where diff --git a/src/Data/Word64/Show.agda b/src/Data/Word64/Show.agda index e607c84366..c3978bccb5 100644 --- a/src/Data/Word64/Show.agda +++ b/src/Data/Word64/Show.agda @@ -4,7 +4,7 @@ -- Bytes: showing bit patterns ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible #-} +{-# OPTIONS --without-K #-} module Data.Word64.Show where diff --git a/src/Data/Word64/Unsafe.agda b/src/Data/Word64/Unsafe.agda index 2ff9b6fa86..7fa2fc3aef 100644 --- a/src/Data/Word64/Unsafe.agda +++ b/src/Data/Word64/Unsafe.agda @@ -4,7 +4,7 @@ -- Machine words: unsafe functions using the FFI ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible #-} +{-# OPTIONS --without-K #-} module Data.Word64.Unsafe where diff --git a/src/Data/Word8/Base.agda b/src/Data/Word8/Base.agda index 807702b096..7393dfc65c 100644 --- a/src/Data/Word8/Base.agda +++ b/src/Data/Word8/Base.agda @@ -4,7 +4,7 @@ -- Bytes: base type and functions ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible #-} +{-# OPTIONS --without-K #-} module Data.Word8.Base where diff --git a/src/Data/Word8/Literals.agda b/src/Data/Word8/Literals.agda index acc608f899..3c8ac9d24c 100644 --- a/src/Data/Word8/Literals.agda +++ b/src/Data/Word8/Literals.agda @@ -4,7 +4,7 @@ -- Byte Literals ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible #-} +{-# OPTIONS --without-K #-} module Data.Word8.Literals where diff --git a/src/Data/Word8/Primitive.agda b/src/Data/Word8/Primitive.agda index e0d2ac87c7..0d9569a017 100644 --- a/src/Data/Word8/Primitive.agda +++ b/src/Data/Word8/Primitive.agda @@ -4,7 +4,7 @@ -- Bytes: simple bindings to Haskell types and functions ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible #-} +{-# OPTIONS --without-K #-} module Data.Word8.Primitive where diff --git a/src/Data/Word8/Show.agda b/src/Data/Word8/Show.agda index d5594d97bb..5501322a78 100644 --- a/src/Data/Word8/Show.agda +++ b/src/Data/Word8/Show.agda @@ -4,7 +4,7 @@ -- Bytes: showing bit patterns ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible #-} +{-# OPTIONS --without-K #-} module Data.Word8.Show where diff --git a/src/Data/Wrap.agda b/src/Data/Wrap.agda index 5efb365ccb..05a6a8dfb4 100644 --- a/src/Data/Wrap.agda +++ b/src/Data/Wrap.agda @@ -6,7 +6,7 @@ -- This module has a readme file: README.Data.Wrap ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Data.Wrap where diff --git a/src/Debug/Trace.agda b/src/Debug/Trace.agda index 01800963bf..ce9524db6b 100644 --- a/src/Debug/Trace.agda +++ b/src/Debug/Trace.agda @@ -4,7 +4,7 @@ -- Printing Strings During Evaluation ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --rewriting #-} +{-# OPTIONS --without-K --rewriting #-} -- see README.Debug.Trace for a use-case diff --git a/src/Effect/Applicative.agda b/src/Effect/Applicative.agda index cb084c2708..44516d02cd 100644 --- a/src/Effect/Applicative.agda +++ b/src/Effect/Applicative.agda @@ -7,7 +7,7 @@ -- Note that currently the applicative functor laws are not included -- here. -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Effect.Applicative where diff --git a/src/Effect/Applicative/Indexed.agda b/src/Effect/Applicative/Indexed.agda index 47b36a85b0..40096a534f 100644 --- a/src/Effect/Applicative/Indexed.agda +++ b/src/Effect/Applicative/Indexed.agda @@ -7,7 +7,7 @@ -- Note that currently the applicative functor laws are not included -- here. -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Effect.Applicative.Indexed where diff --git a/src/Effect/Applicative/Predicate.agda b/src/Effect/Applicative/Predicate.agda index 75e3edb8bb..ca8b2d955f 100644 --- a/src/Effect/Applicative/Predicate.agda +++ b/src/Effect/Applicative/Predicate.agda @@ -7,7 +7,7 @@ -- Note that currently the applicative functor laws are not included -- here. -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Effect.Applicative.Predicate where diff --git a/src/Effect/Choice.agda b/src/Effect/Choice.agda index 920d6e9dda..818562c0b3 100644 --- a/src/Effect/Choice.agda +++ b/src/Effect/Choice.agda @@ -5,7 +5,7 @@ -- e.g. (List, _++_) ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Effect.Choice where diff --git a/src/Effect/Comonad.agda b/src/Effect/Comonad.agda index 9577cd385f..d872b13e40 100644 --- a/src/Effect/Comonad.agda +++ b/src/Effect/Comonad.agda @@ -6,7 +6,7 @@ -- Note that currently the monad laws are not included here. -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Effect.Comonad where diff --git a/src/Effect/Empty.agda b/src/Effect/Empty.agda index e97ccda79f..6ef89b1462 100644 --- a/src/Effect/Empty.agda +++ b/src/Effect/Empty.agda @@ -4,7 +4,7 @@ -- Empty values (e.g. [] for List, nothing for Maybe) ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Effect.Empty where diff --git a/src/Effect/Foldable.agda b/src/Effect/Foldable.agda index 1c6e2aea31..b8b5bf5744 100644 --- a/src/Effect/Foldable.agda +++ b/src/Effect/Foldable.agda @@ -6,7 +6,7 @@ -- Note that currently the Foldable laws are not included here. -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Effect.Foldable where diff --git a/src/Effect/Functor.agda b/src/Effect/Functor.agda index c99f113646..814683f945 100644 --- a/src/Effect/Functor.agda +++ b/src/Effect/Functor.agda @@ -6,7 +6,7 @@ -- Note that currently the functor laws are not included here. -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Effect.Functor where diff --git a/src/Effect/Functor/Predicate.agda b/src/Effect/Functor/Predicate.agda index 33efdc33c7..a5929f9c24 100644 --- a/src/Effect/Functor/Predicate.agda +++ b/src/Effect/Functor/Predicate.agda @@ -6,7 +6,7 @@ -- Note that currently the functor laws are not included here. -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Effect.Functor.Predicate where diff --git a/src/Effect/Monad.agda b/src/Effect/Monad.agda index 980a23a744..aff5165106 100644 --- a/src/Effect/Monad.agda +++ b/src/Effect/Monad.agda @@ -6,7 +6,7 @@ -- Note that currently the monad laws are not included here. -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Effect.Monad where diff --git a/src/Effect/Monad/Continuation.agda b/src/Effect/Monad/Continuation.agda index a5764f8898..6e7e50d47c 100644 --- a/src/Effect/Monad/Continuation.agda +++ b/src/Effect/Monad/Continuation.agda @@ -4,7 +4,7 @@ -- A delimited continuation monad ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Effect.Monad.Continuation where diff --git a/src/Effect/Monad/Error/Transformer.agda b/src/Effect/Monad/Error/Transformer.agda index bb8128ff4e..3d103d8e8d 100644 --- a/src/Effect/Monad/Error/Transformer.agda +++ b/src/Effect/Monad/Error/Transformer.agda @@ -4,7 +4,7 @@ -- The error monad transformer ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Level using (Level; _⊔_; suc) diff --git a/src/Effect/Monad/IO.agda b/src/Effect/Monad/IO.agda index c0f662d6ef..ac95281ea2 100644 --- a/src/Effect/Monad/IO.agda +++ b/src/Effect/Monad/IO.agda @@ -4,7 +4,7 @@ -- The IO monad ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --guardedness #-} +{-# OPTIONS --without-K --guardedness #-} module Effect.Monad.IO where diff --git a/src/Effect/Monad/IO/Instances.agda b/src/Effect/Monad/IO/Instances.agda index d52c984b48..ba96a6dc13 100644 --- a/src/Effect/Monad/IO/Instances.agda +++ b/src/Effect/Monad/IO/Instances.agda @@ -4,7 +4,7 @@ -- Typeclass instances for the IO monad ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --guardedness #-} +{-# OPTIONS --without-K --guardedness #-} module Effect.Monad.IO.Instances where diff --git a/src/Effect/Monad/Identity.agda b/src/Effect/Monad/Identity.agda index e3b9b81069..571d9f4f60 100644 --- a/src/Effect/Monad/Identity.agda +++ b/src/Effect/Monad/Identity.agda @@ -4,7 +4,7 @@ -- An effectful view of the identity function ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Effect.Monad.Identity where diff --git a/src/Effect/Monad/Identity/Instances.agda b/src/Effect/Monad/Identity/Instances.agda index f76f2da084..7e770c3a4b 100644 --- a/src/Effect/Monad/Identity/Instances.agda +++ b/src/Effect/Monad/Identity/Instances.agda @@ -4,7 +4,7 @@ -- Typeclass instances for Identity ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Effect.Monad.Identity.Instances where diff --git a/src/Effect/Monad/Indexed.agda b/src/Effect/Monad/Indexed.agda index f4b3bc662a..668831a0a8 100644 --- a/src/Effect/Monad/Indexed.agda +++ b/src/Effect/Monad/Indexed.agda @@ -6,7 +6,7 @@ -- Note that currently the monad laws are not included here. -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Effect.Monad.Indexed where diff --git a/src/Effect/Monad/Partiality.agda b/src/Effect/Monad/Partiality.agda index d2bf58cac5..e8faf43919 100644 --- a/src/Effect/Monad/Partiality.agda +++ b/src/Effect/Monad/Partiality.agda @@ -4,7 +4,7 @@ -- The partiality monad ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe --guardedness #-} +{-# OPTIONS --without-K --safe --guardedness #-} module Effect.Monad.Partiality where diff --git a/src/Effect/Monad/Partiality/All.agda b/src/Effect/Monad/Partiality/All.agda index d79a29da57..c8d12a25a5 100644 --- a/src/Effect/Monad/Partiality/All.agda +++ b/src/Effect/Monad/Partiality/All.agda @@ -4,7 +4,7 @@ -- An All predicate for the partiality monad ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe --guardedness #-} +{-# OPTIONS --without-K --safe --guardedness #-} module Effect.Monad.Partiality.All where diff --git a/src/Effect/Monad/Partiality/Instances.agda b/src/Effect/Monad/Partiality/Instances.agda index f058683593..8e41343258 100644 --- a/src/Effect/Monad/Partiality/Instances.agda +++ b/src/Effect/Monad/Partiality/Instances.agda @@ -4,7 +4,7 @@ -- Typeclass instances for _⊥ ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe --guardedness #-} +{-# OPTIONS --without-K --safe --guardedness #-} module Effect.Monad.Partiality.Instances where diff --git a/src/Effect/Monad/Predicate.agda b/src/Effect/Monad/Predicate.agda index cd97826c33..00116ae50a 100644 --- a/src/Effect/Monad/Predicate.agda +++ b/src/Effect/Monad/Predicate.agda @@ -6,7 +6,7 @@ -- Note that currently the monad laws are not included here. -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Effect.Monad.Predicate where diff --git a/src/Effect/Monad/Random.agda b/src/Effect/Monad/Random.agda index ecab7490ee..23dce1e9a1 100644 --- a/src/Effect/Monad/Random.agda +++ b/src/Effect/Monad/Random.agda @@ -4,7 +4,7 @@ -- The Random monad class ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --guardedness #-} +{-# OPTIONS --without-K --guardedness #-} module Effect.Monad.Random where diff --git a/src/Effect/Monad/Random/Instances.agda b/src/Effect/Monad/Random/Instances.agda index f55dfd7774..2ec8cc3fe7 100644 --- a/src/Effect/Monad/Random/Instances.agda +++ b/src/Effect/Monad/Random/Instances.agda @@ -4,7 +4,7 @@ -- Typeclass instances for the IO monad ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --guardedness #-} +{-# OPTIONS --without-K --guardedness #-} module Effect.Monad.Random.Instances where diff --git a/src/Effect/Monad/Reader.agda b/src/Effect/Monad/Reader.agda index e4ef78da0d..ffa1f43af9 100644 --- a/src/Effect/Monad/Reader.agda +++ b/src/Effect/Monad/Reader.agda @@ -4,7 +4,7 @@ -- The reader monad ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Effect.Monad.Reader where diff --git a/src/Effect/Monad/Reader/Indexed.agda b/src/Effect/Monad/Reader/Indexed.agda index ca33a0d371..ec4a508730 100644 --- a/src/Effect/Monad/Reader/Indexed.agda +++ b/src/Effect/Monad/Reader/Indexed.agda @@ -4,7 +4,7 @@ -- The indexed reader monad ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Level using (Level; _⊔_; suc; Lift; lift) diff --git a/src/Effect/Monad/Reader/Instances.agda b/src/Effect/Monad/Reader/Instances.agda index 9fa0e768bb..52587114a4 100644 --- a/src/Effect/Monad/Reader/Instances.agda +++ b/src/Effect/Monad/Reader/Instances.agda @@ -4,7 +4,7 @@ -- Instances for the reader monad ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Effect.Monad.Reader.Instances where diff --git a/src/Effect/Monad/Reader/Transformer.agda b/src/Effect/Monad/Reader/Transformer.agda index e13e3f4df1..9b232c5512 100644 --- a/src/Effect/Monad/Reader/Transformer.agda +++ b/src/Effect/Monad/Reader/Transformer.agda @@ -4,7 +4,7 @@ -- The reader monad transformer ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Effect.Monad.Reader.Transformer where diff --git a/src/Effect/Monad/Reader/Transformer/Base.agda b/src/Effect/Monad/Reader/Transformer/Base.agda index 653c997308..cf0013c077 100644 --- a/src/Effect/Monad/Reader/Transformer/Base.agda +++ b/src/Effect/Monad/Reader/Transformer/Base.agda @@ -4,7 +4,7 @@ -- Basic type and definition of the reader monad transformer ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Effect.Monad.Reader.Transformer.Base {r} (R : Set r) where diff --git a/src/Effect/Monad/State.agda b/src/Effect/Monad/State.agda index 4af0b026c1..de83f8512e 100644 --- a/src/Effect/Monad/State.agda +++ b/src/Effect/Monad/State.agda @@ -4,7 +4,7 @@ -- The state monad ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Effect.Monad.State where diff --git a/src/Effect/Monad/State/Indexed.agda b/src/Effect/Monad/State/Indexed.agda index 0df52d864e..591a9e7621 100644 --- a/src/Effect/Monad/State/Indexed.agda +++ b/src/Effect/Monad/State/Indexed.agda @@ -4,7 +4,7 @@ -- The indexed state monad ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Effect.Monad.State.Indexed where diff --git a/src/Effect/Monad/State/Instances.agda b/src/Effect/Monad/State/Instances.agda index eb3a914f46..fa1d35050f 100644 --- a/src/Effect/Monad/State/Instances.agda +++ b/src/Effect/Monad/State/Instances.agda @@ -4,7 +4,7 @@ -- Instances for the state monad ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Effect.Monad.State.Instances where diff --git a/src/Effect/Monad/State/Transformer.agda b/src/Effect/Monad/State/Transformer.agda index 3a2f272f34..d8d2811d55 100644 --- a/src/Effect/Monad/State/Transformer.agda +++ b/src/Effect/Monad/State/Transformer.agda @@ -4,7 +4,7 @@ -- The state monad transformer ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Effect.Monad.State.Transformer where diff --git a/src/Effect/Monad/State/Transformer/Base.agda b/src/Effect/Monad/State/Transformer/Base.agda index bc2252a811..e364f0febd 100644 --- a/src/Effect/Monad/State/Transformer/Base.agda +++ b/src/Effect/Monad/State/Transformer/Base.agda @@ -4,7 +4,7 @@ -- Basic definition and functions on the state monad transformer ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Effect.Monad.State.Transformer.Base where diff --git a/src/Effect/Monad/Writer.agda b/src/Effect/Monad/Writer.agda index 92fbad4086..71e498bded 100644 --- a/src/Effect/Monad/Writer.agda +++ b/src/Effect/Monad/Writer.agda @@ -4,7 +4,7 @@ -- The writer monad ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Effect.Monad.Writer where diff --git a/src/Effect/Monad/Writer/Indexed.agda b/src/Effect/Monad/Writer/Indexed.agda index 48792207f5..097340c758 100644 --- a/src/Effect/Monad/Writer/Indexed.agda +++ b/src/Effect/Monad/Writer/Indexed.agda @@ -4,7 +4,7 @@ -- The indexed writer monad ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Level diff --git a/src/Effect/Monad/Writer/Instances.agda b/src/Effect/Monad/Writer/Instances.agda index 2be5343c32..5a537b9556 100644 --- a/src/Effect/Monad/Writer/Instances.agda +++ b/src/Effect/Monad/Writer/Instances.agda @@ -4,7 +4,7 @@ -- Instances for the writer monad ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Effect.Monad.Writer.Instances where diff --git a/src/Effect/Monad/Writer/Transformer.agda b/src/Effect/Monad/Writer/Transformer.agda index 46f1e20776..863129e9ad 100644 --- a/src/Effect/Monad/Writer/Transformer.agda +++ b/src/Effect/Monad/Writer/Transformer.agda @@ -4,7 +4,7 @@ -- The writer monad transformer ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Effect.Monad.Writer.Transformer where diff --git a/src/Effect/Monad/Writer/Transformer/Base.agda b/src/Effect/Monad/Writer/Transformer/Base.agda index 11eb5b0f85..f68f1551a1 100644 --- a/src/Effect/Monad/Writer/Transformer/Base.agda +++ b/src/Effect/Monad/Writer/Transformer/Base.agda @@ -4,7 +4,7 @@ -- Basic type and definition of the writer monad transformer ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Effect.Monad.Writer.Transformer.Base where diff --git a/src/Foreign/Haskell.agda b/src/Foreign/Haskell.agda index 28fb4dbb1d..70a80150c6 100644 --- a/src/Foreign/Haskell.agda +++ b/src/Foreign/Haskell.agda @@ -4,7 +4,7 @@ -- Type(s) used (only) when calling out to Haskell via the FFI ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible #-} +{-# OPTIONS --without-K #-} module Foreign.Haskell where diff --git a/src/Foreign/Haskell/Coerce.agda b/src/Foreign/Haskell/Coerce.agda index 4383a1ac86..8f91b0363f 100644 --- a/src/Foreign/Haskell/Coerce.agda +++ b/src/Foreign/Haskell/Coerce.agda @@ -4,7 +4,7 @@ -- Zero-cost coercion to cross the FFI boundary ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible #-} +{-# OPTIONS --without-K #-} module Foreign.Haskell.Coerce where diff --git a/src/Foreign/Haskell/Either.agda b/src/Foreign/Haskell/Either.agda index 3d92ab0fbf..1433e4a6d7 100644 --- a/src/Foreign/Haskell/Either.agda +++ b/src/Foreign/Haskell/Either.agda @@ -4,7 +4,7 @@ -- The Either type which calls out to Haskell via the FFI ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible #-} +{-# OPTIONS --without-K #-} module Foreign.Haskell.Either where diff --git a/src/Foreign/Haskell/List/NonEmpty.agda b/src/Foreign/Haskell/List/NonEmpty.agda index cbb137f452..7d12cc9387 100644 --- a/src/Foreign/Haskell/List/NonEmpty.agda +++ b/src/Foreign/Haskell/List/NonEmpty.agda @@ -4,7 +4,7 @@ -- The NonEmpty type which calls out to Haskell via the FFI ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible #-} +{-# OPTIONS --without-K #-} module Foreign.Haskell.List.NonEmpty where diff --git a/src/Foreign/Haskell/Maybe.agda b/src/Foreign/Haskell/Maybe.agda index 04b9c0a6b2..14a111e5af 100644 --- a/src/Foreign/Haskell/Maybe.agda +++ b/src/Foreign/Haskell/Maybe.agda @@ -4,7 +4,7 @@ -- This module is DEPRECATED. Please use the builtin Maybe instead. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible #-} +{-# OPTIONS --without-K #-} module Foreign.Haskell.Maybe where diff --git a/src/Foreign/Haskell/Pair.agda b/src/Foreign/Haskell/Pair.agda index dd82295dba..1b5870d506 100644 --- a/src/Foreign/Haskell/Pair.agda +++ b/src/Foreign/Haskell/Pair.agda @@ -4,7 +4,7 @@ -- The Pair type which calls out to Haskell via the FFI ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible #-} +{-# OPTIONS --without-K #-} module Foreign.Haskell.Pair where diff --git a/src/Function.agda b/src/Function.agda index b4155ef8ef..0520d8da97 100644 --- a/src/Function.agda +++ b/src/Function.agda @@ -4,7 +4,7 @@ -- Functions ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Function where diff --git a/src/Function/Base.agda b/src/Function/Base.agda index 1f8f3f0b18..a0f8072c13 100644 --- a/src/Function/Base.agda +++ b/src/Function/Base.agda @@ -8,7 +8,7 @@ -- module. See `Function.Strict` for strict versions of these -- combinators. -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Function.Base where diff --git a/src/Function/Bijection.agda b/src/Function/Bijection.agda index c94b83b9b7..4f00a2bc66 100644 --- a/src/Function/Bijection.agda +++ b/src/Function/Bijection.agda @@ -4,7 +4,7 @@ -- This module is DEPRECATED. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} {-# OPTIONS --warning=noUserWarning #-} module Function.Bijection where diff --git a/src/Function/Bundles.agda b/src/Function/Bundles.agda index 9667e33cc6..da851b0d17 100644 --- a/src/Function/Bundles.agda +++ b/src/Function/Bundles.agda @@ -15,7 +15,7 @@ -- other library hierarchies, as this would duplicate the equality -- axioms. -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Function.Bundles where diff --git a/src/Function/Consequences.agda b/src/Function/Consequences.agda index 2a13d452f6..303c799ed6 100644 --- a/src/Function/Consequences.agda +++ b/src/Function/Consequences.agda @@ -6,7 +6,7 @@ -- propositional equality. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Function.Consequences where diff --git a/src/Function/Consequences/Propositional.agda b/src/Function/Consequences/Propositional.agda index 80b4556e42..b4a6f0210d 100644 --- a/src/Function/Consequences/Propositional.agda +++ b/src/Function/Consequences/Propositional.agda @@ -5,7 +5,7 @@ -- over both the domain and codomain is assumed to be _≡_ ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Function.Consequences.Propositional {a b} {A : Set a} {B : Set b} diff --git a/src/Function/Consequences/Setoid.agda b/src/Function/Consequences/Setoid.agda index 25fdbf45d8..5ded84b10b 100644 --- a/src/Function/Consequences/Setoid.agda +++ b/src/Function/Consequences/Setoid.agda @@ -5,7 +5,7 @@ -- over both the domain and codomain are assumed to be setoids. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Bundles using (Setoid) diff --git a/src/Function/Construct/Composition.agda b/src/Function/Construct/Composition.agda index 208f5e3d74..2cb090d0e5 100644 --- a/src/Function/Construct/Composition.agda +++ b/src/Function/Construct/Composition.agda @@ -4,7 +4,7 @@ -- Composition of functional properties ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Function.Construct.Composition where diff --git a/src/Function/Construct/Constant.agda b/src/Function/Construct/Constant.agda index ae01e6fa1d..3514134cc8 100644 --- a/src/Function/Construct/Constant.agda +++ b/src/Function/Construct/Constant.agda @@ -4,7 +4,7 @@ -- The constant function ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Function.Construct.Constant where diff --git a/src/Function/Construct/Identity.agda b/src/Function/Construct/Identity.agda index 331a82edab..09987c7f6d 100644 --- a/src/Function/Construct/Identity.agda +++ b/src/Function/Construct/Identity.agda @@ -4,7 +4,7 @@ -- The identity function ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Function.Construct.Identity where diff --git a/src/Function/Construct/Symmetry.agda b/src/Function/Construct/Symmetry.agda index e9bf2d8cd7..d90dab0ba2 100644 --- a/src/Function/Construct/Symmetry.agda +++ b/src/Function/Construct/Symmetry.agda @@ -4,7 +4,7 @@ -- Some functional properties are symmetric ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Function.Construct.Symmetry where diff --git a/src/Function/Core.agda b/src/Function/Core.agda index 14dca5fe02..c8eb3ee2d0 100644 --- a/src/Function/Core.agda +++ b/src/Function/Core.agda @@ -6,7 +6,7 @@ -- The contents of this file should always be accessed from `Function`. -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Function.Core where diff --git a/src/Function/Definitions.agda b/src/Function/Definitions.agda index 225dc53998..d7ed94c4e5 100644 --- a/src/Function/Definitions.agda +++ b/src/Function/Definitions.agda @@ -6,7 +6,7 @@ -- The contents of this file should usually be accessed from `Function`. -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Function.Definitions where diff --git a/src/Function/Dependent/Bundles.agda b/src/Function/Dependent/Bundles.agda index 177e2f9b9f..1c5ddc5166 100644 --- a/src/Function/Dependent/Bundles.agda +++ b/src/Function/Dependent/Bundles.agda @@ -15,7 +15,7 @@ -- other library hierarchies, as this would duplicate the equality -- axioms. -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Function.Dependent.Bundles where diff --git a/src/Function/Endo/Propositional.agda b/src/Function/Endo/Propositional.agda index c86c7a277b..a078647c91 100644 --- a/src/Function/Endo/Propositional.agda +++ b/src/Function/Endo/Propositional.agda @@ -4,7 +4,7 @@ -- Endomorphisms on a Set ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Function.Endo.Propositional {a} (A : Set a) where diff --git a/src/Function/Endo/Setoid.agda b/src/Function/Endo/Setoid.agda index 4fe9328b41..47696ef19f 100644 --- a/src/Function/Endo/Setoid.agda +++ b/src/Function/Endo/Setoid.agda @@ -4,7 +4,7 @@ -- Endomorphisms on a Setoid ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Bundles using (Setoid) diff --git a/src/Function/Endomorphism/Propositional.agda b/src/Function/Endomorphism/Propositional.agda index 4c22966d96..c6b49c4877 100644 --- a/src/Function/Endomorphism/Propositional.agda +++ b/src/Function/Endomorphism/Propositional.agda @@ -4,7 +4,7 @@ -- This module is DEPRECATED. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Function.Endomorphism.Propositional {a} (A : Set a) where diff --git a/src/Function/Endomorphism/Setoid.agda b/src/Function/Endomorphism/Setoid.agda index 5d4993ecf6..a357997075 100644 --- a/src/Function/Endomorphism/Setoid.agda +++ b/src/Function/Endomorphism/Setoid.agda @@ -4,7 +4,7 @@ -- This module is DEPRECATED. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Core using (_Preserves_⟶_) open import Relation.Binary.Bundles using (Setoid) diff --git a/src/Function/Equality.agda b/src/Function/Equality.agda index 4748834a83..cb80ac2ffc 100644 --- a/src/Function/Equality.agda +++ b/src/Function/Equality.agda @@ -4,7 +4,7 @@ -- This module is DEPRECATED. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Function.Equality where diff --git a/src/Function/Equivalence.agda b/src/Function/Equivalence.agda index ea07fd0c9a..2729893579 100644 --- a/src/Function/Equivalence.agda +++ b/src/Function/Equivalence.agda @@ -4,7 +4,7 @@ -- This module is DEPRECATED. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} {-# OPTIONS --warning=noUserWarning #-} module Function.Equivalence where diff --git a/src/Function/HalfAdjointEquivalence.agda b/src/Function/HalfAdjointEquivalence.agda index 619eed7ae6..c80cce2068 100644 --- a/src/Function/HalfAdjointEquivalence.agda +++ b/src/Function/HalfAdjointEquivalence.agda @@ -4,7 +4,7 @@ -- This module is DEPRECATED. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} {-# OPTIONS --warning=noUserWarning #-} module Function.HalfAdjointEquivalence where diff --git a/src/Function/Identity/Categorical.agda b/src/Function/Identity/Categorical.agda index 7fbdec019e..358f85ae17 100644 --- a/src/Function/Identity/Categorical.agda +++ b/src/Function/Identity/Categorical.agda @@ -5,7 +5,7 @@ -- `Function.Identity.Effectful` instead. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Function.Identity.Categorical where diff --git a/src/Function/Identity/Effectful.agda b/src/Function/Identity/Effectful.agda index 9e351ee109..3ec2870c7f 100644 --- a/src/Function/Identity/Effectful.agda +++ b/src/Function/Identity/Effectful.agda @@ -4,7 +4,7 @@ -- An effectful view of the identity function ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Function.Identity.Effectful where diff --git a/src/Function/Indexed/Bundles.agda b/src/Function/Indexed/Bundles.agda index 682f19e634..8e6bddd489 100644 --- a/src/Function/Indexed/Bundles.agda +++ b/src/Function/Indexed/Bundles.agda @@ -4,7 +4,7 @@ -- Operations on Relations for Indexed sets ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Function.Indexed.Bundles where diff --git a/src/Function/Indexed/Relation/Binary/Equality.agda b/src/Function/Indexed/Relation/Binary/Equality.agda index 6f0bd7db8f..0537605598 100644 --- a/src/Function/Indexed/Relation/Binary/Equality.agda +++ b/src/Function/Indexed/Relation/Binary/Equality.agda @@ -4,7 +4,7 @@ -- Function setoids and related constructions ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Function.Indexed.Relation.Binary.Equality where diff --git a/src/Function/Injection.agda b/src/Function/Injection.agda index 2647b1b5d3..0064985db2 100644 --- a/src/Function/Injection.agda +++ b/src/Function/Injection.agda @@ -4,7 +4,7 @@ -- This module is DEPRECATED. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} {-# OPTIONS --warning=noUserWarning #-} module Function.Injection where diff --git a/src/Function/Inverse.agda b/src/Function/Inverse.agda index 621647dbdc..4b2991f000 100644 --- a/src/Function/Inverse.agda +++ b/src/Function/Inverse.agda @@ -4,7 +4,7 @@ -- This module is DEPRECATED. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} {-# OPTIONS --warning=noUserWarning #-} module Function.Inverse where diff --git a/src/Function/LeftInverse.agda b/src/Function/LeftInverse.agda index e8010ded50..ebccd54b7a 100644 --- a/src/Function/LeftInverse.agda +++ b/src/Function/LeftInverse.agda @@ -4,7 +4,7 @@ -- This module is DEPRECATED. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} {-# OPTIONS --warning=noUserWarning #-} module Function.LeftInverse where diff --git a/src/Function/Metric.agda b/src/Function/Metric.agda index e029fcb086..554f14d21f 100644 --- a/src/Function/Metric.agda +++ b/src/Function/Metric.agda @@ -4,7 +4,7 @@ -- Metrics with arbitrary domains and codomains ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Function.Metric where diff --git a/src/Function/Metric/Bundles.agda b/src/Function/Metric/Bundles.agda index ad3a29c333..1910898533 100644 --- a/src/Function/Metric/Bundles.agda +++ b/src/Function/Metric/Bundles.agda @@ -6,7 +6,7 @@ -- The contents of this module should be accessed via `Function.Metric`. -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Function.Metric.Bundles where diff --git a/src/Function/Metric/Core.agda b/src/Function/Metric/Core.agda index b0fca2a990..0bf41232b6 100644 --- a/src/Function/Metric/Core.agda +++ b/src/Function/Metric/Core.agda @@ -4,7 +4,7 @@ -- Core metric definitions ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Function.Metric.Core where diff --git a/src/Function/Metric/Definitions.agda b/src/Function/Metric/Definitions.agda index acecc24564..ebad9aeb30 100644 --- a/src/Function/Metric/Definitions.agda +++ b/src/Function/Metric/Definitions.agda @@ -6,7 +6,7 @@ -- The contents of this module should be accessed via `Function.Metric`. -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Function.Metric.Definitions where diff --git a/src/Function/Metric/Nat.agda b/src/Function/Metric/Nat.agda index 2ab6300871..a4884de949 100644 --- a/src/Function/Metric/Nat.agda +++ b/src/Function/Metric/Nat.agda @@ -4,7 +4,7 @@ -- Metrics with ℕ as the codomain of the metric function ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Function.Metric.Nat where diff --git a/src/Function/Metric/Nat/Bundles.agda b/src/Function/Metric/Nat/Bundles.agda index 2304d54249..e1a5eb71f0 100644 --- a/src/Function/Metric/Nat/Bundles.agda +++ b/src/Function/Metric/Nat/Bundles.agda @@ -8,7 +8,7 @@ -- general metric spaces cannot be reused as it is impossible to -- constrain the image set to ℕ. -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Function.Metric.Nat.Bundles where diff --git a/src/Function/Metric/Nat/Core.agda b/src/Function/Metric/Nat/Core.agda index af6f3ad361..3f49a6e275 100644 --- a/src/Function/Metric/Nat/Core.agda +++ b/src/Function/Metric/Nat/Core.agda @@ -4,7 +4,7 @@ -- Core definitions for metrics over ℕ ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Function.Metric.Nat.Core where diff --git a/src/Function/Metric/Nat/Definitions.agda b/src/Function/Metric/Nat/Definitions.agda index 7c48e3de76..68b1582306 100644 --- a/src/Function/Metric/Nat/Definitions.agda +++ b/src/Function/Metric/Nat/Definitions.agda @@ -4,7 +4,7 @@ -- Core definitions for metrics over ℕ ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Function.Metric.Nat.Definitions where diff --git a/src/Function/Metric/Nat/Structures.agda b/src/Function/Metric/Nat/Structures.agda index abf9127a88..8548c62f77 100644 --- a/src/Function/Metric/Nat/Structures.agda +++ b/src/Function/Metric/Nat/Structures.agda @@ -4,7 +4,7 @@ -- Core definitions for metrics over ℕ ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Function.Metric.Nat.Structures where diff --git a/src/Function/Metric/Rational.agda b/src/Function/Metric/Rational.agda index a5e18d14b9..32f4016a5d 100644 --- a/src/Function/Metric/Rational.agda +++ b/src/Function/Metric/Rational.agda @@ -4,7 +4,7 @@ -- Metrics with ℚ as the codomain of the metric function ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Function.Metric.Rational where diff --git a/src/Function/Metric/Rational/Bundles.agda b/src/Function/Metric/Rational/Bundles.agda index 018d26c6df..0a1941b21b 100644 --- a/src/Function/Metric/Rational/Bundles.agda +++ b/src/Function/Metric/Rational/Bundles.agda @@ -8,7 +8,7 @@ -- general metric spaces cannot be reused as it is impossible to -- constrain the image set to ℚ. -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Function.Metric.Rational.Bundles where diff --git a/src/Function/Metric/Rational/Core.agda b/src/Function/Metric/Rational/Core.agda index 0f77861d31..9e1e3cd069 100644 --- a/src/Function/Metric/Rational/Core.agda +++ b/src/Function/Metric/Rational/Core.agda @@ -4,7 +4,7 @@ -- Core definitions for metrics over ℕ ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Data.Rational.Base using (ℚ) import Function.Metric.Core as Base diff --git a/src/Function/Metric/Rational/Definitions.agda b/src/Function/Metric/Rational/Definitions.agda index f25e5f96c6..d5ef42f84c 100644 --- a/src/Function/Metric/Rational/Definitions.agda +++ b/src/Function/Metric/Rational/Definitions.agda @@ -4,7 +4,7 @@ -- Core definitions for metrics over ℚ ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Algebra.Core using (Op₂) open import Data.Rational.Base diff --git a/src/Function/Metric/Rational/Structures.agda b/src/Function/Metric/Rational/Structures.agda index 3a8acdaae6..ec4f1ffd7d 100644 --- a/src/Function/Metric/Rational/Structures.agda +++ b/src/Function/Metric/Rational/Structures.agda @@ -4,7 +4,7 @@ -- Core definitions for metrics over ℚ ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Data.Rational.Base open import Function.Base using (const) diff --git a/src/Function/Metric/Structures.agda b/src/Function/Metric/Structures.agda index 68c85e48b4..0a90e7f398 100644 --- a/src/Function/Metric/Structures.agda +++ b/src/Function/Metric/Structures.agda @@ -7,7 +7,7 @@ -- The contents of this module should usually be accessed via -- `Function.Metric`. -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Core using (Rel) open import Relation.Binary.Structures using (IsPartialOrder; IsEquivalence) diff --git a/src/Function/Nary/NonDependent.agda b/src/Function/Nary/NonDependent.agda index ddb9f19a81..312399162a 100644 --- a/src/Function/Nary/NonDependent.agda +++ b/src/Function/Nary/NonDependent.agda @@ -4,7 +4,7 @@ -- Heterogeneous N-ary Functions ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Function.Nary.NonDependent where diff --git a/src/Function/Nary/NonDependent/Base.agda b/src/Function/Nary/NonDependent/Base.agda index 82e609d5ca..a5a3c62014 100644 --- a/src/Function/Nary/NonDependent/Base.agda +++ b/src/Function/Nary/NonDependent/Base.agda @@ -4,7 +4,7 @@ -- Heterogeneous N-ary Functions: basic types and operations ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Function.Nary.NonDependent.Base where diff --git a/src/Function/Properties.agda b/src/Function/Properties.agda index bddb573e46..cce37e1045 100644 --- a/src/Function/Properties.agda +++ b/src/Function/Properties.agda @@ -4,7 +4,7 @@ -- Basic properties of the function type ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Function.Properties where diff --git a/src/Function/Properties/Bijection.agda b/src/Function/Properties/Bijection.agda index c606ad5645..d83a2aeee5 100644 --- a/src/Function/Properties/Bijection.agda +++ b/src/Function/Properties/Bijection.agda @@ -4,7 +4,7 @@ -- Some basic properties of bijections. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Function.Properties.Bijection where diff --git a/src/Function/Properties/Equivalence.agda b/src/Function/Properties/Equivalence.agda index 1ffe5fc561..d5eb952903 100644 --- a/src/Function/Properties/Equivalence.agda +++ b/src/Function/Properties/Equivalence.agda @@ -5,7 +5,7 @@ -- imported qualified. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Function.Properties.Equivalence where diff --git a/src/Function/Properties/Injection.agda b/src/Function/Properties/Injection.agda index 5963823fcd..c17579f729 100644 --- a/src/Function/Properties/Injection.agda +++ b/src/Function/Properties/Injection.agda @@ -4,7 +4,7 @@ -- Properties for injections ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Function.Properties.Injection where diff --git a/src/Function/Properties/Inverse.agda b/src/Function/Properties/Inverse.agda index c3d7d13490..349843b0f0 100644 --- a/src/Function/Properties/Inverse.agda +++ b/src/Function/Properties/Inverse.agda @@ -4,7 +4,7 @@ -- Properties of inverses. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Function.Properties.Inverse where diff --git a/src/Function/Properties/Inverse/HalfAdjointEquivalence.agda b/src/Function/Properties/Inverse/HalfAdjointEquivalence.agda index 1fb4e36813..da144a28c8 100644 --- a/src/Function/Properties/Inverse/HalfAdjointEquivalence.agda +++ b/src/Function/Properties/Inverse/HalfAdjointEquivalence.agda @@ -4,7 +4,7 @@ -- Half adjoint equivalences ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Function.Properties.Inverse.HalfAdjointEquivalence where diff --git a/src/Function/Properties/RightInverse.agda b/src/Function/Properties/RightInverse.agda index 43c6bba62b..86c2c671cb 100644 --- a/src/Function/Properties/RightInverse.agda +++ b/src/Function/Properties/RightInverse.agda @@ -4,7 +4,7 @@ -- Properties of right inverses ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Function.Properties.RightInverse where diff --git a/src/Function/Properties/Surjection.agda b/src/Function/Properties/Surjection.agda index 17b3dc657e..d4cc563f67 100644 --- a/src/Function/Properties/Surjection.agda +++ b/src/Function/Properties/Surjection.agda @@ -4,7 +4,7 @@ -- Properties of surjections ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Function.Properties.Surjection where diff --git a/src/Function/Reasoning.agda b/src/Function/Reasoning.agda index ea39d0b52e..3dc7f6e901 100644 --- a/src/Function/Reasoning.agda +++ b/src/Function/Reasoning.agda @@ -5,7 +5,7 @@ -- README.Function.Reasoning for examples ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Function.Reasoning where diff --git a/src/Function/Related.agda b/src/Function/Related.agda index 94cca300d0..3899273e64 100644 --- a/src/Function/Related.agda +++ b/src/Function/Related.agda @@ -4,7 +4,7 @@ -- This module is DEPRECATED. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} {-# OPTIONS --warning=noUserWarning #-} module Function.Related where diff --git a/src/Function/Related/Propositional.agda b/src/Function/Related/Propositional.agda index 22d721e735..5b541416a3 100644 --- a/src/Function/Related/Propositional.agda +++ b/src/Function/Related/Propositional.agda @@ -4,7 +4,7 @@ -- Relatedness for the function hierarchy ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Function.Related.Propositional where diff --git a/src/Function/Related/TypeIsomorphisms.agda b/src/Function/Related/TypeIsomorphisms.agda index 2e6f467d43..9ce7a2bc57 100644 --- a/src/Function/Related/TypeIsomorphisms.agda +++ b/src/Function/Related/TypeIsomorphisms.agda @@ -5,7 +5,7 @@ -- equivalent or…) ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Function.Related.TypeIsomorphisms where diff --git a/src/Function/Related/TypeIsomorphisms/Solver.agda b/src/Function/Related/TypeIsomorphisms/Solver.agda index 043ab70e7e..e2555eaa8a 100644 --- a/src/Function/Related/TypeIsomorphisms/Solver.agda +++ b/src/Function/Related/TypeIsomorphisms/Solver.agda @@ -6,7 +6,7 @@ -- See examples at the bottom of the file for how to use this solver ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Function.Related.TypeIsomorphisms.Solver where diff --git a/src/Function/Relation/Binary/Setoid/Equality.agda b/src/Function/Relation/Binary/Setoid/Equality.agda index 6c530b0e9b..50439aeae6 100644 --- a/src/Function/Relation/Binary/Setoid/Equality.agda +++ b/src/Function/Relation/Binary/Setoid/Equality.agda @@ -4,7 +4,7 @@ -- Function Equality setoid ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Level using (Level; _⊔_) open import Relation.Binary.Bundles using (Setoid) diff --git a/src/Function/Strict.agda b/src/Function/Strict.agda index de8d5abcdf..e0bcd697d5 100644 --- a/src/Function/Strict.agda +++ b/src/Function/Strict.agda @@ -7,7 +7,7 @@ -- The contents of this module is also accessible via the `Function` -- module. -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Function.Strict where diff --git a/src/Function/Structures.agda b/src/Function/Structures.agda index 9533cfb179..6ac268d384 100644 --- a/src/Function/Structures.agda +++ b/src/Function/Structures.agda @@ -6,7 +6,7 @@ -- The contents of this file should usually be accessed from `Function`. -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Core using (Rel) open import Relation.Binary.Bundles using (Setoid) diff --git a/src/Function/Structures/Biased.agda b/src/Function/Structures/Biased.agda index 8e570f2618..f6444654f4 100644 --- a/src/Function/Structures/Biased.agda +++ b/src/Function/Structures/Biased.agda @@ -7,7 +7,7 @@ ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Core using (Rel) diff --git a/src/Function/Surjection.agda b/src/Function/Surjection.agda index 2e741833b0..17946068fa 100644 --- a/src/Function/Surjection.agda +++ b/src/Function/Surjection.agda @@ -4,7 +4,7 @@ -- This module is DEPRECATED. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} {-# OPTIONS --warning=noUserWarning #-} module Function.Surjection where diff --git a/src/IO.agda b/src/IO.agda index 0462d9b8b9..90b25d1c07 100644 --- a/src/IO.agda +++ b/src/IO.agda @@ -4,7 +4,7 @@ -- IO ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --guardedness #-} +{-# OPTIONS --without-K --guardedness #-} module IO where diff --git a/src/IO/Base.agda b/src/IO/Base.agda index 7687a65748..26a6efd3c5 100644 --- a/src/IO/Base.agda +++ b/src/IO/Base.agda @@ -4,7 +4,7 @@ -- IO: basic types and functions ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --guardedness #-} +{-# OPTIONS --without-K --guardedness #-} module IO.Base where diff --git a/src/IO/Categorical.agda b/src/IO/Categorical.agda index 9e264a5283..310b7d878d 100644 --- a/src/IO/Categorical.agda +++ b/src/IO/Categorical.agda @@ -5,7 +5,7 @@ -- `IO.Effectful` instead. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --guardedness #-} +{-# OPTIONS --without-K --guardedness #-} module IO.Categorical where diff --git a/src/IO/Effectful.agda b/src/IO/Effectful.agda index 5046dcd352..35459d1d6f 100644 --- a/src/IO/Effectful.agda +++ b/src/IO/Effectful.agda @@ -4,7 +4,7 @@ -- An effectful view of IO ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --guardedness #-} +{-# OPTIONS --without-K --guardedness #-} module IO.Effectful where diff --git a/src/IO/Finite.agda b/src/IO/Finite.agda index ff4e0da14f..8aec7f4dec 100644 --- a/src/IO/Finite.agda +++ b/src/IO/Finite.agda @@ -4,7 +4,7 @@ -- IO only involving finite objects ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --guardedness #-} +{-# OPTIONS --without-K --guardedness #-} module IO.Finite where diff --git a/src/IO/Handle.agda b/src/IO/Handle.agda index 0c15906201..dfb848f81c 100644 --- a/src/IO/Handle.agda +++ b/src/IO/Handle.agda @@ -4,7 +4,7 @@ -- IO handles: simple bindings to Haskell types and functions ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --guardedness #-} +{-# OPTIONS --without-K --guardedness #-} module IO.Handle where diff --git a/src/IO/Infinite.agda b/src/IO/Infinite.agda index a8e829ae9f..6926bf27c8 100644 --- a/src/IO/Infinite.agda +++ b/src/IO/Infinite.agda @@ -4,7 +4,7 @@ -- IO only involving infinite objects ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --guardedness #-} +{-# OPTIONS --without-K --guardedness #-} module IO.Infinite where diff --git a/src/IO/Instances.agda b/src/IO/Instances.agda index d892019c41..1e680ca947 100644 --- a/src/IO/Instances.agda +++ b/src/IO/Instances.agda @@ -4,7 +4,7 @@ -- Typeclass instances for IO ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --guardedness #-} +{-# OPTIONS --without-K --guardedness #-} module IO.Instances where diff --git a/src/IO/Primitive.agda b/src/IO/Primitive.agda index 324a32b643..bc2f58e6a1 100644 --- a/src/IO/Primitive.agda +++ b/src/IO/Primitive.agda @@ -4,7 +4,7 @@ -- This module is DEPRECATED. Please use IO.Primitive.Core instead ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible #-} +{-# OPTIONS --without-K #-} module IO.Primitive where diff --git a/src/IO/Primitive/Core.agda b/src/IO/Primitive/Core.agda index 04fba8c6f8..d543c0ef4e 100644 --- a/src/IO/Primitive/Core.agda +++ b/src/IO/Primitive/Core.agda @@ -6,7 +6,7 @@ -- NOTE: the contents of this module should be accessed via `IO`. -{-# OPTIONS --cubical-compatible #-} +{-# OPTIONS --without-K #-} module IO.Primitive.Core where diff --git a/src/IO/Primitive/Finite.agda b/src/IO/Primitive/Finite.agda index 5efed69d77..a415b3e06c 100644 --- a/src/IO/Primitive/Finite.agda +++ b/src/IO/Primitive/Finite.agda @@ -5,7 +5,7 @@ -- Everything is assumed to be finite ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible #-} +{-# OPTIONS --without-K #-} module IO.Primitive.Finite where diff --git a/src/IO/Primitive/Handle.agda b/src/IO/Primitive/Handle.agda index f6b01a70be..47d7cd996d 100644 --- a/src/IO/Primitive/Handle.agda +++ b/src/IO/Primitive/Handle.agda @@ -6,7 +6,7 @@ -- NOTE: the contents of this module should be accessed via `IO`. -{-# OPTIONS --cubical-compatible #-} +{-# OPTIONS --without-K #-} module IO.Primitive.Handle where diff --git a/src/IO/Primitive/Infinite.agda b/src/IO/Primitive/Infinite.agda index 6eddcaa738..2edbd490d5 100644 --- a/src/IO/Primitive/Infinite.agda +++ b/src/IO/Primitive/Infinite.agda @@ -5,7 +5,7 @@ -- manipulating potentially infinite objects ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --guardedness #-} +{-# OPTIONS --without-K --guardedness #-} module IO.Primitive.Infinite where diff --git a/src/Induction.agda b/src/Induction.agda index 03d7750b9e..2e3277dd4e 100644 --- a/src/Induction.agda +++ b/src/Induction.agda @@ -11,7 +11,7 @@ -- if they are normalised. Note also that Agda can do the -- normalisation for you. -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Induction where diff --git a/src/Induction/InfiniteDescent.agda b/src/Induction/InfiniteDescent.agda index 822543ce8b..730f37b6a1 100644 --- a/src/Induction/InfiniteDescent.agda +++ b/src/Induction/InfiniteDescent.agda @@ -6,7 +6,7 @@ -- element x satisfying P to 'smaller' y also satisfying P ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Induction.InfiniteDescent where diff --git a/src/Induction/Lexicographic.agda b/src/Induction/Lexicographic.agda index 594a5ae6f9..71dff5b2d2 100644 --- a/src/Induction/Lexicographic.agda +++ b/src/Induction/Lexicographic.agda @@ -4,7 +4,7 @@ -- Lexicographic induction ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Induction.Lexicographic where diff --git a/src/Induction/WellFounded.agda b/src/Induction/WellFounded.agda index c31670840e..4d5aec6a74 100644 --- a/src/Induction/WellFounded.agda +++ b/src/Induction/WellFounded.agda @@ -4,7 +4,7 @@ -- Well-founded induction ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Induction.WellFounded where diff --git a/src/Level.agda b/src/Level.agda index 4d0ccf97ba..2aefd37786 100644 --- a/src/Level.agda +++ b/src/Level.agda @@ -4,7 +4,7 @@ -- Universe levels ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Level where diff --git a/src/Level/Literals.agda b/src/Level/Literals.agda index 2470382668..6f6528a5a3 100644 --- a/src/Level/Literals.agda +++ b/src/Level/Literals.agda @@ -4,7 +4,7 @@ -- Conversion from naturals to universe levels ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Level.Literals where diff --git a/src/Reflection.agda b/src/Reflection.agda index fd3476cebb..11851cc792 100644 --- a/src/Reflection.agda +++ b/src/Reflection.agda @@ -4,7 +4,7 @@ -- Support for reflection ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Reflection where diff --git a/src/Reflection/AST.agda b/src/Reflection/AST.agda index 27cfb24052..83f0d8c6e9 100644 --- a/src/Reflection/AST.agda +++ b/src/Reflection/AST.agda @@ -4,7 +4,7 @@ -- The reflected abstract syntax tree ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Reflection.AST where diff --git a/src/Reflection/AST/Abstraction.agda b/src/Reflection/AST/Abstraction.agda index e91ae8d00c..a6529e10c5 100644 --- a/src/Reflection/AST/Abstraction.agda +++ b/src/Reflection/AST/Abstraction.agda @@ -4,7 +4,7 @@ -- Abstractions used in the reflection machinery ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Reflection.AST.Abstraction where diff --git a/src/Reflection/AST/AlphaEquality.agda b/src/Reflection/AST/AlphaEquality.agda index fc2e3bfcd5..7c2c6330f3 100644 --- a/src/Reflection/AST/AlphaEquality.agda +++ b/src/Reflection/AST/AlphaEquality.agda @@ -4,7 +4,7 @@ -- Alpha equality over terms ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Reflection.AST.AlphaEquality where diff --git a/src/Reflection/AST/Argument.agda b/src/Reflection/AST/Argument.agda index 9fd29e7330..9aa281ed1f 100644 --- a/src/Reflection/AST/Argument.agda +++ b/src/Reflection/AST/Argument.agda @@ -4,7 +4,7 @@ -- Arguments used in the reflection machinery ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Reflection.AST.Argument where diff --git a/src/Reflection/AST/Argument/Information.agda b/src/Reflection/AST/Argument/Information.agda index 307a1b1976..346d3ce669 100644 --- a/src/Reflection/AST/Argument/Information.agda +++ b/src/Reflection/AST/Argument/Information.agda @@ -4,7 +4,7 @@ -- Argument information used in the reflection machinery ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Reflection.AST.Argument.Information where diff --git a/src/Reflection/AST/Argument/Modality.agda b/src/Reflection/AST/Argument/Modality.agda index e71b0f2710..2b3d7e9604 100644 --- a/src/Reflection/AST/Argument/Modality.agda +++ b/src/Reflection/AST/Argument/Modality.agda @@ -4,7 +4,7 @@ -- Modalities used in the reflection machinery ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Reflection.AST.Argument.Modality where diff --git a/src/Reflection/AST/Argument/Quantity.agda b/src/Reflection/AST/Argument/Quantity.agda index a042218660..bdd3f61576 100644 --- a/src/Reflection/AST/Argument/Quantity.agda +++ b/src/Reflection/AST/Argument/Quantity.agda @@ -4,7 +4,7 @@ -- Argument quantities used in the reflection machinery ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Reflection.AST.Argument.Quantity where diff --git a/src/Reflection/AST/Argument/Relevance.agda b/src/Reflection/AST/Argument/Relevance.agda index a06095dc8b..2c6b5653fa 100644 --- a/src/Reflection/AST/Argument/Relevance.agda +++ b/src/Reflection/AST/Argument/Relevance.agda @@ -4,7 +4,7 @@ -- Argument relevance used in the reflection machinery ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Reflection.AST.Argument.Relevance where diff --git a/src/Reflection/AST/Argument/Visibility.agda b/src/Reflection/AST/Argument/Visibility.agda index db68cb4b27..799787ab59 100644 --- a/src/Reflection/AST/Argument/Visibility.agda +++ b/src/Reflection/AST/Argument/Visibility.agda @@ -4,7 +4,7 @@ -- Argument visibility used in the reflection machinery ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Reflection.AST.Argument.Visibility where diff --git a/src/Reflection/AST/DeBruijn.agda b/src/Reflection/AST/DeBruijn.agda index ad024b791d..aaac2e5ad7 100644 --- a/src/Reflection/AST/DeBruijn.agda +++ b/src/Reflection/AST/DeBruijn.agda @@ -4,7 +4,7 @@ -- Weakening, strengthening and free variable check for reflected terms. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Reflection.AST.DeBruijn where diff --git a/src/Reflection/AST/Definition.agda b/src/Reflection/AST/Definition.agda index 400499afd3..dda2a87b49 100644 --- a/src/Reflection/AST/Definition.agda +++ b/src/Reflection/AST/Definition.agda @@ -4,7 +4,7 @@ -- Definitions used in the reflection machinery ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Reflection.AST.Definition where diff --git a/src/Reflection/AST/Instances.agda b/src/Reflection/AST/Instances.agda index 27a766076d..02ab421fd2 100644 --- a/src/Reflection/AST/Instances.agda +++ b/src/Reflection/AST/Instances.agda @@ -4,7 +4,7 @@ -- Instances for reflected syntax ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Reflection.AST.Instances where diff --git a/src/Reflection/AST/Literal.agda b/src/Reflection/AST/Literal.agda index 9048e75ede..42ec251456 100644 --- a/src/Reflection/AST/Literal.agda +++ b/src/Reflection/AST/Literal.agda @@ -4,7 +4,7 @@ -- Literals used in the reflection machinery ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Reflection.AST.Literal where diff --git a/src/Reflection/AST/Meta.agda b/src/Reflection/AST/Meta.agda index bef152149f..1b97601280 100644 --- a/src/Reflection/AST/Meta.agda +++ b/src/Reflection/AST/Meta.agda @@ -4,7 +4,7 @@ -- Metavariables used in the reflection machinery ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Reflection.AST.Meta where diff --git a/src/Reflection/AST/Name.agda b/src/Reflection/AST/Name.agda index 867d14bd6e..7ee05ea59e 100644 --- a/src/Reflection/AST/Name.agda +++ b/src/Reflection/AST/Name.agda @@ -4,7 +4,7 @@ -- Names used in the reflection machinery ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Reflection.AST.Name where diff --git a/src/Reflection/AST/Pattern.agda b/src/Reflection/AST/Pattern.agda index 814baf1038..09122f1024 100644 --- a/src/Reflection/AST/Pattern.agda +++ b/src/Reflection/AST/Pattern.agda @@ -4,7 +4,7 @@ -- Patterns used in the reflection machinery ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Reflection.AST.Pattern where diff --git a/src/Reflection/AST/Show.agda b/src/Reflection/AST/Show.agda index 8757e3aef1..9334c4475e 100644 --- a/src/Reflection/AST/Show.agda +++ b/src/Reflection/AST/Show.agda @@ -7,7 +7,7 @@ -- Note that Reflection.termErr can also be used directly in tactic -- error messages. -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Reflection.AST.Show where diff --git a/src/Reflection/AST/Term.agda b/src/Reflection/AST/Term.agda index 0a1b9e3b53..283c5f644e 100644 --- a/src/Reflection/AST/Term.agda +++ b/src/Reflection/AST/Term.agda @@ -4,7 +4,7 @@ -- Terms used in the reflection machinery ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Reflection.AST.Term where diff --git a/src/Reflection/AST/Traversal.agda b/src/Reflection/AST/Traversal.agda index 2598b75c1a..e2a96b4bc2 100644 --- a/src/Reflection/AST/Traversal.agda +++ b/src/Reflection/AST/Traversal.agda @@ -4,7 +4,7 @@ -- de Bruijn-aware generic traversal of reflected terms. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Effect.Applicative using (RawApplicative) diff --git a/src/Reflection/AST/Universe.agda b/src/Reflection/AST/Universe.agda index 59aad70f58..ae1e1b0432 100644 --- a/src/Reflection/AST/Universe.agda +++ b/src/Reflection/AST/Universe.agda @@ -4,7 +4,7 @@ -- A universe for the types involved in the reflected syntax. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Reflection.AST.Universe where diff --git a/src/Reflection/AnnotatedAST.agda b/src/Reflection/AnnotatedAST.agda index aac574dea9..2671c7a246 100644 --- a/src/Reflection/AnnotatedAST.agda +++ b/src/Reflection/AnnotatedAST.agda @@ -3,10 +3,10 @@ -- -- Annotated reflected syntax. -- --- NOTE: This file does not check under --cubical-compatible due to +-- NOTE: This file does not check under --without-K due to -- restrictions in the termination checker. In particular -- recursive functions over a universe of types is not supported --- by --cubical-compatible. +-- by --without-K. ------------------------------------------------------------------------ {-# OPTIONS --safe --with-K #-} diff --git a/src/Reflection/External.agda b/src/Reflection/External.agda index 122eab9905..1f529fe244 100644 --- a/src/Reflection/External.agda +++ b/src/Reflection/External.agda @@ -4,7 +4,7 @@ -- Support for system calls as part of reflection ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Reflection.External where diff --git a/src/Reflection/TCM.agda b/src/Reflection/TCM.agda index d762dab2c5..926143c43f 100644 --- a/src/Reflection/TCM.agda +++ b/src/Reflection/TCM.agda @@ -4,7 +4,7 @@ -- The TC (Type Checking) monad ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Reflection.TCM where diff --git a/src/Reflection/TCM/Categorical.agda b/src/Reflection/TCM/Categorical.agda index f1c5d76319..475923dcab 100644 --- a/src/Reflection/TCM/Categorical.agda +++ b/src/Reflection/TCM/Categorical.agda @@ -5,7 +5,7 @@ -- `Reflection.TCM.Effectful` instead. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Reflection.TCM.Categorical where diff --git a/src/Reflection/TCM/Effectful.agda b/src/Reflection/TCM/Effectful.agda index 7ded03aac2..efe4cfc498 100644 --- a/src/Reflection/TCM/Effectful.agda +++ b/src/Reflection/TCM/Effectful.agda @@ -4,7 +4,7 @@ -- Typeclass instances for TC ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Reflection.TCM.Effectful where diff --git a/src/Reflection/TCM/Format.agda b/src/Reflection/TCM/Format.agda index c8a935cde6..30d6b3f6cf 100644 --- a/src/Reflection/TCM/Format.agda +++ b/src/Reflection/TCM/Format.agda @@ -4,7 +4,7 @@ -- Printf-style versions of typeError and debugPrint ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Reflection.TCM.Format where diff --git a/src/Reflection/TCM/Instances.agda b/src/Reflection/TCM/Instances.agda index f545c4c8b1..4580f75192 100644 --- a/src/Reflection/TCM/Instances.agda +++ b/src/Reflection/TCM/Instances.agda @@ -4,7 +4,7 @@ -- Typeclass instances for TC ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Reflection.TCM.Instances where diff --git a/src/Reflection/TCM/Syntax.agda b/src/Reflection/TCM/Syntax.agda index fbe27c6db7..c9825f3628 100644 --- a/src/Reflection/TCM/Syntax.agda +++ b/src/Reflection/TCM/Syntax.agda @@ -4,7 +4,7 @@ -- Monad syntax for the TC monad ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Reflection.TCM.Syntax where diff --git a/src/Reflection/TCM/Utilities.agda b/src/Reflection/TCM/Utilities.agda index 25a32dd767..41e2c0b536 100644 --- a/src/Reflection/TCM/Utilities.agda +++ b/src/Reflection/TCM/Utilities.agda @@ -4,7 +4,7 @@ -- Reflection utilities ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Reflection.TCM.Utilities where diff --git a/src/Relation/Binary.agda b/src/Relation/Binary.agda index efdd9921f9..27c93789d8 100644 --- a/src/Relation/Binary.agda +++ b/src/Relation/Binary.agda @@ -4,7 +4,7 @@ -- Properties of homogeneous binary relations ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Relation.Binary where diff --git a/src/Relation/Binary/Bundles.agda b/src/Relation/Binary/Bundles.agda index cd66369dec..622e523df8 100644 --- a/src/Relation/Binary/Bundles.agda +++ b/src/Relation/Binary/Bundles.agda @@ -6,7 +6,7 @@ -- The contents of this module should be accessed via `Relation.Binary`. -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Relation.Binary.Bundles where diff --git a/src/Relation/Binary/Bundles/Raw.agda b/src/Relation/Binary/Bundles/Raw.agda index 778054acc8..24f8d064fc 100644 --- a/src/Relation/Binary/Bundles/Raw.agda +++ b/src/Relation/Binary/Bundles/Raw.agda @@ -6,7 +6,7 @@ -- The contents of this module should be accessed via `Relation.Binary`. -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Relation.Binary.Bundles.Raw where diff --git a/src/Relation/Binary/Consequences.agda b/src/Relation/Binary/Consequences.agda index 43d91631ec..44cc28ac38 100644 --- a/src/Relation/Binary/Consequences.agda +++ b/src/Relation/Binary/Consequences.agda @@ -4,7 +4,7 @@ -- Some properties imply others ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Relation.Binary.Consequences where diff --git a/src/Relation/Binary/Construct/Add/Extrema/Equality.agda b/src/Relation/Binary/Construct/Add/Extrema/Equality.agda index ddddadf292..6b025fb6dd 100644 --- a/src/Relation/Binary/Construct/Add/Extrema/Equality.agda +++ b/src/Relation/Binary/Construct/Add/Extrema/Equality.agda @@ -4,7 +4,7 @@ -- A pointwise lifting of a relation to incorporate new extrema. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} -- This module is designed to be used with -- Relation.Nullary.Construct.Add.Extrema diff --git a/src/Relation/Binary/Construct/Add/Extrema/NonStrict.agda b/src/Relation/Binary/Construct/Add/Extrema/NonStrict.agda index 4e6c01bd52..a8384d1e5c 100644 --- a/src/Relation/Binary/Construct/Add/Extrema/NonStrict.agda +++ b/src/Relation/Binary/Construct/Add/Extrema/NonStrict.agda @@ -4,7 +4,7 @@ -- The lifting of a non-strict order to incorporate new extrema ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} -- This module is designed to be used with -- Relation.Nullary.Construct.Add.Extrema diff --git a/src/Relation/Binary/Construct/Add/Extrema/Strict.agda b/src/Relation/Binary/Construct/Add/Extrema/Strict.agda index 57fdb25122..2790139bf6 100644 --- a/src/Relation/Binary/Construct/Add/Extrema/Strict.agda +++ b/src/Relation/Binary/Construct/Add/Extrema/Strict.agda @@ -4,7 +4,7 @@ -- The lifting of a strict order to incorporate new extrema ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} -- This module is designed to be used with -- Relation.Nullary.Construct.Add.Extrema diff --git a/src/Relation/Binary/Construct/Add/Infimum/Equality.agda b/src/Relation/Binary/Construct/Add/Infimum/Equality.agda index 6f5336fc44..c94b5d2afa 100644 --- a/src/Relation/Binary/Construct/Add/Infimum/Equality.agda +++ b/src/Relation/Binary/Construct/Add/Infimum/Equality.agda @@ -4,7 +4,7 @@ -- A pointwise lifting of a relation to incorporate a new infimum. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} -- This module is designed to be used with -- Relation.Nullary.Construct.Add.Infimum diff --git a/src/Relation/Binary/Construct/Add/Infimum/NonStrict.agda b/src/Relation/Binary/Construct/Add/Infimum/NonStrict.agda index 1c59d03972..849002905b 100644 --- a/src/Relation/Binary/Construct/Add/Infimum/NonStrict.agda +++ b/src/Relation/Binary/Construct/Add/Infimum/NonStrict.agda @@ -4,7 +4,7 @@ -- The lifting of a non-strict order to incorporate a new infimum ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} -- This module is designed to be used with -- Relation.Nullary.Construct.Add.Infimum diff --git a/src/Relation/Binary/Construct/Add/Infimum/Strict.agda b/src/Relation/Binary/Construct/Add/Infimum/Strict.agda index 8769ac6e94..5e9688e1c2 100644 --- a/src/Relation/Binary/Construct/Add/Infimum/Strict.agda +++ b/src/Relation/Binary/Construct/Add/Infimum/Strict.agda @@ -4,7 +4,7 @@ -- The lifting of a strict order to incorporate a new infimum ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} -- This module is designed to be used with -- Relation.Nullary.Construct.Add.Infimum diff --git a/src/Relation/Binary/Construct/Add/Point/Equality.agda b/src/Relation/Binary/Construct/Add/Point/Equality.agda index cf272759cf..23af03890d 100644 --- a/src/Relation/Binary/Construct/Add/Point/Equality.agda +++ b/src/Relation/Binary/Construct/Add/Point/Equality.agda @@ -4,7 +4,7 @@ -- A pointwise lifting of a relation to incorporate an additional point. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} -- This module is designed to be used with -- Relation.Nullary.Construct.Add.Point diff --git a/src/Relation/Binary/Construct/Add/Supremum/Equality.agda b/src/Relation/Binary/Construct/Add/Supremum/Equality.agda index c0a18a68e5..4de4756b9e 100644 --- a/src/Relation/Binary/Construct/Add/Supremum/Equality.agda +++ b/src/Relation/Binary/Construct/Add/Supremum/Equality.agda @@ -4,7 +4,7 @@ -- A pointwise lifting of a relation to incorporate a new supremum. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} -- This module is designed to be used with -- Relation.Nullary.Construct.Add.Supremum diff --git a/src/Relation/Binary/Construct/Add/Supremum/NonStrict.agda b/src/Relation/Binary/Construct/Add/Supremum/NonStrict.agda index 124068aa80..bf80c01d05 100644 --- a/src/Relation/Binary/Construct/Add/Supremum/NonStrict.agda +++ b/src/Relation/Binary/Construct/Add/Supremum/NonStrict.agda @@ -4,7 +4,7 @@ -- The lifting of a non-strict order to incorporate a new supremum ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} -- This module is designed to be used with -- Relation.Nullary.Construct.Add.Supremum diff --git a/src/Relation/Binary/Construct/Add/Supremum/Strict.agda b/src/Relation/Binary/Construct/Add/Supremum/Strict.agda index fd4a78d92f..61f8487896 100644 --- a/src/Relation/Binary/Construct/Add/Supremum/Strict.agda +++ b/src/Relation/Binary/Construct/Add/Supremum/Strict.agda @@ -4,7 +4,7 @@ -- The lifting of a strict order to incorporate a new supremum ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} -- This module is designed to be used with -- Relation.Nullary.Construct.Add.Supremum diff --git a/src/Relation/Binary/Construct/Always.agda b/src/Relation/Binary/Construct/Always.agda index 70c22e1034..66a724b856 100644 --- a/src/Relation/Binary/Construct/Always.agda +++ b/src/Relation/Binary/Construct/Always.agda @@ -4,7 +4,7 @@ -- The universal binary relation ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Relation.Binary.Construct.Always where diff --git a/src/Relation/Binary/Construct/Closure/Equivalence.agda b/src/Relation/Binary/Construct/Closure/Equivalence.agda index 622bf20e24..fc45973075 100644 --- a/src/Relation/Binary/Construct/Closure/Equivalence.agda +++ b/src/Relation/Binary/Construct/Closure/Equivalence.agda @@ -5,7 +5,7 @@ -- relation (aka the equivalence closure). ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Relation.Binary.Construct.Closure.Equivalence where diff --git a/src/Relation/Binary/Construct/Closure/Equivalence/Properties.agda b/src/Relation/Binary/Construct/Closure/Equivalence/Properties.agda index 3cdd9a98f0..cf8ba0163d 100644 --- a/src/Relation/Binary/Construct/Closure/Equivalence/Properties.agda +++ b/src/Relation/Binary/Construct/Closure/Equivalence/Properties.agda @@ -4,7 +4,7 @@ -- Some properties of equivalence closures. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Relation.Binary.Construct.Closure.Equivalence.Properties where diff --git a/src/Relation/Binary/Construct/Closure/Reflexive.agda b/src/Relation/Binary/Construct/Closure/Reflexive.agda index d1fb6ca974..2a509fe985 100644 --- a/src/Relation/Binary/Construct/Closure/Reflexive.agda +++ b/src/Relation/Binary/Construct/Closure/Reflexive.agda @@ -4,7 +4,7 @@ -- Reflexive closures ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Relation.Binary.Construct.Closure.Reflexive where diff --git a/src/Relation/Binary/Construct/Closure/Reflexive/Properties.agda b/src/Relation/Binary/Construct/Closure/Reflexive/Properties.agda index e6d494889f..0652d4c0f8 100644 --- a/src/Relation/Binary/Construct/Closure/Reflexive/Properties.agda +++ b/src/Relation/Binary/Construct/Closure/Reflexive/Properties.agda @@ -4,7 +4,7 @@ -- Some properties of reflexive closures ------------------------------------------------------------------------ -{-# OPTIONS --safe --cubical-compatible #-} +{-# OPTIONS --safe --without-K #-} module Relation.Binary.Construct.Closure.Reflexive.Properties where diff --git a/src/Relation/Binary/Construct/Closure/ReflexiveTransitive.agda b/src/Relation/Binary/Construct/Closure/ReflexiveTransitive.agda index 43778816c3..5660e59073 100644 --- a/src/Relation/Binary/Construct/Closure/ReflexiveTransitive.agda +++ b/src/Relation/Binary/Construct/Closure/ReflexiveTransitive.agda @@ -4,7 +4,7 @@ -- The reflexive transitive closures of McBride, Norell and Jansson ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Relation.Binary.Construct.Closure.ReflexiveTransitive where diff --git a/src/Relation/Binary/Construct/Closure/ReflexiveTransitive/Properties.agda b/src/Relation/Binary/Construct/Closure/ReflexiveTransitive/Properties.agda index 35d7f12d67..259582a7ae 100644 --- a/src/Relation/Binary/Construct/Closure/ReflexiveTransitive/Properties.agda +++ b/src/Relation/Binary/Construct/Closure/ReflexiveTransitive/Properties.agda @@ -4,7 +4,7 @@ -- Some properties of reflexive transitive closures. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Relation.Binary.Construct.Closure.ReflexiveTransitive.Properties where diff --git a/src/Relation/Binary/Construct/Closure/Symmetric.agda b/src/Relation/Binary/Construct/Closure/Symmetric.agda index 369b368f20..126553db79 100644 --- a/src/Relation/Binary/Construct/Closure/Symmetric.agda +++ b/src/Relation/Binary/Construct/Closure/Symmetric.agda @@ -4,7 +4,7 @@ -- Symmetric closures of binary relations ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Relation.Binary.Construct.Closure.Symmetric where diff --git a/src/Relation/Binary/Construct/Closure/SymmetricTransitive.agda b/src/Relation/Binary/Construct/Closure/SymmetricTransitive.agda index 5766ce704a..03b56e6ff0 100644 --- a/src/Relation/Binary/Construct/Closure/SymmetricTransitive.agda +++ b/src/Relation/Binary/Construct/Closure/SymmetricTransitive.agda @@ -4,7 +4,7 @@ -- Symmetric transitive closures of binary relations ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Relation.Binary.Construct.Closure.SymmetricTransitive where diff --git a/src/Relation/Binary/Construct/Closure/Transitive.agda b/src/Relation/Binary/Construct/Closure/Transitive.agda index 69f18250b6..a2b3214c85 100644 --- a/src/Relation/Binary/Construct/Closure/Transitive.agda +++ b/src/Relation/Binary/Construct/Closure/Transitive.agda @@ -4,7 +4,7 @@ -- Transitive closures ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Relation.Binary.Construct.Closure.Transitive where diff --git a/src/Relation/Binary/Construct/Composition.agda b/src/Relation/Binary/Construct/Composition.agda index bb0a2ef932..4c40f908e1 100644 --- a/src/Relation/Binary/Construct/Composition.agda +++ b/src/Relation/Binary/Construct/Composition.agda @@ -4,7 +4,7 @@ -- Composition of two binary relations ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Relation.Binary.Construct.Composition where diff --git a/src/Relation/Binary/Construct/Constant.agda b/src/Relation/Binary/Construct/Constant.agda index 139a6d0543..4961b2c141 100644 --- a/src/Relation/Binary/Construct/Constant.agda +++ b/src/Relation/Binary/Construct/Constant.agda @@ -4,7 +4,7 @@ -- The binary relation defined by a constant ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Relation.Binary.Construct.Constant where diff --git a/src/Relation/Binary/Construct/Constant/Core.agda b/src/Relation/Binary/Construct/Constant/Core.agda index 7cfff0445a..ffca66212d 100644 --- a/src/Relation/Binary/Construct/Constant/Core.agda +++ b/src/Relation/Binary/Construct/Constant/Core.agda @@ -4,7 +4,7 @@ -- The binary relation defined by a constant ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Relation.Binary.Construct.Constant.Core where diff --git a/src/Relation/Binary/Construct/Converse.agda b/src/Relation/Binary/Construct/Converse.agda index c1e2d177a7..94c65bf752 100644 --- a/src/Relation/Binary/Construct/Converse.agda +++ b/src/Relation/Binary/Construct/Converse.agda @@ -5,7 +5,7 @@ -- `Relation.Binary.Construct.Flip.EqAndOrd` instead. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Relation.Binary.Construct.Converse where diff --git a/src/Relation/Binary/Construct/Flip.agda b/src/Relation/Binary/Construct/Flip.agda index cbae1e8867..ec9fd98cd3 100644 --- a/src/Relation/Binary/Construct/Flip.agda +++ b/src/Relation/Binary/Construct/Flip.agda @@ -5,7 +5,7 @@ -- `Relation.Binary.Construct.Flip.Ord` instead. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Relation.Binary.Construct.Flip where diff --git a/src/Relation/Binary/Construct/Flip/EqAndOrd.agda b/src/Relation/Binary/Construct/Flip/EqAndOrd.agda index 402804f1b6..ff5828ee97 100644 --- a/src/Relation/Binary/Construct/Flip/EqAndOrd.agda +++ b/src/Relation/Binary/Construct/Flip/EqAndOrd.agda @@ -6,7 +6,7 @@ -- flip the underlying equality. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Relation.Binary.Construct.Flip.EqAndOrd where diff --git a/src/Relation/Binary/Construct/Flip/Ord.agda b/src/Relation/Binary/Construct/Flip/Ord.agda index 3a2a5f3524..b2e3dd438d 100644 --- a/src/Relation/Binary/Construct/Flip/Ord.agda +++ b/src/Relation/Binary/Construct/Flip/Ord.agda @@ -6,7 +6,7 @@ -- flips both the relation and the underlying equality. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Relation.Binary.Construct.Flip.Ord where diff --git a/src/Relation/Binary/Construct/FromPred.agda b/src/Relation/Binary/Construct/FromPred.agda index eb39112719..4b072050ba 100644 --- a/src/Relation/Binary/Construct/FromPred.agda +++ b/src/Relation/Binary/Construct/FromPred.agda @@ -5,7 +5,7 @@ -- made that this preorder is unique. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Core using (Rel; _⇒_) open import Relation.Binary.Bundles using (Setoid; Preorder) diff --git a/src/Relation/Binary/Construct/FromRel.agda b/src/Relation/Binary/Construct/FromRel.agda index 3cac113912..82ff7ed6d5 100644 --- a/src/Relation/Binary/Construct/FromRel.agda +++ b/src/Relation/Binary/Construct/FromRel.agda @@ -5,7 +5,7 @@ -- made that this preorder is unique. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Core using (REL; Rel; _⇒_) open import Relation.Binary.Bundles using (Setoid; Preorder) diff --git a/src/Relation/Binary/Construct/Interior/Symmetric.agda b/src/Relation/Binary/Construct/Interior/Symmetric.agda index 4f4eb561a7..fa4802e661 100644 --- a/src/Relation/Binary/Construct/Interior/Symmetric.agda +++ b/src/Relation/Binary/Construct/Interior/Symmetric.agda @@ -4,7 +4,7 @@ -- Symmetric interior of a binary relation ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Relation.Binary.Construct.Interior.Symmetric where diff --git a/src/Relation/Binary/Construct/Intersection.agda b/src/Relation/Binary/Construct/Intersection.agda index 16603994b6..8a459eb616 100644 --- a/src/Relation/Binary/Construct/Intersection.agda +++ b/src/Relation/Binary/Construct/Intersection.agda @@ -4,7 +4,7 @@ -- Intersection of two binary relations ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Relation.Binary.Construct.Intersection where diff --git a/src/Relation/Binary/Construct/NaturalOrder/Left.agda b/src/Relation/Binary/Construct/NaturalOrder/Left.agda index 0c5f1cad15..4fb5bdd200 100644 --- a/src/Relation/Binary/Construct/NaturalOrder/Left.agda +++ b/src/Relation/Binary/Construct/NaturalOrder/Left.agda @@ -5,7 +5,7 @@ -- natural order. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Algebra.Core using (Op₂) open import Relation.Binary.Core using (Rel; _⇒_) diff --git a/src/Relation/Binary/Construct/NaturalOrder/Right.agda b/src/Relation/Binary/Construct/NaturalOrder/Right.agda index d974768350..b5ce21df6b 100644 --- a/src/Relation/Binary/Construct/NaturalOrder/Right.agda +++ b/src/Relation/Binary/Construct/NaturalOrder/Right.agda @@ -5,7 +5,7 @@ -- natural order. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Algebra.Core using (Op₂) open import Data.Product.Base using (_,_; _×_) diff --git a/src/Relation/Binary/Construct/Never.agda b/src/Relation/Binary/Construct/Never.agda index e90b90ab74..9d62a06b19 100644 --- a/src/Relation/Binary/Construct/Never.agda +++ b/src/Relation/Binary/Construct/Never.agda @@ -4,7 +4,7 @@ -- The empty binary relation ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Relation.Binary.Construct.Never where diff --git a/src/Relation/Binary/Construct/NonStrictToStrict.agda b/src/Relation/Binary/Construct/NonStrictToStrict.agda index a4744a2fd9..67f11af537 100644 --- a/src/Relation/Binary/Construct/NonStrictToStrict.agda +++ b/src/Relation/Binary/Construct/NonStrictToStrict.agda @@ -4,7 +4,7 @@ -- Conversion of _≤_ to _<_ ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Core using (Rel; _⇒_) diff --git a/src/Relation/Binary/Construct/On.agda b/src/Relation/Binary/Construct/On.agda index 08fb8f80dd..2a932d094e 100644 --- a/src/Relation/Binary/Construct/On.agda +++ b/src/Relation/Binary/Construct/On.agda @@ -4,7 +4,7 @@ -- Many properties which hold for `_∼_` also hold for `_∼_ on f` ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Relation.Binary.Construct.On where diff --git a/src/Relation/Binary/Construct/StrictToNonStrict.agda b/src/Relation/Binary/Construct/StrictToNonStrict.agda index c103cc7bab..e363cc76e4 100644 --- a/src/Relation/Binary/Construct/StrictToNonStrict.agda +++ b/src/Relation/Binary/Construct/StrictToNonStrict.agda @@ -8,7 +8,7 @@ -- relation equivalent to the original one (and similarly for -- < → ≤ → <). -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Core using (Rel; _⇒_) diff --git a/src/Relation/Binary/Construct/Subst/Equality.agda b/src/Relation/Binary/Construct/Subst/Equality.agda index b7689878ec..3334711dcf 100644 --- a/src/Relation/Binary/Construct/Subst/Equality.agda +++ b/src/Relation/Binary/Construct/Subst/Equality.agda @@ -7,7 +7,7 @@ -- For more general transformations between binary relations -- see `Relation.Binary.Morphisms`. -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Data.Product.Base using (_,_) open import Relation.Binary.Core using (Rel; _⇔_) diff --git a/src/Relation/Binary/Construct/Union.agda b/src/Relation/Binary/Construct/Union.agda index 1096242437..43f22b147e 100644 --- a/src/Relation/Binary/Construct/Union.agda +++ b/src/Relation/Binary/Construct/Union.agda @@ -4,7 +4,7 @@ -- Union of two binary relations ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Relation.Binary.Construct.Union where diff --git a/src/Relation/Binary/Core.agda b/src/Relation/Binary/Core.agda index 079bf296cc..7576315e48 100644 --- a/src/Relation/Binary/Core.agda +++ b/src/Relation/Binary/Core.agda @@ -6,7 +6,7 @@ -- The contents of this module should be accessed via `Relation.Binary`. -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Relation.Binary.Core where diff --git a/src/Relation/Binary/Definitions.agda b/src/Relation/Binary/Definitions.agda index 80b9e5ff44..4e26d04bec 100644 --- a/src/Relation/Binary/Definitions.agda +++ b/src/Relation/Binary/Definitions.agda @@ -6,7 +6,7 @@ -- The contents of this module should be accessed via `Relation.Binary`. -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Relation.Binary.Definitions where diff --git a/src/Relation/Binary/Indexed/Heterogeneous.agda b/src/Relation/Binary/Indexed/Heterogeneous.agda index ba05875bec..32b389496b 100644 --- a/src/Relation/Binary/Indexed/Heterogeneous.agda +++ b/src/Relation/Binary/Indexed/Heterogeneous.agda @@ -4,7 +4,7 @@ -- Heterogeneously-indexed binary relations ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Relation.Binary.Indexed.Heterogeneous where diff --git a/src/Relation/Binary/Indexed/Heterogeneous/Bundles.agda b/src/Relation/Binary/Indexed/Heterogeneous/Bundles.agda index 1e9f7b36b1..4cb3abe423 100644 --- a/src/Relation/Binary/Indexed/Heterogeneous/Bundles.agda +++ b/src/Relation/Binary/Indexed/Heterogeneous/Bundles.agda @@ -7,7 +7,7 @@ -- The contents of this module should be accessed via -- `Relation.Binary.Indexed.Heterogeneous`. -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Relation.Binary.Indexed.Heterogeneous.Bundles where diff --git a/src/Relation/Binary/Indexed/Heterogeneous/Construct/At.agda b/src/Relation/Binary/Indexed/Heterogeneous/Construct/At.agda index a177e1ec6d..cd104b6021 100644 --- a/src/Relation/Binary/Indexed/Heterogeneous/Construct/At.agda +++ b/src/Relation/Binary/Indexed/Heterogeneous/Construct/At.agda @@ -5,7 +5,7 @@ -- non-indexed structures. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Relation.Binary.Indexed.Heterogeneous.Construct.At where diff --git a/src/Relation/Binary/Indexed/Heterogeneous/Construct/Trivial.agda b/src/Relation/Binary/Indexed/Heterogeneous/Construct/Trivial.agda index 8dbfedc64c..646036b562 100644 --- a/src/Relation/Binary/Indexed/Heterogeneous/Construct/Trivial.agda +++ b/src/Relation/Binary/Indexed/Heterogeneous/Construct/Trivial.agda @@ -4,7 +4,7 @@ -- Creates trivially indexed records from their non-indexed counterpart. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Relation.Binary.Indexed.Heterogeneous.Construct.Trivial {i} {I : Set i} where diff --git a/src/Relation/Binary/Indexed/Heterogeneous/Core.agda b/src/Relation/Binary/Indexed/Heterogeneous/Core.agda index d50c4c6b1b..89718315a8 100644 --- a/src/Relation/Binary/Indexed/Heterogeneous/Core.agda +++ b/src/Relation/Binary/Indexed/Heterogeneous/Core.agda @@ -7,7 +7,7 @@ -- The contents of this module should be accessed via -- `Relation.Binary.Indexed.Heterogeneous`. -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Relation.Binary.Indexed.Heterogeneous.Core where diff --git a/src/Relation/Binary/Indexed/Heterogeneous/Definitions.agda b/src/Relation/Binary/Indexed/Heterogeneous/Definitions.agda index 5ffbf367f8..6a402737fe 100644 --- a/src/Relation/Binary/Indexed/Heterogeneous/Definitions.agda +++ b/src/Relation/Binary/Indexed/Heterogeneous/Definitions.agda @@ -7,7 +7,7 @@ -- The contents of this module should be accessed via -- `Relation.Binary.Indexed.Heterogeneous`. -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Relation.Binary.Indexed.Heterogeneous.Definitions where diff --git a/src/Relation/Binary/Indexed/Heterogeneous/Structures.agda b/src/Relation/Binary/Indexed/Heterogeneous/Structures.agda index 76c4eb963c..9b8e2669e2 100644 --- a/src/Relation/Binary/Indexed/Heterogeneous/Structures.agda +++ b/src/Relation/Binary/Indexed/Heterogeneous/Structures.agda @@ -7,7 +7,7 @@ -- The contents of this module should be accessed via -- `Relation.Binary.Indexed.Heterogeneous`. -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Indexed.Heterogeneous.Core diff --git a/src/Relation/Binary/Indexed/Homogeneous.agda b/src/Relation/Binary/Indexed/Homogeneous.agda index 7698fc75c9..12f882ba87 100644 --- a/src/Relation/Binary/Indexed/Homogeneous.agda +++ b/src/Relation/Binary/Indexed/Homogeneous.agda @@ -4,7 +4,7 @@ -- Homogeneously-indexed binary relations ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Relation.Binary.Indexed.Homogeneous where diff --git a/src/Relation/Binary/Indexed/Homogeneous/Bundles.agda b/src/Relation/Binary/Indexed/Homogeneous/Bundles.agda index c7b70f756f..e011b2eb1a 100644 --- a/src/Relation/Binary/Indexed/Homogeneous/Bundles.agda +++ b/src/Relation/Binary/Indexed/Homogeneous/Bundles.agda @@ -7,7 +7,7 @@ -- The contents of this module should be accessed via -- `Relation.Binary.Indexed.Homogeneous`. -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Relation.Binary.Indexed.Homogeneous.Bundles where diff --git a/src/Relation/Binary/Indexed/Homogeneous/Construct/At.agda b/src/Relation/Binary/Indexed/Homogeneous/Construct/At.agda index b3ad700105..9492206086 100644 --- a/src/Relation/Binary/Indexed/Homogeneous/Construct/At.agda +++ b/src/Relation/Binary/Indexed/Homogeneous/Construct/At.agda @@ -4,7 +4,7 @@ -- Instantiating homogeneously indexed bundles at a particular index ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Relation.Binary.Indexed.Homogeneous.Construct.At where diff --git a/src/Relation/Binary/Indexed/Homogeneous/Core.agda b/src/Relation/Binary/Indexed/Homogeneous/Core.agda index 7cc92fca82..a4b32af516 100644 --- a/src/Relation/Binary/Indexed/Homogeneous/Core.agda +++ b/src/Relation/Binary/Indexed/Homogeneous/Core.agda @@ -7,7 +7,7 @@ -- The contents of this module should be accessed via -- `Relation.Binary.Indexed.Homogeneous`. -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Relation.Binary.Indexed.Homogeneous.Core where diff --git a/src/Relation/Binary/Indexed/Homogeneous/Definitions.agda b/src/Relation/Binary/Indexed/Homogeneous/Definitions.agda index 876468c401..5148202707 100644 --- a/src/Relation/Binary/Indexed/Homogeneous/Definitions.agda +++ b/src/Relation/Binary/Indexed/Homogeneous/Definitions.agda @@ -7,7 +7,7 @@ -- The contents of this module should be accessed via -- `Relation.Binary.Indexed.Homogeneous`. -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Relation.Binary.Indexed.Homogeneous.Definitions where diff --git a/src/Relation/Binary/Indexed/Homogeneous/Structures.agda b/src/Relation/Binary/Indexed/Homogeneous/Structures.agda index 48265dbef5..21990fb8ec 100644 --- a/src/Relation/Binary/Indexed/Homogeneous/Structures.agda +++ b/src/Relation/Binary/Indexed/Homogeneous/Structures.agda @@ -7,7 +7,7 @@ -- The contents of this module should be accessed via -- `Relation.Binary.Indexed.Homogeneous`. -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Indexed.Homogeneous.Core diff --git a/src/Relation/Binary/Lattice.agda b/src/Relation/Binary/Lattice.agda index acf820133a..39f6e6e854 100644 --- a/src/Relation/Binary/Lattice.agda +++ b/src/Relation/Binary/Lattice.agda @@ -4,7 +4,7 @@ -- Order-theoretic lattices ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Relation.Binary.Lattice where diff --git a/src/Relation/Binary/Lattice/Bundles.agda b/src/Relation/Binary/Lattice/Bundles.agda index 9fafdd3e42..939e04626a 100644 --- a/src/Relation/Binary/Lattice/Bundles.agda +++ b/src/Relation/Binary/Lattice/Bundles.agda @@ -7,7 +7,7 @@ -- The contents of this module should be accessed via -- `Relation.Binary.Lattice`. -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Relation.Binary.Lattice.Bundles where diff --git a/src/Relation/Binary/Lattice/Definitions.agda b/src/Relation/Binary/Lattice/Definitions.agda index d932adb343..c3cbb08eea 100644 --- a/src/Relation/Binary/Lattice/Definitions.agda +++ b/src/Relation/Binary/Lattice/Definitions.agda @@ -7,7 +7,7 @@ -- The contents of this module should be accessed via -- `Relation.Binary.Lattice`. -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Relation.Binary.Lattice.Definitions where diff --git a/src/Relation/Binary/Lattice/Properties/BoundedJoinSemilattice.agda b/src/Relation/Binary/Lattice/Properties/BoundedJoinSemilattice.agda index 8877f34eee..cfbc06e93f 100644 --- a/src/Relation/Binary/Lattice/Properties/BoundedJoinSemilattice.agda +++ b/src/Relation/Binary/Lattice/Properties/BoundedJoinSemilattice.agda @@ -4,7 +4,7 @@ -- Properties satisfied by bounded join semilattices ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Lattice diff --git a/src/Relation/Binary/Lattice/Properties/BoundedLattice.agda b/src/Relation/Binary/Lattice/Properties/BoundedLattice.agda index 4d33d332c7..7840b78465 100644 --- a/src/Relation/Binary/Lattice/Properties/BoundedLattice.agda +++ b/src/Relation/Binary/Lattice/Properties/BoundedLattice.agda @@ -4,7 +4,7 @@ -- Properties satisfied by bounded lattice ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Lattice diff --git a/src/Relation/Binary/Lattice/Properties/BoundedMeetSemilattice.agda b/src/Relation/Binary/Lattice/Properties/BoundedMeetSemilattice.agda index 71f1a85c45..6d6a059bd0 100644 --- a/src/Relation/Binary/Lattice/Properties/BoundedMeetSemilattice.agda +++ b/src/Relation/Binary/Lattice/Properties/BoundedMeetSemilattice.agda @@ -4,7 +4,7 @@ -- Properties satisfied by bounded meet semilattices ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Lattice using (BoundedMeetSemilattice; IsBoundedJoinSemilattice; BoundedJoinSemilattice) diff --git a/src/Relation/Binary/Lattice/Properties/DistributiveLattice.agda b/src/Relation/Binary/Lattice/Properties/DistributiveLattice.agda index fed6a04c9f..c2d47626e8 100644 --- a/src/Relation/Binary/Lattice/Properties/DistributiveLattice.agda +++ b/src/Relation/Binary/Lattice/Properties/DistributiveLattice.agda @@ -4,7 +4,7 @@ -- Properties for distributive lattice ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Lattice diff --git a/src/Relation/Binary/Lattice/Properties/HeytingAlgebra.agda b/src/Relation/Binary/Lattice/Properties/HeytingAlgebra.agda index d91c3c8200..fe1d7f1a2a 100644 --- a/src/Relation/Binary/Lattice/Properties/HeytingAlgebra.agda +++ b/src/Relation/Binary/Lattice/Properties/HeytingAlgebra.agda @@ -4,7 +4,7 @@ -- Properties satisfied by Heyting Algebra ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Lattice diff --git a/src/Relation/Binary/Lattice/Properties/JoinSemilattice.agda b/src/Relation/Binary/Lattice/Properties/JoinSemilattice.agda index 90ea114cb5..a913b6e115 100644 --- a/src/Relation/Binary/Lattice/Properties/JoinSemilattice.agda +++ b/src/Relation/Binary/Lattice/Properties/JoinSemilattice.agda @@ -4,7 +4,7 @@ -- Properties satisfied by join semilattices ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Lattice diff --git a/src/Relation/Binary/Lattice/Properties/Lattice.agda b/src/Relation/Binary/Lattice/Properties/Lattice.agda index b25501d088..c1f646661f 100644 --- a/src/Relation/Binary/Lattice/Properties/Lattice.agda +++ b/src/Relation/Binary/Lattice/Properties/Lattice.agda @@ -4,7 +4,7 @@ -- Properties satisfied by lattices ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Lattice using (Lattice; IsLattice) diff --git a/src/Relation/Binary/Lattice/Properties/MeetSemilattice.agda b/src/Relation/Binary/Lattice/Properties/MeetSemilattice.agda index e5b77d4092..bf09e0bbeb 100644 --- a/src/Relation/Binary/Lattice/Properties/MeetSemilattice.agda +++ b/src/Relation/Binary/Lattice/Properties/MeetSemilattice.agda @@ -4,7 +4,7 @@ -- Properties satisfied by meet semilattices ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Lattice diff --git a/src/Relation/Binary/Lattice/Structures.agda b/src/Relation/Binary/Lattice/Structures.agda index 2943e5edd1..023ecac766 100644 --- a/src/Relation/Binary/Lattice/Structures.agda +++ b/src/Relation/Binary/Lattice/Structures.agda @@ -7,7 +7,7 @@ -- The contents of this module should be accessed via -- `Relation.Binary.Lattice`. -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Core using (Rel) diff --git a/src/Relation/Binary/Morphism.agda b/src/Relation/Binary/Morphism.agda index 6e34e12bc8..d1ecb6e237 100644 --- a/src/Relation/Binary/Morphism.agda +++ b/src/Relation/Binary/Morphism.agda @@ -4,7 +4,7 @@ -- Order morphisms ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Core diff --git a/src/Relation/Binary/Morphism/Bundles.agda b/src/Relation/Binary/Morphism/Bundles.agda index 29e400e886..9fffe2736c 100644 --- a/src/Relation/Binary/Morphism/Bundles.agda +++ b/src/Relation/Binary/Morphism/Bundles.agda @@ -4,7 +4,7 @@ -- Bundles for morphisms between binary relations ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Relation.Binary.Morphism.Bundles where diff --git a/src/Relation/Binary/Morphism/Construct/Composition.agda b/src/Relation/Binary/Morphism/Construct/Composition.agda index 4a5827b8fa..1cd65b3051 100644 --- a/src/Relation/Binary/Morphism/Construct/Composition.agda +++ b/src/Relation/Binary/Morphism/Construct/Composition.agda @@ -4,7 +4,7 @@ -- The composition of morphisms between binary relations ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Relation.Binary.Morphism.Construct.Composition where diff --git a/src/Relation/Binary/Morphism/Construct/Constant.agda b/src/Relation/Binary/Morphism/Construct/Constant.agda index d0ef1a6d31..34aaa42e73 100644 --- a/src/Relation/Binary/Morphism/Construct/Constant.agda +++ b/src/Relation/Binary/Morphism/Construct/Constant.agda @@ -4,7 +4,7 @@ -- Constant morphisms between binary relations ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Relation.Binary.Morphism.Construct.Constant where diff --git a/src/Relation/Binary/Morphism/Construct/Identity.agda b/src/Relation/Binary/Morphism/Construct/Identity.agda index 2434f17d9a..21b5c77dc0 100644 --- a/src/Relation/Binary/Morphism/Construct/Identity.agda +++ b/src/Relation/Binary/Morphism/Construct/Identity.agda @@ -4,7 +4,7 @@ -- The identity morphism for binary relations ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Relation.Binary.Morphism.Construct.Identity where diff --git a/src/Relation/Binary/Morphism/Construct/On.agda b/src/Relation/Binary/Morphism/Construct/On.agda index 036cf9b918..64ed5bb2a9 100644 --- a/src/Relation/Binary/Morphism/Construct/On.agda +++ b/src/Relation/Binary/Morphism/Construct/On.agda @@ -4,7 +4,7 @@ -- Construct monomorphism from a relation and a function via `_on_` ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Core using (Rel) diff --git a/src/Relation/Binary/Morphism/Construct/Product.agda b/src/Relation/Binary/Morphism/Construct/Product.agda index b531fd9b72..143f16319e 100644 --- a/src/Relation/Binary/Morphism/Construct/Product.agda +++ b/src/Relation/Binary/Morphism/Construct/Product.agda @@ -5,7 +5,7 @@ -- non-dependent product construction ------------------------------------------------------------------------ -{-# OPTIONS --safe --cubical-compatible #-} +{-# OPTIONS --safe --without-K #-} module Relation.Binary.Morphism.Construct.Product where diff --git a/src/Relation/Binary/Morphism/Definitions.agda b/src/Relation/Binary/Morphism/Definitions.agda index 4e687e4868..c46a1fa3d5 100644 --- a/src/Relation/Binary/Morphism/Definitions.agda +++ b/src/Relation/Binary/Morphism/Definitions.agda @@ -4,7 +4,7 @@ -- Basic definitions for morphisms between algebraic structures ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Core diff --git a/src/Relation/Binary/Morphism/OrderMonomorphism.agda b/src/Relation/Binary/Morphism/OrderMonomorphism.agda index faa81dd372..cceae52ad5 100644 --- a/src/Relation/Binary/Morphism/OrderMonomorphism.agda +++ b/src/Relation/Binary/Morphism/OrderMonomorphism.agda @@ -7,7 +7,7 @@ -- See Data.Nat.Binary.Properties for examples of how this and similar -- modules can be used to easily translate properties between types. -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Core using (Rel; _⇒_) open import Relation.Binary.Morphism using (IsOrderMonomorphism) diff --git a/src/Relation/Binary/Morphism/RelMonomorphism.agda b/src/Relation/Binary/Morphism/RelMonomorphism.agda index 693e6ebf80..eaa9110647 100644 --- a/src/Relation/Binary/Morphism/RelMonomorphism.agda +++ b/src/Relation/Binary/Morphism/RelMonomorphism.agda @@ -7,7 +7,7 @@ -- See Data.Nat.Binary.Properties for examples of how this and similar -- modules can be used to easily translate properties between types. -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Core using (Rel) open import Relation.Binary.Morphism using (IsRelMonomorphism) diff --git a/src/Relation/Binary/Morphism/Structures.agda b/src/Relation/Binary/Morphism/Structures.agda index f7372afd58..f2210ffbe3 100644 --- a/src/Relation/Binary/Morphism/Structures.agda +++ b/src/Relation/Binary/Morphism/Structures.agda @@ -4,7 +4,7 @@ -- Order morphisms ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Core using (Rel) diff --git a/src/Relation/Binary/OrderMorphism.agda b/src/Relation/Binary/OrderMorphism.agda index d358b19034..f99b58e3f9 100644 --- a/src/Relation/Binary/OrderMorphism.agda +++ b/src/Relation/Binary/OrderMorphism.agda @@ -5,7 +5,7 @@ -- instead. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Relation.Binary.OrderMorphism where diff --git a/src/Relation/Binary/Properties/ApartnessRelation.agda b/src/Relation/Binary/Properties/ApartnessRelation.agda index 7e352c2736..c043135852 100644 --- a/src/Relation/Binary/Properties/ApartnessRelation.agda +++ b/src/Relation/Binary/Properties/ApartnessRelation.agda @@ -4,7 +4,7 @@ -- Apartness properties ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Core using (Rel) diff --git a/src/Relation/Binary/Properties/BoundedJoinSemilattice.agda b/src/Relation/Binary/Properties/BoundedJoinSemilattice.agda index fc0be1bfc3..313bbc602f 100644 --- a/src/Relation/Binary/Properties/BoundedJoinSemilattice.agda +++ b/src/Relation/Binary/Properties/BoundedJoinSemilattice.agda @@ -5,7 +5,7 @@ -- `Relation.Binary.Lattice.Properties.BoundedJoinSemilattice` instead. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Lattice diff --git a/src/Relation/Binary/Properties/BoundedLattice.agda b/src/Relation/Binary/Properties/BoundedLattice.agda index 9fa8d175ad..cb4724f053 100644 --- a/src/Relation/Binary/Properties/BoundedLattice.agda +++ b/src/Relation/Binary/Properties/BoundedLattice.agda @@ -5,7 +5,7 @@ -- `Relation.Binary.Lattice.Properties.BoundedLattice` instead. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Lattice diff --git a/src/Relation/Binary/Properties/BoundedMeetSemilattice.agda b/src/Relation/Binary/Properties/BoundedMeetSemilattice.agda index 92cc317985..a259535b65 100644 --- a/src/Relation/Binary/Properties/BoundedMeetSemilattice.agda +++ b/src/Relation/Binary/Properties/BoundedMeetSemilattice.agda @@ -5,7 +5,7 @@ -- `Relation.Binary.Lattice.Properties.BoundedMeetSemilattice` instead. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Lattice diff --git a/src/Relation/Binary/Properties/DecSetoid.agda b/src/Relation/Binary/Properties/DecSetoid.agda index 7f9b323d85..69b4ade550 100644 --- a/src/Relation/Binary/Properties/DecSetoid.agda +++ b/src/Relation/Binary/Properties/DecSetoid.agda @@ -4,7 +4,7 @@ -- Every decidable setoid induces tight apartness relation. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Bundles using (DecSetoid; ApartnessRelation) diff --git a/src/Relation/Binary/Properties/DecTotalOrder.agda b/src/Relation/Binary/Properties/DecTotalOrder.agda index 50579656ff..d4dcea040a 100644 --- a/src/Relation/Binary/Properties/DecTotalOrder.agda +++ b/src/Relation/Binary/Properties/DecTotalOrder.agda @@ -4,7 +4,7 @@ -- Properties satisfied by decidable total orders ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Bundles using (DecTotalOrder; StrictTotalOrder) diff --git a/src/Relation/Binary/Properties/DistributiveLattice.agda b/src/Relation/Binary/Properties/DistributiveLattice.agda index 707423d6f2..905013f513 100644 --- a/src/Relation/Binary/Properties/DistributiveLattice.agda +++ b/src/Relation/Binary/Properties/DistributiveLattice.agda @@ -5,7 +5,7 @@ -- `Relation.Binary.Lattice.Properties.DistributiveLattice` instead. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Lattice diff --git a/src/Relation/Binary/Properties/HeytingAlgebra.agda b/src/Relation/Binary/Properties/HeytingAlgebra.agda index 7ec65c0675..ec2a9023f5 100644 --- a/src/Relation/Binary/Properties/HeytingAlgebra.agda +++ b/src/Relation/Binary/Properties/HeytingAlgebra.agda @@ -5,7 +5,7 @@ -- `Relation.Binary.Lattice.Properties.HeytingAlgebra` instead. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Lattice using (HeytingAlgebra) diff --git a/src/Relation/Binary/Properties/JoinSemilattice.agda b/src/Relation/Binary/Properties/JoinSemilattice.agda index f215a65d8c..72c8d9f60c 100644 --- a/src/Relation/Binary/Properties/JoinSemilattice.agda +++ b/src/Relation/Binary/Properties/JoinSemilattice.agda @@ -5,7 +5,7 @@ -- `Relation.Binary.Lattice.Properties.JoinSemilattice` instead. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Lattice diff --git a/src/Relation/Binary/Properties/Lattice.agda b/src/Relation/Binary/Properties/Lattice.agda index 6cc1a73f4b..298b664ab6 100644 --- a/src/Relation/Binary/Properties/Lattice.agda +++ b/src/Relation/Binary/Properties/Lattice.agda @@ -5,7 +5,7 @@ -- `Relation.Binary.Lattice.Properties.Lattice` instead. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Lattice diff --git a/src/Relation/Binary/Properties/MeetSemilattice.agda b/src/Relation/Binary/Properties/MeetSemilattice.agda index 1c7d0c5bcc..d950bad5e9 100644 --- a/src/Relation/Binary/Properties/MeetSemilattice.agda +++ b/src/Relation/Binary/Properties/MeetSemilattice.agda @@ -5,7 +5,7 @@ -- `Relation.Binary.Lattice.Properties.MeetSemilattice` instead. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Lattice diff --git a/src/Relation/Binary/Properties/PartialSetoid.agda b/src/Relation/Binary/Properties/PartialSetoid.agda index aac637718a..360e13a39c 100644 --- a/src/Relation/Binary/Properties/PartialSetoid.agda +++ b/src/Relation/Binary/Properties/PartialSetoid.agda @@ -4,7 +4,7 @@ -- Additional properties for setoids ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Bundles using (PartialSetoid) diff --git a/src/Relation/Binary/Properties/Poset.agda b/src/Relation/Binary/Properties/Poset.agda index 9dd3a3047b..1087c5306e 100644 --- a/src/Relation/Binary/Properties/Poset.agda +++ b/src/Relation/Binary/Properties/Poset.agda @@ -4,7 +4,7 @@ -- Properties satisfied by posets ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Bundles using (Poset; StrictPartialOrder) diff --git a/src/Relation/Binary/Properties/Preorder.agda b/src/Relation/Binary/Properties/Preorder.agda index 8b0b6bf4f0..48425433fa 100644 --- a/src/Relation/Binary/Properties/Preorder.agda +++ b/src/Relation/Binary/Properties/Preorder.agda @@ -4,7 +4,7 @@ -- Properties satisfied by preorders ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Bundles using (Preorder; Setoid) diff --git a/src/Relation/Binary/Properties/Setoid.agda b/src/Relation/Binary/Properties/Setoid.agda index a2f277b754..2741762495 100644 --- a/src/Relation/Binary/Properties/Setoid.agda +++ b/src/Relation/Binary/Properties/Setoid.agda @@ -4,7 +4,7 @@ -- Additional properties for setoids ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Bundles using (Setoid; Preorder; Poset) diff --git a/src/Relation/Binary/Properties/StrictPartialOrder.agda b/src/Relation/Binary/Properties/StrictPartialOrder.agda index 87a501b434..c02b82febd 100644 --- a/src/Relation/Binary/Properties/StrictPartialOrder.agda +++ b/src/Relation/Binary/Properties/StrictPartialOrder.agda @@ -4,7 +4,7 @@ -- Properties satisfied by strict partial orders ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Bundles using (StrictPartialOrder; Poset) diff --git a/src/Relation/Binary/Properties/StrictTotalOrder.agda b/src/Relation/Binary/Properties/StrictTotalOrder.agda index d41654ba56..16a2584c26 100644 --- a/src/Relation/Binary/Properties/StrictTotalOrder.agda +++ b/src/Relation/Binary/Properties/StrictTotalOrder.agda @@ -4,7 +4,7 @@ -- Properties satisfied by strict partial orders ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Bundles using (StrictTotalOrder; DecTotalOrder) diff --git a/src/Relation/Binary/Properties/TotalOrder.agda b/src/Relation/Binary/Properties/TotalOrder.agda index 33a8500b35..167f2bc72e 100644 --- a/src/Relation/Binary/Properties/TotalOrder.agda +++ b/src/Relation/Binary/Properties/TotalOrder.agda @@ -4,7 +4,7 @@ -- Properties satisfied by total orders ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Bundles using (TotalOrder; DecTotalOrder) diff --git a/src/Relation/Binary/PropositionalEquality.agda b/src/Relation/Binary/PropositionalEquality.agda index 283623cc96..865e6fbe49 100644 --- a/src/Relation/Binary/PropositionalEquality.agda +++ b/src/Relation/Binary/PropositionalEquality.agda @@ -4,7 +4,7 @@ -- Propositional (intensional) equality ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Relation.Binary.PropositionalEquality where diff --git a/src/Relation/Binary/PropositionalEquality/Algebra.agda b/src/Relation/Binary/PropositionalEquality/Algebra.agda index 7e0118bbcb..845516bc9e 100644 --- a/src/Relation/Binary/PropositionalEquality/Algebra.agda +++ b/src/Relation/Binary/PropositionalEquality/Algebra.agda @@ -4,7 +4,7 @@ -- Propositional (intensional) equality - Algebraic structures ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Relation.Binary.PropositionalEquality.Algebra where diff --git a/src/Relation/Binary/PropositionalEquality/Core.agda b/src/Relation/Binary/PropositionalEquality/Core.agda index 3249fb8055..8ea0333db4 100644 --- a/src/Relation/Binary/PropositionalEquality/Core.agda +++ b/src/Relation/Binary/PropositionalEquality/Core.agda @@ -7,7 +7,7 @@ -- Relation.Binary.PropositionalEquality. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Relation.Binary.PropositionalEquality.Core where diff --git a/src/Relation/Binary/PropositionalEquality/Properties.agda b/src/Relation/Binary/PropositionalEquality/Properties.agda index 5addbfd132..5298144512 100644 --- a/src/Relation/Binary/PropositionalEquality/Properties.agda +++ b/src/Relation/Binary/PropositionalEquality/Properties.agda @@ -8,7 +8,7 @@ -- are ``equality rearrangement'' lemmas. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Relation.Binary.PropositionalEquality.Properties where diff --git a/src/Relation/Binary/Reasoning/Base/Apartness.agda b/src/Relation/Binary/Reasoning/Base/Apartness.agda index c2097dd80c..b0ed03341d 100644 --- a/src/Relation/Binary/Reasoning/Base/Apartness.agda +++ b/src/Relation/Binary/Reasoning/Base/Apartness.agda @@ -5,7 +5,7 @@ -- equality and apartness ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Level using (Level; _⊔_) open import Function.Base using (case_of_) diff --git a/src/Relation/Binary/Reasoning/Base/Double.agda b/src/Relation/Binary/Reasoning/Base/Double.agda index 0c1ae9b60c..6ec7b3ef86 100644 --- a/src/Relation/Binary/Reasoning/Base/Double.agda +++ b/src/Relation/Binary/Reasoning/Base/Double.agda @@ -8,7 +8,7 @@ -- See `Data.Nat.Properties` or `Relation.Binary.Reasoning.PartialOrder` -- for examples of how to instantiate this module. -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Level using (_⊔_) open import Function.Base using (case_of_) diff --git a/src/Relation/Binary/Reasoning/Base/Partial.agda b/src/Relation/Binary/Reasoning/Base/Partial.agda index e8e0cbc920..832b3c3f6f 100644 --- a/src/Relation/Binary/Reasoning/Base/Partial.agda +++ b/src/Relation/Binary/Reasoning/Base/Partial.agda @@ -4,7 +4,7 @@ -- The basic code for equational reasoning with a non-reflexive relation ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Function.Base using (case_of_) open import Level using (_⊔_) diff --git a/src/Relation/Binary/Reasoning/Base/Single.agda b/src/Relation/Binary/Reasoning/Base/Single.agda index 2f34ee8525..1b9447b2c4 100644 --- a/src/Relation/Binary/Reasoning/Base/Single.agda +++ b/src/Relation/Binary/Reasoning/Base/Single.agda @@ -4,7 +4,7 @@ -- The basic code for equational reasoning with a single relation ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Level using (_⊔_) open import Function.Base using (case_of_) diff --git a/src/Relation/Binary/Reasoning/Base/Triple.agda b/src/Relation/Binary/Reasoning/Base/Triple.agda index f63c957d55..1f756ffd63 100644 --- a/src/Relation/Binary/Reasoning/Base/Triple.agda +++ b/src/Relation/Binary/Reasoning/Base/Triple.agda @@ -8,7 +8,7 @@ -- See `Data.Nat.Properties` or `Relation.Binary.Reasoning.PartialOrder` -- for examples of how to instantiate this module. -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Core using (Rel; _⇒_) diff --git a/src/Relation/Binary/Reasoning/MultiSetoid.agda b/src/Relation/Binary/Reasoning/MultiSetoid.agda index 5665472508..49416a8bb9 100644 --- a/src/Relation/Binary/Reasoning/MultiSetoid.agda +++ b/src/Relation/Binary/Reasoning/MultiSetoid.agda @@ -22,7 +22,7 @@ -- as this introduces unsolved metas as the underlying base module -- `Base.Single` does not require `_≈_` be symmetric. -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Relation.Binary.Reasoning.MultiSetoid where diff --git a/src/Relation/Binary/Reasoning/PartialOrder.agda b/src/Relation/Binary/Reasoning/PartialOrder.agda index b633f1f548..6b79f09b23 100644 --- a/src/Relation/Binary/Reasoning/PartialOrder.agda +++ b/src/Relation/Binary/Reasoning/PartialOrder.agda @@ -37,7 +37,7 @@ -- v ≡⟨ v≡w ⟩ -- w ∎ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Bundles using (Poset) diff --git a/src/Relation/Binary/Reasoning/PartialSetoid.agda b/src/Relation/Binary/Reasoning/PartialSetoid.agda index 7acbb502e8..038427c298 100644 --- a/src/Relation/Binary/Reasoning/PartialSetoid.agda +++ b/src/Relation/Binary/Reasoning/PartialSetoid.agda @@ -4,7 +4,7 @@ -- Convenient syntax for reasoning with a partial setoid ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Bundles using (PartialSetoid) diff --git a/src/Relation/Binary/Reasoning/Preorder.agda b/src/Relation/Binary/Reasoning/Preorder.agda index aca729acc0..d771ea1c97 100644 --- a/src/Relation/Binary/Reasoning/Preorder.agda +++ b/src/Relation/Binary/Reasoning/Preorder.agda @@ -21,7 +21,7 @@ -- w ≡⟨ x≡w ⟨ -- x ∎ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Bundles using (Preorder) diff --git a/src/Relation/Binary/Reasoning/Setoid.agda b/src/Relation/Binary/Reasoning/Setoid.agda index d80b2546d7..42d3d36800 100644 --- a/src/Relation/Binary/Reasoning/Setoid.agda +++ b/src/Relation/Binary/Reasoning/Setoid.agda @@ -18,7 +18,7 @@ -- is recommended for equational reasoning when the underlying equality -- is `_≡_`. -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Bundles using (Setoid) open import Relation.Binary.Reasoning.Syntax using (module ≈-syntax) diff --git a/src/Relation/Binary/Reasoning/StrictPartialOrder.agda b/src/Relation/Binary/Reasoning/StrictPartialOrder.agda index ad23a68481..fea7bbba06 100644 --- a/src/Relation/Binary/Reasoning/StrictPartialOrder.agda +++ b/src/Relation/Binary/Reasoning/StrictPartialOrder.agda @@ -38,7 +38,7 @@ -- v ≡⟨ v≡w ⟩ -- w ∎ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Bundles using (StrictPartialOrder) diff --git a/src/Relation/Binary/Reasoning/Syntax.agda b/src/Relation/Binary/Reasoning/Syntax.agda index 780ae8d896..771b380332 100644 --- a/src/Relation/Binary/Reasoning/Syntax.agda +++ b/src/Relation/Binary/Reasoning/Syntax.agda @@ -4,7 +4,7 @@ -- Syntax for the building blocks of equational reasoning modules ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} -- List of `Reasoning` modules that do not use this framework and so -- need to be updated manually if the syntax changes. diff --git a/src/Relation/Binary/Reflection.agda b/src/Relation/Binary/Reflection.agda index cf7cf77e11..e792b186ac 100644 --- a/src/Relation/Binary/Reflection.agda +++ b/src/Relation/Binary/Reflection.agda @@ -5,7 +5,7 @@ -- proof by reflection ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Data.Fin.Base using (Fin) open import Data.Nat.Base using (ℕ) diff --git a/src/Relation/Binary/Rewriting.agda b/src/Relation/Binary/Rewriting.agda index 852588bd43..8b919cb819 100644 --- a/src/Relation/Binary/Rewriting.agda +++ b/src/Relation/Binary/Rewriting.agda @@ -5,7 +5,7 @@ -- Definitions are based on "Term Rewriting Systems" by J.W. Klop ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Relation.Binary.Rewriting where diff --git a/src/Relation/Binary/Structures.agda b/src/Relation/Binary/Structures.agda index 4987eb9d6b..a4daa57b35 100644 --- a/src/Relation/Binary/Structures.agda +++ b/src/Relation/Binary/Structures.agda @@ -6,7 +6,7 @@ -- The contents of this module should be accessed via `Relation.Binary`. -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Core diff --git a/src/Relation/Binary/Structures/Biased.agda b/src/Relation/Binary/Structures/Biased.agda index 38f0974529..6b43cfcbdb 100644 --- a/src/Relation/Binary/Structures/Biased.agda +++ b/src/Relation/Binary/Structures/Biased.agda @@ -7,7 +7,7 @@ -- The contents of this module should be accessed via `Relation.Binary`. -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Core using (Rel) diff --git a/src/Relation/Binary/TypeClasses.agda b/src/Relation/Binary/TypeClasses.agda index 48f0271f6a..cdda55bbdf 100644 --- a/src/Relation/Binary/TypeClasses.agda +++ b/src/Relation/Binary/TypeClasses.agda @@ -4,7 +4,7 @@ -- Typeclasses for use with instance arguments ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Relation.Binary.TypeClasses where diff --git a/src/Relation/Nary.agda b/src/Relation/Nary.agda index 54adb5369c..80e5f366fa 100644 --- a/src/Relation/Nary.agda +++ b/src/Relation/Nary.agda @@ -4,7 +4,7 @@ -- Heterogeneous N-ary Relations ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Relation.Nary where diff --git a/src/Relation/Nullary.agda b/src/Relation/Nullary.agda index d2c2eebd84..be913ef7c2 100644 --- a/src/Relation/Nullary.agda +++ b/src/Relation/Nullary.agda @@ -6,7 +6,7 @@ -- Some operations on/properties of nullary relations, i.e. sets. -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Relation.Nullary where diff --git a/src/Relation/Nullary/Construct/Add/Extrema.agda b/src/Relation/Nullary/Construct/Add/Extrema.agda index 3366d83c27..8854bba7f1 100644 --- a/src/Relation/Nullary/Construct/Add/Extrema.agda +++ b/src/Relation/Nullary/Construct/Add/Extrema.agda @@ -4,7 +4,7 @@ -- Notation for freely adding extrema to any set ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Relation.Nullary.Construct.Add.Extrema where diff --git a/src/Relation/Nullary/Construct/Add/Infimum.agda b/src/Relation/Nullary/Construct/Add/Infimum.agda index 236f88065c..60ad27e74e 100644 --- a/src/Relation/Nullary/Construct/Add/Infimum.agda +++ b/src/Relation/Nullary/Construct/Add/Infimum.agda @@ -4,7 +4,7 @@ -- Notation for freely adding an infimum to any set ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Relation.Nullary.Construct.Add.Infimum where diff --git a/src/Relation/Nullary/Construct/Add/Point.agda b/src/Relation/Nullary/Construct/Add/Point.agda index 3f1ca125b1..cf2153cb75 100644 --- a/src/Relation/Nullary/Construct/Add/Point.agda +++ b/src/Relation/Nullary/Construct/Add/Point.agda @@ -4,7 +4,7 @@ -- Notation for adding an additional point to any set ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Relation.Nullary.Construct.Add.Point where diff --git a/src/Relation/Nullary/Construct/Add/Supremum.agda b/src/Relation/Nullary/Construct/Add/Supremum.agda index fca80e4947..244520f245 100644 --- a/src/Relation/Nullary/Construct/Add/Supremum.agda +++ b/src/Relation/Nullary/Construct/Add/Supremum.agda @@ -4,7 +4,7 @@ -- Notation for freely adding a supremum to any set ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Relation.Nullary.Construct.Add.Supremum where diff --git a/src/Relation/Nullary/Decidable.agda b/src/Relation/Nullary/Decidable.agda index e9e16a8c88..7c3050f48f 100644 --- a/src/Relation/Nullary/Decidable.agda +++ b/src/Relation/Nullary/Decidable.agda @@ -4,7 +4,7 @@ -- Operations on and properties of decidable relations ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Relation.Nullary.Decidable where diff --git a/src/Relation/Nullary/Decidable/Core.agda b/src/Relation/Nullary/Decidable/Core.agda index 9142aa5887..b1c566c08e 100644 --- a/src/Relation/Nullary/Decidable/Core.agda +++ b/src/Relation/Nullary/Decidable/Core.agda @@ -7,7 +7,7 @@ -- Relation.Nullary.Decidable ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Relation.Nullary.Decidable.Core where diff --git a/src/Relation/Nullary/Implication.agda b/src/Relation/Nullary/Implication.agda index c719742d1c..90ff3514e1 100644 --- a/src/Relation/Nullary/Implication.agda +++ b/src/Relation/Nullary/Implication.agda @@ -4,7 +4,7 @@ -- This module is DEPRECATED. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Relation.Nullary.Implication where diff --git a/src/Relation/Nullary/Indexed.agda b/src/Relation/Nullary/Indexed.agda index 5baf75e9b5..64b85790f1 100644 --- a/src/Relation/Nullary/Indexed.agda +++ b/src/Relation/Nullary/Indexed.agda @@ -4,7 +4,7 @@ -- Negation indexed by a Level ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Relation.Nullary.Indexed where diff --git a/src/Relation/Nullary/Indexed/Negation.agda b/src/Relation/Nullary/Indexed/Negation.agda index a7f0639210..a2c1045540 100644 --- a/src/Relation/Nullary/Indexed/Negation.agda +++ b/src/Relation/Nullary/Indexed/Negation.agda @@ -4,7 +4,7 @@ -- Properties of indexed negation ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Relation.Nullary.Indexed.Negation where diff --git a/src/Relation/Nullary/Irrelevant.agda b/src/Relation/Nullary/Irrelevant.agda index 99b1b48674..247a48c511 100644 --- a/src/Relation/Nullary/Irrelevant.agda +++ b/src/Relation/Nullary/Irrelevant.agda @@ -5,7 +5,7 @@ -- This is also refered to as "A is an h-proposition". ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Relation.Nullary.Irrelevant where diff --git a/src/Relation/Nullary/Negation.agda b/src/Relation/Nullary/Negation.agda index 8c21aa9bc2..6741134382 100644 --- a/src/Relation/Nullary/Negation.agda +++ b/src/Relation/Nullary/Negation.agda @@ -4,7 +4,7 @@ -- Properties related to negation ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Relation.Nullary.Negation where diff --git a/src/Relation/Nullary/Negation/Core.agda b/src/Relation/Nullary/Negation/Core.agda index 452fe68dc4..4b0a263230 100644 --- a/src/Relation/Nullary/Negation/Core.agda +++ b/src/Relation/Nullary/Negation/Core.agda @@ -4,7 +4,7 @@ -- Core properties related to negation ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Relation.Nullary.Negation.Core where diff --git a/src/Relation/Nullary/Product.agda b/src/Relation/Nullary/Product.agda index ea6373a820..0d87c30fcc 100644 --- a/src/Relation/Nullary/Product.agda +++ b/src/Relation/Nullary/Product.agda @@ -4,7 +4,7 @@ -- This module is DEPRECATED. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Relation.Nullary.Product where diff --git a/src/Relation/Nullary/Recomputable.agda b/src/Relation/Nullary/Recomputable.agda index a7671b339c..53e42995ff 100644 --- a/src/Relation/Nullary/Recomputable.agda +++ b/src/Relation/Nullary/Recomputable.agda @@ -4,7 +4,7 @@ -- Recomputable types and their algebra as Harrop formulas ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Relation.Nullary.Recomputable where diff --git a/src/Relation/Nullary/Recomputable/Core.agda b/src/Relation/Nullary/Recomputable/Core.agda index 91d56c0b61..d667e211ca 100644 --- a/src/Relation/Nullary/Recomputable/Core.agda +++ b/src/Relation/Nullary/Recomputable/Core.agda @@ -4,7 +4,7 @@ -- Recomputable types and their algebra as Harrop formulas ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Relation.Nullary.Recomputable.Core where diff --git a/src/Relation/Nullary/Reflects.agda b/src/Relation/Nullary/Reflects.agda index f89fbcf313..bd2c4600a8 100644 --- a/src/Relation/Nullary/Reflects.agda +++ b/src/Relation/Nullary/Reflects.agda @@ -4,7 +4,7 @@ -- Properties of the `Reflects` construct ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Relation.Nullary.Reflects where diff --git a/src/Relation/Nullary/Sum.agda b/src/Relation/Nullary/Sum.agda index 32fc2082c6..b46fbf9545 100644 --- a/src/Relation/Nullary/Sum.agda +++ b/src/Relation/Nullary/Sum.agda @@ -4,7 +4,7 @@ -- This module is DEPRECATED. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Relation.Nullary.Sum where diff --git a/src/Relation/Nullary/Universe.agda b/src/Relation/Nullary/Universe.agda index 66688622c1..06a58b0ab9 100644 --- a/src/Relation/Nullary/Universe.agda +++ b/src/Relation/Nullary/Universe.agda @@ -4,7 +4,7 @@ -- A universe of proposition functors, along with some properties ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Relation.Nullary.Universe where diff --git a/src/Relation/Unary.agda b/src/Relation/Unary.agda index 95d9792882..1146fef6cb 100644 --- a/src/Relation/Unary.agda +++ b/src/Relation/Unary.agda @@ -4,7 +4,7 @@ -- Unary relations ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Relation.Unary where diff --git a/src/Relation/Unary/Algebra.agda b/src/Relation/Unary/Algebra.agda index e964e351ae..a766070568 100644 --- a/src/Relation/Unary/Algebra.agda +++ b/src/Relation/Unary/Algebra.agda @@ -4,7 +4,7 @@ -- Algebraic properties of constructions over unary relations ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Relation.Unary.Algebra where diff --git a/src/Relation/Unary/Closure/Base.agda b/src/Relation/Unary/Closure/Base.agda index f0dfe536d2..3f14750f5d 100644 --- a/src/Relation/Unary/Closure/Base.agda +++ b/src/Relation/Unary/Closure/Base.agda @@ -4,7 +4,7 @@ -- Closures of a unary relation with respect to a binary one. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Core using (Rel) diff --git a/src/Relation/Unary/Closure/Preorder.agda b/src/Relation/Unary/Closure/Preorder.agda index e2839fd644..461021008a 100644 --- a/src/Relation/Unary/Closure/Preorder.agda +++ b/src/Relation/Unary/Closure/Preorder.agda @@ -4,7 +4,7 @@ -- Closure of a unary relation with respect to a preorder ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Bundles using (Preorder) diff --git a/src/Relation/Unary/Closure/StrictPartialOrder.agda b/src/Relation/Unary/Closure/StrictPartialOrder.agda index 34e47cdf90..56e705ee20 100644 --- a/src/Relation/Unary/Closure/StrictPartialOrder.agda +++ b/src/Relation/Unary/Closure/StrictPartialOrder.agda @@ -4,7 +4,7 @@ -- Closures of a unary relation with respect to a strict partial order ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Bundles using (StrictPartialOrder) diff --git a/src/Relation/Unary/Consequences.agda b/src/Relation/Unary/Consequences.agda index 89be366ed7..baa2981688 100644 --- a/src/Relation/Unary/Consequences.agda +++ b/src/Relation/Unary/Consequences.agda @@ -4,7 +4,7 @@ -- Some properties imply others ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Relation.Unary.Consequences where diff --git a/src/Relation/Unary/Indexed.agda b/src/Relation/Unary/Indexed.agda index 1ff91a1df8..fa5ba3955e 100644 --- a/src/Relation/Unary/Indexed.agda +++ b/src/Relation/Unary/Indexed.agda @@ -4,7 +4,7 @@ -- Indexed unary relations ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Relation.Unary.Indexed where diff --git a/src/Relation/Unary/Polymorphic.agda b/src/Relation/Unary/Polymorphic.agda index 049ea9bf66..365298b41a 100644 --- a/src/Relation/Unary/Polymorphic.agda +++ b/src/Relation/Unary/Polymorphic.agda @@ -4,7 +4,7 @@ -- Polymorphic versions of standard definitions in Relation.Unary ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Relation.Unary.Polymorphic where diff --git a/src/Relation/Unary/Polymorphic/Properties.agda b/src/Relation/Unary/Polymorphic/Properties.agda index 082dea8344..9b9129761e 100644 --- a/src/Relation/Unary/Polymorphic/Properties.agda +++ b/src/Relation/Unary/Polymorphic/Properties.agda @@ -5,7 +5,7 @@ -- Relation.Unary ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Relation.Unary.Polymorphic.Properties where diff --git a/src/Relation/Unary/PredicateTransformer.agda b/src/Relation/Unary/PredicateTransformer.agda index 405c23a5da..4d570a53ec 100644 --- a/src/Relation/Unary/PredicateTransformer.agda +++ b/src/Relation/Unary/PredicateTransformer.agda @@ -4,7 +4,7 @@ -- Predicate transformers ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Relation.Unary.PredicateTransformer where diff --git a/src/Relation/Unary/Properties.agda b/src/Relation/Unary/Properties.agda index 3ebe6b410a..222d1d2ff3 100644 --- a/src/Relation/Unary/Properties.agda +++ b/src/Relation/Unary/Properties.agda @@ -4,7 +4,7 @@ -- Properties of constructions over unary relations ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Relation.Unary.Properties where diff --git a/src/Relation/Unary/Relation/Binary/Equality.agda b/src/Relation/Unary/Relation/Binary/Equality.agda index ab145cf2fd..3aab389593 100644 --- a/src/Relation/Unary/Relation/Binary/Equality.agda +++ b/src/Relation/Unary/Relation/Binary/Equality.agda @@ -4,7 +4,7 @@ -- Equality of unary relations ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Relation.Unary.Relation.Binary.Equality where diff --git a/src/Relation/Unary/Relation/Binary/Subset.agda b/src/Relation/Unary/Relation/Binary/Subset.agda index 8e492f12c7..375bddde6f 100644 --- a/src/Relation/Unary/Relation/Binary/Subset.agda +++ b/src/Relation/Unary/Relation/Binary/Subset.agda @@ -4,7 +4,7 @@ -- Order properties of the subset relations _⊆_ and _⊂_ ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Relation.Unary.Relation.Binary.Subset where diff --git a/src/Relation/Unary/Sized.agda b/src/Relation/Unary/Sized.agda index 4e89bcda9b..3296c3a0f5 100644 --- a/src/Relation/Unary/Sized.agda +++ b/src/Relation/Unary/Sized.agda @@ -8,7 +8,7 @@ -- longer compatible with the ordinary combinators defined in -- `Relation.Unary`. -{-# OPTIONS --cubical-compatible --sized-types #-} +{-# OPTIONS --without-K --sized-types #-} module Relation.Unary.Sized where diff --git a/src/Size.agda b/src/Size.agda index eaafe88808..8cdb4a45d4 100644 --- a/src/Size.agda +++ b/src/Size.agda @@ -4,7 +4,7 @@ -- Sizes for Agda's sized types ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --sized-types #-} +{-# OPTIONS --without-K --sized-types #-} module Size where diff --git a/src/Strict.agda b/src/Strict.agda index b512eb4cbd..d688c13fd1 100644 --- a/src/Strict.agda +++ b/src/Strict.agda @@ -4,7 +4,7 @@ -- This module is DEPRECATED, please use `Function.Strict` directly. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Strict where diff --git a/src/System/Clock.agda b/src/System/Clock.agda index 216b19527b..eb8d1df367 100644 --- a/src/System/Clock.agda +++ b/src/System/Clock.agda @@ -4,7 +4,7 @@ -- Measuring time ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --guardedness #-} +{-# OPTIONS --without-K --guardedness #-} module System.Clock where diff --git a/src/System/Clock/Primitive.agda b/src/System/Clock/Primitive.agda index 659d3e3b92..7aab414749 100644 --- a/src/System/Clock/Primitive.agda +++ b/src/System/Clock/Primitive.agda @@ -4,7 +4,7 @@ -- Primitive System.Clock simple bindings to Haskell functions ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible #-} +{-# OPTIONS --without-K #-} module System.Clock.Primitive where diff --git a/src/System/Console/ANSI.agda b/src/System/Console/ANSI.agda index 867a4cd856..c7c22d6257 100644 --- a/src/System/Console/ANSI.agda +++ b/src/System/Console/ANSI.agda @@ -4,7 +4,7 @@ -- ANSI escape codes ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module System.Console.ANSI where diff --git a/src/System/Directory.agda b/src/System/Directory.agda index fc2a1578a9..95f310cc05 100644 --- a/src/System/Directory.agda +++ b/src/System/Directory.agda @@ -4,7 +4,7 @@ -- Directory manipulation ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --guardedness #-} +{-# OPTIONS --without-K --guardedness #-} module System.Directory where diff --git a/src/System/Directory/Primitive.agda b/src/System/Directory/Primitive.agda index d5bae96742..9b64e25039 100644 --- a/src/System/Directory/Primitive.agda +++ b/src/System/Directory/Primitive.agda @@ -4,7 +4,7 @@ -- Primitive System.Direcotry simple bindings to Haskell functions ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --guardedness #-} +{-# OPTIONS --without-K --guardedness #-} module System.Directory.Primitive where diff --git a/src/System/Environment.agda b/src/System/Environment.agda index ec6833f64c..e8dc625e99 100644 --- a/src/System/Environment.agda +++ b/src/System/Environment.agda @@ -4,7 +4,7 @@ -- Miscellanous information about the system environment ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --guardedness #-} +{-# OPTIONS --without-K --guardedness #-} module System.Environment where diff --git a/src/System/Environment/Primitive.agda b/src/System/Environment/Primitive.agda index 9408613641..9d88fa4916 100644 --- a/src/System/Environment/Primitive.agda +++ b/src/System/Environment/Primitive.agda @@ -10,7 +10,7 @@ -- e.g. we provide `lookupEnv` but not `getEnv` ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible #-} +{-# OPTIONS --without-K #-} module System.Environment.Primitive where diff --git a/src/System/Exit.agda b/src/System/Exit.agda index 7fec0865e5..edbb234c6b 100644 --- a/src/System/Exit.agda +++ b/src/System/Exit.agda @@ -4,7 +4,7 @@ -- Exiting the program. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --guardedness #-} +{-# OPTIONS --without-K --guardedness #-} module System.Exit where diff --git a/src/System/Exit/Primitive.agda b/src/System/Exit/Primitive.agda index 05a2abfb2b..97d5bb214c 100644 --- a/src/System/Exit/Primitive.agda +++ b/src/System/Exit/Primitive.agda @@ -4,7 +4,7 @@ -- Primitive System.Exit simple bindings to Haskell functions ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible #-} +{-# OPTIONS --without-K #-} module System.Exit.Primitive where diff --git a/src/System/FilePath/Posix.agda b/src/System/FilePath/Posix.agda index f12cf8180e..33e1a7807f 100644 --- a/src/System/FilePath/Posix.agda +++ b/src/System/FilePath/Posix.agda @@ -4,7 +4,7 @@ -- Posix filepaths ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --guardedness #-} +{-# OPTIONS --without-K --guardedness #-} module System.FilePath.Posix where diff --git a/src/System/FilePath/Posix/Primitive.agda b/src/System/FilePath/Posix/Primitive.agda index 8226666ba6..9be63ede37 100644 --- a/src/System/FilePath/Posix/Primitive.agda +++ b/src/System/FilePath/Posix/Primitive.agda @@ -4,7 +4,7 @@ -- Primitive System.FilePath.Posix simple bindings to Haskell functions ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --guardedness #-} +{-# OPTIONS --without-K --guardedness #-} module System.FilePath.Posix.Primitive where diff --git a/src/System/Process.agda b/src/System/Process.agda index b2eacdacea..b2967df05a 100644 --- a/src/System/Process.agda +++ b/src/System/Process.agda @@ -4,7 +4,7 @@ -- Calling external processes ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --guardedness #-} +{-# OPTIONS --without-K --guardedness #-} module System.Process where diff --git a/src/System/Process/Primitive.agda b/src/System/Process/Primitive.agda index 828a275433..cea2a981d8 100644 --- a/src/System/Process/Primitive.agda +++ b/src/System/Process/Primitive.agda @@ -4,7 +4,7 @@ -- Primitive System.Process simple bindings to Haskell functions ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible #-} +{-# OPTIONS --without-K #-} module System.Process.Primitive where diff --git a/src/System/Random.agda b/src/System/Random.agda index 9008d65831..05cb6cde6b 100644 --- a/src/System/Random.agda +++ b/src/System/Random.agda @@ -4,7 +4,7 @@ -- *Pseudo-random* number generation ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --guardedness #-} +{-# OPTIONS --without-K --guardedness #-} module System.Random where diff --git a/src/System/Random/Primitive.agda b/src/System/Random/Primitive.agda index b93ee91fcb..2bba14805b 100644 --- a/src/System/Random/Primitive.agda +++ b/src/System/Random/Primitive.agda @@ -4,7 +4,7 @@ -- Primitive System.Random simple bindings to Haskell functions ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible #-} +{-# OPTIONS --without-K #-} module System.Random.Primitive where diff --git a/src/Tactic/Cong.agda b/src/Tactic/Cong.agda index ceffe6587d..72b8e3a9f4 100644 --- a/src/Tactic/Cong.agda +++ b/src/Tactic/Cong.agda @@ -22,7 +22,7 @@ -- Please see README.Tactic.Cong for more details. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Tactic.Cong where diff --git a/src/Tactic/MonoidSolver.agda b/src/Tactic/MonoidSolver.agda index 33cbf95001..cb26c4adbd 100644 --- a/src/Tactic/MonoidSolver.agda +++ b/src/Tactic/MonoidSolver.agda @@ -68,7 +68,7 @@ -- same as the one the user is looking at, and in order to do that we -- quote it at the call site. -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Tactic.MonoidSolver where diff --git a/src/Tactic/RingSolver.agda b/src/Tactic/RingSolver.agda index 9c6cb29e8e..d5b15f1050 100644 --- a/src/Tactic/RingSolver.agda +++ b/src/Tactic/RingSolver.agda @@ -5,7 +5,7 @@ -- equations over rings. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Tactic.RingSolver where diff --git a/src/Tactic/RingSolver/Core/AlmostCommutativeRing.agda b/src/Tactic/RingSolver/Core/AlmostCommutativeRing.agda index 5ed5b8f4ff..825ac21f6d 100644 --- a/src/Tactic/RingSolver/Core/AlmostCommutativeRing.agda +++ b/src/Tactic/RingSolver/Core/AlmostCommutativeRing.agda @@ -4,7 +4,7 @@ -- Almost commutative rings ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Tactic.RingSolver.Core.AlmostCommutativeRing where diff --git a/src/Tactic/RingSolver/Core/Expression.agda b/src/Tactic/RingSolver/Core/Expression.agda index 566e71ac96..9edcf67f4b 100644 --- a/src/Tactic/RingSolver/Core/Expression.agda +++ b/src/Tactic/RingSolver/Core/Expression.agda @@ -4,7 +4,7 @@ -- A type for expressions over a raw ring. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Tactic.RingSolver.Core.Expression where diff --git a/src/Tactic/RingSolver/Core/NatSet.agda b/src/Tactic/RingSolver/Core/NatSet.agda index 53af68c511..b700457e43 100644 --- a/src/Tactic/RingSolver/Core/NatSet.agda +++ b/src/Tactic/RingSolver/Core/NatSet.agda @@ -32,7 +32,7 @@ -- In this way, we change the membership test from O(n²) to O(n). ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Tactic.RingSolver.Core.NatSet where diff --git a/src/Tactic/RingSolver/Core/Polynomial/Base.agda b/src/Tactic/RingSolver/Core/Polynomial/Base.agda index 6de64bf839..4a1b97e78b 100644 --- a/src/Tactic/RingSolver/Core/Polynomial/Base.agda +++ b/src/Tactic/RingSolver/Core/Polynomial/Base.agda @@ -41,7 +41,7 @@ -- convenient to simply use ℕ. We use _≤′_ instead. ------------------------------------------------------------------------ -{-# OPTIONS --safe --cubical-compatible #-} +{-# OPTIONS --safe --without-K #-} open import Tactic.RingSolver.Core.Polynomial.Parameters @@ -255,7 +255,7 @@ poly-map f = para (map₁ f) -- a list that was already pattern-matched on, the recursive call -- does not strictly decrease the size of its argument. -- --- Interestingly, if --cubical-compatible is turned off, we don't need +-- Interestingly, if --without-K is turned off, we don't need -- the helper function ⊞-coeffs; we could pattern match on _⊞_ directly. -- -- _⊞_ {zero} (lift x) (lift y) = lift (x + y) diff --git a/src/Tactic/RingSolver/Core/Polynomial/Homomorphism.agda b/src/Tactic/RingSolver/Core/Polynomial/Homomorphism.agda index 8354c83959..86e20f0e07 100644 --- a/src/Tactic/RingSolver/Core/Polynomial/Homomorphism.agda +++ b/src/Tactic/RingSolver/Core/Polynomial/Homomorphism.agda @@ -4,7 +4,7 @@ -- Some specialised instances of the ring solver ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Tactic.RingSolver.Core.Polynomial.Parameters diff --git a/src/Tactic/RingSolver/Core/Polynomial/Homomorphism/Addition.agda b/src/Tactic/RingSolver/Core/Polynomial/Homomorphism/Addition.agda index 32cbefe63a..0289a22af6 100644 --- a/src/Tactic/RingSolver/Core/Polynomial/Homomorphism/Addition.agda +++ b/src/Tactic/RingSolver/Core/Polynomial/Homomorphism/Addition.agda @@ -4,7 +4,7 @@ -- Homomorphism proofs for addition over polynomials ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Tactic.RingSolver.Core.Polynomial.Parameters diff --git a/src/Tactic/RingSolver/Core/Polynomial/Homomorphism/Constants.agda b/src/Tactic/RingSolver/Core/Polynomial/Homomorphism/Constants.agda index cc2f139086..6e8e44e6bd 100644 --- a/src/Tactic/RingSolver/Core/Polynomial/Homomorphism/Constants.agda +++ b/src/Tactic/RingSolver/Core/Polynomial/Homomorphism/Constants.agda @@ -4,7 +4,7 @@ -- Homomorphism proofs for constants over polynomials ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Tactic.RingSolver.Core.Polynomial.Parameters diff --git a/src/Tactic/RingSolver/Core/Polynomial/Homomorphism/Exponentiation.agda b/src/Tactic/RingSolver/Core/Polynomial/Homomorphism/Exponentiation.agda index 58086538ed..d8731853f4 100644 --- a/src/Tactic/RingSolver/Core/Polynomial/Homomorphism/Exponentiation.agda +++ b/src/Tactic/RingSolver/Core/Polynomial/Homomorphism/Exponentiation.agda @@ -4,7 +4,7 @@ -- Homomorphism proofs for exponentiation over polynomials ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Tactic.RingSolver.Core.Polynomial.Parameters diff --git a/src/Tactic/RingSolver/Core/Polynomial/Homomorphism/Lemmas.agda b/src/Tactic/RingSolver/Core/Polynomial/Homomorphism/Lemmas.agda index 36c66422c7..9023f73166 100644 --- a/src/Tactic/RingSolver/Core/Polynomial/Homomorphism/Lemmas.agda +++ b/src/Tactic/RingSolver/Core/Polynomial/Homomorphism/Lemmas.agda @@ -4,7 +4,7 @@ -- Lemmas for use in proving the polynomial homomorphism. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Tactic.RingSolver.Core.Polynomial.Parameters diff --git a/src/Tactic/RingSolver/Core/Polynomial/Homomorphism/Multiplication.agda b/src/Tactic/RingSolver/Core/Polynomial/Homomorphism/Multiplication.agda index 07e157389c..7bb7df4018 100644 --- a/src/Tactic/RingSolver/Core/Polynomial/Homomorphism/Multiplication.agda +++ b/src/Tactic/RingSolver/Core/Polynomial/Homomorphism/Multiplication.agda @@ -4,7 +4,7 @@ -- Homomorphism proofs for multiplication over polynomials ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Tactic.RingSolver.Core.Polynomial.Parameters diff --git a/src/Tactic/RingSolver/Core/Polynomial/Homomorphism/Negation.agda b/src/Tactic/RingSolver/Core/Polynomial/Homomorphism/Negation.agda index 9f6aac7e58..3a52b06825 100644 --- a/src/Tactic/RingSolver/Core/Polynomial/Homomorphism/Negation.agda +++ b/src/Tactic/RingSolver/Core/Polynomial/Homomorphism/Negation.agda @@ -4,7 +4,7 @@ -- Homomorphism proofs for negation over polynomials ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Tactic.RingSolver.Core.Polynomial.Parameters diff --git a/src/Tactic/RingSolver/Core/Polynomial/Homomorphism/Variables.agda b/src/Tactic/RingSolver/Core/Polynomial/Homomorphism/Variables.agda index 553f761768..2fcc0692e0 100644 --- a/src/Tactic/RingSolver/Core/Polynomial/Homomorphism/Variables.agda +++ b/src/Tactic/RingSolver/Core/Polynomial/Homomorphism/Variables.agda @@ -4,7 +4,7 @@ -- Homomorphism proofs for variables and constants over polynomials ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Tactic.RingSolver.Core.Polynomial.Parameters diff --git a/src/Tactic/RingSolver/Core/Polynomial/Parameters.agda b/src/Tactic/RingSolver/Core/Polynomial/Parameters.agda index c7777160a8..2fbf72d3d8 100644 --- a/src/Tactic/RingSolver/Core/Polynomial/Parameters.agda +++ b/src/Tactic/RingSolver/Core/Polynomial/Parameters.agda @@ -4,7 +4,7 @@ -- Bundles of parameters for passing to the Ring Solver ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} -- This module packages up all the stuff that's passed to the other -- modules in a convenient form. diff --git a/src/Tactic/RingSolver/Core/Polynomial/Reasoning.agda b/src/Tactic/RingSolver/Core/Polynomial/Reasoning.agda index a1aa9824de..fdd85c7402 100644 --- a/src/Tactic/RingSolver/Core/Polynomial/Reasoning.agda +++ b/src/Tactic/RingSolver/Core/Polynomial/Reasoning.agda @@ -4,7 +4,7 @@ -- Polynomial reasoning ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Tactic.RingSolver.Core.AlmostCommutativeRing diff --git a/src/Tactic/RingSolver/Core/Polynomial/Semantics.agda b/src/Tactic/RingSolver/Core/Polynomial/Semantics.agda index c73a8ac587..0143da06b0 100644 --- a/src/Tactic/RingSolver/Core/Polynomial/Semantics.agda +++ b/src/Tactic/RingSolver/Core/Polynomial/Semantics.agda @@ -4,7 +4,7 @@ -- "Evaluating" a polynomial, using Horner's method. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Tactic.RingSolver.Core.Polynomial.Parameters diff --git a/src/Tactic/RingSolver/NonReflective.agda b/src/Tactic/RingSolver/NonReflective.agda index 64283a49ff..d8e668d9d6 100644 --- a/src/Tactic/RingSolver/NonReflective.agda +++ b/src/Tactic/RingSolver/NonReflective.agda @@ -8,7 +8,7 @@ -- You'll probably want to use `Tactic.RingSolver` instead which uses -- reflection to automatically extract the equation. -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Tactic.RingSolver.Core.AlmostCommutativeRing diff --git a/src/Test/Golden.agda b/src/Test/Golden.agda index cc3198269c..13cc383748 100644 --- a/src/Test/Golden.agda +++ b/src/Test/Golden.agda @@ -75,7 +75,7 @@ -- -- assuming that the test runner is compiled to an executable named `runtests`. -{-# OPTIONS --cubical-compatible --guardedness #-} +{-# OPTIONS --without-K --guardedness #-} module Test.Golden where diff --git a/src/Text/Format.agda b/src/Text/Format.agda index ffa6501b27..cc56de63b5 100644 --- a/src/Text/Format.agda +++ b/src/Text/Format.agda @@ -4,7 +4,7 @@ -- Format strings for Printf and Scanf ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Text.Format where diff --git a/src/Text/Format/Generic.agda b/src/Text/Format/Generic.agda index fd1f05ec1c..50b8580871 100644 --- a/src/Text/Format/Generic.agda +++ b/src/Text/Format/Generic.agda @@ -4,7 +4,7 @@ -- Format strings for Printf and Scanf ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Text.Format.Generic where diff --git a/src/Text/Printf.agda b/src/Text/Printf.agda index caa59b8a8c..54f39b12aa 100644 --- a/src/Text/Printf.agda +++ b/src/Text/Printf.agda @@ -4,7 +4,7 @@ -- Printf ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Text.Printf where diff --git a/src/Text/Printf/Generic.agda b/src/Text/Printf/Generic.agda index 21aa36133a..85a40c5af9 100644 --- a/src/Text/Printf/Generic.agda +++ b/src/Text/Printf/Generic.agda @@ -4,7 +4,7 @@ -- Generic printf function. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Text.Printf.Generic where diff --git a/src/Text/Regex.agda b/src/Text/Regex.agda index 9b818d15b5..8fe0c65f90 100644 --- a/src/Text/Regex.agda +++ b/src/Text/Regex.agda @@ -8,7 +8,7 @@ -- Regular Expressions in Agda ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Bundles using (DecPoset) diff --git a/src/Text/Regex/Base.agda b/src/Text/Regex/Base.agda index e5cc2c24a4..e56e8eb3ec 100644 --- a/src/Text/Regex/Base.agda +++ b/src/Text/Regex/Base.agda @@ -4,7 +4,7 @@ -- Regular expressions: basic types and semantics ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Bundles using (Preorder) diff --git a/src/Text/Regex/Derivative/Brzozowski.agda b/src/Text/Regex/Derivative/Brzozowski.agda index 178986eb65..1258f20f98 100644 --- a/src/Text/Regex/Derivative/Brzozowski.agda +++ b/src/Text/Regex/Derivative/Brzozowski.agda @@ -4,7 +4,7 @@ -- Regular expressions: Brzozowski derivative ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Bundles using (DecPoset) diff --git a/src/Text/Regex/Properties.agda b/src/Text/Regex/Properties.agda index b384207d7f..193ef00aba 100644 --- a/src/Text/Regex/Properties.agda +++ b/src/Text/Regex/Properties.agda @@ -4,7 +4,7 @@ -- Properties of regular expressions and their semantics ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Bundles using (DecPoset) diff --git a/src/Text/Regex/Properties/Core.agda b/src/Text/Regex/Properties/Core.agda index 40e1cdf15b..d93da74fd0 100644 --- a/src/Text/Regex/Properties/Core.agda +++ b/src/Text/Regex/Properties/Core.agda @@ -4,7 +4,7 @@ -- Regular expressions: core properties (only require a Preorder) ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Bundles using (Preorder) diff --git a/src/Text/Regex/Search.agda b/src/Text/Regex/Search.agda index efa1f74684..63069d0a0f 100644 --- a/src/Text/Regex/Search.agda +++ b/src/Text/Regex/Search.agda @@ -4,7 +4,7 @@ -- Regular expressions: search algorithms ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Bundles using (DecPoset) diff --git a/src/Text/Regex/SmartConstructors.agda b/src/Text/Regex/SmartConstructors.agda index 3269d22da5..8870da3b93 100644 --- a/src/Text/Regex/SmartConstructors.agda +++ b/src/Text/Regex/SmartConstructors.agda @@ -7,7 +7,7 @@ -- is crucial to use smart constructors. ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} open import Relation.Binary.Bundles using (Preorder) diff --git a/src/Text/Regex/String.agda b/src/Text/Regex/String.agda index b526c77827..e84ca40597 100644 --- a/src/Text/Regex/String.agda +++ b/src/Text/Regex/String.agda @@ -4,7 +4,7 @@ -- Regular expressions acting on strings ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --safe #-} +{-# OPTIONS --without-K --safe #-} module Text.Regex.String where diff --git a/src/Text/Tabular/Base.agda b/src/Text/Tabular/Base.agda index 6009ffe87a..89060eb5a1 100644 --- a/src/Text/Tabular/Base.agda +++ b/src/Text/Tabular/Base.agda @@ -8,7 +8,7 @@ -- you should instead use Text.Tabular.List. ------------------------------------------------------------------------ -{-# OPTIONS --safe --cubical-compatible #-} +{-# OPTIONS --safe --without-K #-} module Text.Tabular.Base where diff --git a/src/Text/Tabular/List.agda b/src/Text/Tabular/List.agda index ca8cce5b70..e576a5cc4b 100644 --- a/src/Text/Tabular/List.agda +++ b/src/Text/Tabular/List.agda @@ -4,7 +4,7 @@ -- Fancy display functions for List-based tables ------------------------------------------------------------------------ -{-# OPTIONS --safe --cubical-compatible #-} +{-# OPTIONS --safe --without-K #-} module Text.Tabular.List where diff --git a/src/Text/Tabular/Vec.agda b/src/Text/Tabular/Vec.agda index 1286ab1e14..a8d3f7501a 100644 --- a/src/Text/Tabular/Vec.agda +++ b/src/Text/Tabular/Vec.agda @@ -4,7 +4,7 @@ -- Fancy display functions for Vec-based tables ------------------------------------------------------------------------ -{-# OPTIONS --safe --cubical-compatible #-} +{-# OPTIONS --safe --without-K #-} module Text.Tabular.Vec where diff --git a/src/Text/Tree/Linear.agda b/src/Text/Tree/Linear.agda index 01bd6ee30b..9e1596bb6a 100644 --- a/src/Text/Tree/Linear.agda +++ b/src/Text/Tree/Linear.agda @@ -5,7 +5,7 @@ -- directly ------------------------------------------------------------------------ -{-# OPTIONS --cubical-compatible --sized-types #-} +{-# OPTIONS --without-K --sized-types #-} module Text.Tree.Linear where diff --git a/tests/data/appending/TakeWhile.agda b/tests/data/appending/TakeWhile.agda index 932945a3cc..71db09cbef 100644 --- a/tests/data/appending/TakeWhile.agda +++ b/tests/data/appending/TakeWhile.agda @@ -1,4 +1,4 @@ -{-# OPTIONS --safe --cubical-compatible #-} +{-# OPTIONS --safe --without-K #-} module TakeWhile where From 365019810047932ecf399dee210df429d4014be4 Mon Sep 17 00:00:00 2001 From: Nathan van Doorn Date: Sat, 21 Mar 2026 10:33:19 +0100 Subject: [PATCH 2/2] Remove cubical-related warning from global flags --- standard-library.agda-lib | 2 -- 1 file changed, 2 deletions(-) diff --git a/standard-library.agda-lib b/standard-library.agda-lib index 89a8058e04..5f85f5b910 100644 --- a/standard-library.agda-lib +++ b/standard-library.agda-lib @@ -1,4 +1,2 @@ name: standard-library-2.4 include: src -flags: - --warning=noUnsupportedIndexedMatch