1
0
forked from GitHub/gf-core

tense update for lib/resource/english

This commit is contained in:
aarne
2005-01-30 14:45:01 +00:00
parent 8947c49066
commit ca6dfea53e
2 changed files with 2 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
incomplete concrete DatabaseI of Database = open Prelude, Resource in {
flags lexer=text ; unlexer=text ;
flags lexer=text ; unlexer=text ; startcat=Query ;
lincat
Query = Phr ;

View File

@@ -609,6 +609,7 @@ pattContext env typ p = case p of
case typ' of
RecType t -> do
let pts = [(ty,tr) | (l,tr) <- r, Just ty <- [lookup l t]]
----- checkWarn $ prt p ++++ show pts ----- debug
mapM (uncurry (pattContext env)) pts >>= return . concat
_ -> prtFail "record type expected for pattern instead of" typ'
PT t p' -> do