Files
gf-core/book/examples/chapter8/Geometry.gf
2010-11-22 12:55:37 +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 ;
}