We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e37fe01 commit c1423d2Copy full SHA for c1423d2
src/Data/List/Relation/Binary/Permutation/Propositional/Properties.agda
@@ -400,13 +400,14 @@ mapMaybe-↭ f = catMaybes-↭ ∘ map⁺ f
400
401
-- Version 2.3
402
403
-open import Data.Nat.SumAndProduct public
404
- using (sum-↭; product-↭)
+import Data.Nat.SumAndProduct as ℕ
405
+sum-↭ = ℕ.sum-↭
406
{-# WARNING_ON_USAGE sum-↭
407
"Warning: sum-↭ was deprecated in v2.3.
408
Please use Data.Nat.SumAndProduct.sum-↭ instead."
409
#-}
410
+product-↭ = ℕ.product-↭
411
{-# WARNING_ON_USAGE product-↭
412
"Warning: product-↭ was deprecated in v2.3.
413
Please use Data.Nat.SumAndProduct.product-↭ instead."
0 commit comments