Phrasebook now compiles for Hin and Pes

This commit is contained in:
aarne
2012-03-05 15:13:28 +00:00
parent 487acccef5
commit c3ef27293a
4 changed files with 12 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
--# -path=.:present:mathematical:prelude
--# -path=.:alltenses:mathematical:prelude
resource SymbolicPes = Symbolic with
(Symbol = SymbolPes),

View File

@@ -1,2 +1,8 @@
abstract ExtraHinAbs = {
abstract ExtraHinAbs = Extra ** {
fun
each_Det : Det ;
have_V : V;
cost_V : V;
}