Skip to content

Commit 70bcf8b

Browse files
committed
small bugfix
1 parent e704a44 commit 70bcf8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ITMOPrelude/Primitive.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ instance Group Int where
250250
data MulInt = Mult Int
251251

252252
instance Monoid MulInt where
253-
mempty = Mult intZero
253+
mempty = Mult intOne
254254
mappend (Mult a) (Mult b) = Mult $ a .*. b
255255

256256
-------------------------------------------

0 commit comments

Comments
 (0)