From e3892b82c0f1a73ce529dbfde2a2753475c94355 Mon Sep 17 00:00:00 2001 From: krasimir Date: Tue, 20 Jan 2009 14:33:42 +0000 Subject: remove some dead types from GF.Grammar.Grammar --- src/GF/Grammar/Macros.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/GF/Grammar/Macros.hs') diff --git a/src/GF/Grammar/Macros.hs b/src/GF/Grammar/Macros.hs index 065dcef60..34c6302fd 100644 --- a/src/GF/Grammar/Macros.hs +++ b/src/GF/Grammar/Macros.hs @@ -405,7 +405,7 @@ freshMeta :: [MetaSymb] -> MetaSymb freshMeta ms = MetaSymb (minimum [n | n <- [0..length ms], notElem n (map metaSymbInt ms)]) -mkFreshMetasInTrm :: [MetaSymb] -> Trm -> Trm +mkFreshMetasInTrm :: [MetaSymb] -> Term -> Term mkFreshMetasInTrm metas = fst . rms minMeta where rms meta trm = case trm of Meta m -> (Meta (MetaSymb meta), meta + 1) -- cgit v1.2.3