1
0
forked from GitHub/gf-core

using MissingAra in ConstructorsAra so that we can now compile the RGL API for Arabic. When a function with not yet defined constants is used in an application, a compile time error reveals this.

This commit is contained in:
aarne
2017-03-28 07:11:30 +00:00
parent d806e142da
commit edd5a0ca03
2 changed files with 9 additions and 2 deletions

View File

@@ -1,3 +1,4 @@
--# -path=.:alltenses:prelude
--# -path=.:alltenses:prelude:../arabic
resource ConstructorsAra = Constructors with (Grammar = GrammarAra) ;
resource ConstructorsAra = Constructors with (Grammar = GrammarAra) **
open MissingAra in {}