mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 19:22:50 -06:00
mathtext examples from Bonn
This commit is contained in:
12
examples/mathtext/Geometry.gf
Normal file
12
examples/mathtext/Geometry.gf
Normal file
@@ -0,0 +1,12 @@
|
||||
abstract Geometry = Logic ** {
|
||||
fun
|
||||
Line, Point, Circle : Dom ;
|
||||
Intersect, Parallel : Ind -> Ind -> Atom ;
|
||||
Vertical : Ind -> Atom ;
|
||||
Centre : Ind -> Ind ;
|
||||
|
||||
Horizontal : Pred1 ;
|
||||
Diverge : Pred1 ;
|
||||
|
||||
Contain : Pred2 ;
|
||||
}
|
||||
Reference in New Issue
Block a user