everything in place for Lab 2

This commit is contained in:
Aarne Ranta
2025-05-04 12:14:37 +02:00
parent cc604093d0
commit 6ea7d5d838
10 changed files with 403 additions and 72 deletions

View File

@@ -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 ;
} ;