From 6753fdae72dc6be7cdac5f2ec09fc42d8f0b4b2e Mon Sep 17 00:00:00 2001 From: krasimir Date: Sun, 25 Oct 2009 18:01:04 +0000 Subject: strip some redundant constructors from GF.Grammar.Grammar --- src/GF/Compile/Abstract/Compute.hs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/GF/Compile/Abstract/Compute.hs') diff --git a/src/GF/Compile/Abstract/Compute.hs b/src/GF/Compile/Abstract/Compute.hs index 29cc73525..d5c9a163c 100644 --- a/src/GF/Compile/Abstract/Compute.hs +++ b/src/GF/Compile/Abstract/Compute.hs @@ -123,7 +123,6 @@ tryMatch (p,t) = do matches <- mapM tryMatch (zip pp tt) return (concat matches) (PT _ p',_) -> trym p' t' - (_, ([],Alias _ _ d,[])) -> tryMatch (p,d) (PAs x p',_) -> do subst <- trym p' t' return $ (x,t) : subst -- cgit v1.2.3