1
0
forked from GitHub/gf-core

tutorial complete with server and js

This commit is contained in:
aarne
2008-11-11 10:28:32 +00:00
parent 892514fc31
commit 6d4b5334fb
20 changed files with 177 additions and 125 deletions

View File

@@ -0,0 +1,19 @@
interface LexBase = open Syntax in {
oper
even_A : A ;
odd_A : A ;
prime_A : A ;
common_A : A ;
great_A : A ;
equal_A2 : A2 ;
greater_A2 : A2 ;
smaller_A2 : A2 ;
divisible_A2 : A2 ;
number_N : N ;
sum_N2 : N2 ;
product_N2 : N2 ;
divisor_N2 : N2 ;
none_NP : NP ; ---
}