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 7423db4e33
commit d76f8b383e
2 changed files with 9 additions and 2 deletions
+3 -2
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 {}