We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00d75f2 commit ecfa18dCopy full SHA for ecfa18d
src/Algebra/Operations/CommutativeMonoid.agda
@@ -7,6 +7,9 @@
7
8
{-# OPTIONS --without-K --safe #-}
9
10
+-- Disabled to prevent warnings from deprecated Table
11
+{-# OPTIONS --warn=noUserWarning #-}
12
+
13
open import Algebra
14
15
module Algebra.Operations.CommutativeMonoid
src/Algebra/Properties/CommutativeMonoid.agda
@@ -6,6 +6,9 @@
6
open import Algebra.Bundles
module Algebra.Properties.CommutativeMonoid
0 commit comments