From 80524bdec9217482b671cba0cfea8119bad5dc92 Mon Sep 17 00:00:00 2001 From: Krasimir Angelov Date: Thu, 15 Jan 2026 09:56:39 +0100 Subject: [PATCH] add Eq instance for Info --- src/compiler/api/GF/Grammar/Grammar.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compiler/api/GF/Grammar/Grammar.hs b/src/compiler/api/GF/Grammar/Grammar.hs index 642b696e3..bd0d2bf19 100644 --- a/src/compiler/api/GF/Grammar/Grammar.hs +++ b/src/compiler/api/GF/Grammar/Grammar.hs @@ -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