1
0
forked from GitHub/gf-rgl

Phrasebook now compiles for Hin and Pes

This commit is contained in:
aarne
2012-03-05 15:13:28 +00:00
parent 8958a1c5fd
commit a893da61e5
2 changed files with 8 additions and 2 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;
}