forked from GitHub/comp-syntax-gu-mlt
everything in place for Lab 2
This commit is contained in:
@@ -9,7 +9,7 @@ oper mkCountry = overload {
|
||||
} ;
|
||||
|
||||
oper mkAward = overload {
|
||||
mkAward : Str -> NP = \s -> mkNP (mkPN s) ;
|
||||
mkAward : Str -> NP = \s -> mkNP the_Det (mkN s) ;
|
||||
mkAward : NP -> NP = \np -> np ;
|
||||
} ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user