mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 03:32:51 -06:00
fixing number of interrogatives in English Structural
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user