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.
Data.Nat
1 parent aebe3e7 commit 8f5de04Copy full SHA for 8f5de04
src/Data/Nat/Properties.agda
@@ -2289,3 +2289,7 @@ suc[pred[n]]≡n {suc n} _ = refl
2289
{-# WARNING_ON_USAGE <-step
2290
"Warning: <-step was deprecated in v2.0. Please use m<n⇒m<1+n instead. "
2291
#-}
2292
+
2293
+{- issue1844/issue1755: raw bundles have moved to `Data.X.Base` -}
2294
+open Data.Nat.Base public
2295
+ using (*-rawMagma; *-1-rawMonoid)
0 commit comments