add Eq instance for Info

This commit is contained in:
Krasimir Angelov
2026-01-15 09:56:39 +01:00
parent 7c6c194142
commit 80524bdec9
+1 -1
View File
@@ -342,7 +342,7 @@ data Info =
-- indirection to module Ident
| AnyInd Bool ModuleName -- ^ (/INDIR/) the 'Bool' says if canonical
deriving Show
deriving (Eq,Show)
type Type = Term
type Cat = QIdent