Skip to content

Commit 766755e

Browse files
committed
[fix] issues agda#1755 and agda#1865
1 parent 14d46d4 commit 766755e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Data/Integer/Properties.agda

+3
Original file line numberDiff line numberDiff line change
@@ -2386,3 +2386,6 @@ Please use pos-* instead."
23862386
"Warning: +-isAbelianGroup was deprecated in v2.0
23872387
Please use +-0-isAbelianGroup instead."
23882388
#-}
2389+
{- issue1844/issue1755: raw bundles have moved to `Data.X.Base` -}
2390+
open Data.Integer.Base public
2391+
using (*-rawMagma; *-1-rawMonoid)

0 commit comments

Comments
 (0)