mirror of
https://github.com/GrammaticalFramework/comp-syntax-gu-mlt.git
synced 2026-02-09 14:51:06 -07:00
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