forked from GitHub/gf-core
8 lines
163 B
Plaintext
8 lines
163 B
Plaintext
abstract Geometry = Logic ** {
|
|
fun
|
|
Line, Point, Circle : Dom ;
|
|
Intersect, Parallel : Ind -> Ind -> Atom ;
|
|
Vertical : Ind -> Atom ;
|
|
Centre : Ind -> Ind ;
|
|
}
|