Skip to content

Commit ecfa18d

Browse files
Suppress warnings from Algebra.Properties.CommutativeMonoid (#1100)
1 parent 00d75f2 commit ecfa18d

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/Algebra/Operations/CommutativeMonoid.agda

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77

88
{-# OPTIONS --without-K --safe #-}
99

10+
-- Disabled to prevent warnings from deprecated Table
11+
{-# OPTIONS --warn=noUserWarning #-}
12+
1013
open import Algebra
1114

1215
module Algebra.Operations.CommutativeMonoid

src/Algebra/Properties/CommutativeMonoid.agda

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66

77
{-# OPTIONS --without-K --safe #-}
88

9+
-- Disabled to prevent warnings from deprecated Table
10+
{-# OPTIONS --warn=noUserWarning #-}
11+
912
open import Algebra.Bundles
1013

1114
module Algebra.Properties.CommutativeMonoid

0 commit comments

Comments
 (0)