File tree Expand file tree Collapse file tree 2 files changed +230
-230
lines changed Expand file tree Collapse file tree 2 files changed +230
-230
lines changed Original file line number Diff line number Diff line change @@ -1265,6 +1265,16 @@ Other minor changes
1265
1265
1266
1266
anyUpTo? : ∀ (P? : U.Decidable P) (v : ℕ) → Dec (∃ λ n → n < v × P n)
1267
1267
allUpTo? : ∀ (P? : U.Decidable P) (v : ℕ) → Dec (∀ {n} → n < v → P n)
1268
+
1269
+ +-isPomagma : IsPomagma _+_
1270
+ +-isPosemigroup : IsPosemigroup _+_
1271
+ +-0-isPomonoid : IsPomonoid _+_ 0
1272
+ +-0-isCommutativePomonoid : IsCommutativePomonoid _+_ 0
1273
+ +-0-commutativePomonoid : CommutativePomonoid 0ℓ 0ℓ 0ℓ
1274
+ +-*-isPosemiring : IsPosemiring _+_ _*_ 0 1
1275
+ *-1-isCommutativePomonoid : IsCommutativePomonoid _*_ 1
1276
+ +-*-posemiring : Posemiring 0ℓ 0ℓ 0ℓ
1277
+ *-1-commutativePomonoid : CommutativePomonoid 0ℓ 0ℓ 0ℓ
1268
1278
```
1269
1279
1270
1280
* Added new functions in ` Data.Nat ` :
You can’t perform that action at this time.
0 commit comments