From 2505bfc892ed4b2c7f5444be0c8295de121f84b0 Mon Sep 17 00:00:00 2001 From: aarne Date: Thu, 29 May 2008 16:16:19 +0000 Subject: fixing number of interrogatives in English Structural --- src-3.0/GF/Grammar/PrGrammar.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src-3.0/GF/Grammar') diff --git a/src-3.0/GF/Grammar/PrGrammar.hs b/src-3.0/GF/Grammar/PrGrammar.hs index 9867aaef5..1b824da32 100644 --- a/src-3.0/GF/Grammar/PrGrammar.hs +++ b/src-3.0/GF/Grammar/PrGrammar.hs @@ -245,7 +245,7 @@ prRefinement t = case t of prOperSignature :: (QIdent,Type) -> String prOperSignature (f, t) = prQIdent f +++ ":" +++ prt t --- to look up a constant etc in a search tree +-- to look up a constant etc in a search tree --- why here? AR 29/5/2008 lookupIdent :: Ident -> BinTree Ident b -> Err b lookupIdent c t = case lookupTree prt c t of -- cgit v1.2.3