1
0
forked from GitHub/gf-core
Files
gf-core/gf-book/examples/chapter8/Geometry.gf
2011-01-11 15:46:43 +00:00

8 lines
163 B
Plaintext

abstract Geometry = Logic ** {
fun
Line, Point, Circle : Dom ;
Intersect, Parallel : Ind -> Ind -> Atom ;
Vertical : Ind -> Atom ;
Centre : Ind -> Ind ;
}