mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
20 lines
298 B
Plaintext
20 lines
298 B
Plaintext
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 ; ---
|
|
}
|