The type signatures in Predef are no longer hard coded

This commit is contained in:
Krasimir Angelov
2024-02-06 08:36:43 +01:00
parent 9a6fc7fc9e
commit 9fd1c5da80
6 changed files with 20 additions and 114 deletions

View File

@@ -18,6 +18,7 @@ module GF.Grammar
module GF.Grammar.Macros,
module GF.Grammar.Parser,
module GF.Grammar.Printer,
module GF.Grammar.Predef,
module GF.Infra.Ident
) where
@@ -26,4 +27,5 @@ import GF.Grammar.Values
import GF.Grammar.Macros
import GF.Grammar.Parser
import GF.Grammar.Printer
import GF.Grammar.Predef
import GF.Infra.Ident