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 @@ -1269,6 +1269,16 @@ Other minor changes
1269
1269
1270
1270
anyUpTo? : ∀ (P? : U.Decidable P) (v : ℕ) → Dec (∃ λ n → n < v × P n)
1271
1271
allUpTo? : ∀ (P? : U.Decidable P) (v : ℕ) → Dec (∀ {n} → n < v → P n)
1272
+
1273
+ +-isPomagma : IsPomagma _+_
1274
+ +-isPosemigroup : IsPosemigroup _+_
1275
+ +-0-isPomonoid : IsPomonoid _+_ 0
1276
+ +-0-isCommutativePomonoid : IsCommutativePomonoid _+_ 0
1277
+ +-0-commutativePomonoid : CommutativePomonoid 0ℓ 0ℓ 0ℓ
1278
+ +-*-isPosemiring : IsPosemiring _+_ _*_ 0 1
1279
+ *-1-isCommutativePomonoid : IsCommutativePomonoid _*_ 1
1280
+ +-*-posemiring : Posemiring 0ℓ 0ℓ 0ℓ
1281
+ *-1-commutativePomonoid : CommutativePomonoid 0ℓ 0ℓ 0ℓ
1272
1282
```
1273
1283
1274
1284
* Added new functions in ` Data.Nat ` :
You can’t perform that action at this time.
0 commit comments