mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-20 16:42:51 -06:00
restored the summer school and Resource-HOWTO documents
This commit is contained in:
16
examples/jem-math/LexMath.gf
Normal file
16
examples/jem-math/LexMath.gf
Normal file
@@ -0,0 +1,16 @@
|
||||
interface LexMath = open Syntax in {
|
||||
|
||||
oper
|
||||
zero_PN : PN ;
|
||||
successor_N2 : N2 ;
|
||||
sum_N2 : N2 ;
|
||||
product_N2 : N2 ;
|
||||
even_A : A ;
|
||||
odd_A : A ;
|
||||
prime_A : A ;
|
||||
equal_A2 : A2 ;
|
||||
small_A : A ;
|
||||
great_A : A ;
|
||||
divisible_A2 : A2 ;
|
||||
number_N : N ;
|
||||
}
|
||||
Reference in New Issue
Block a user