mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-08-19 10:46:22 -06:00
add Eq instance for Info
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user