Skip to content
Snippets Groups Projects
Commit 735a4348 authored by mariuskern's avatar mariuskern
Browse files

new fact

parent 7c9ddfa7
No related branches found
No related tags found
No related merge requests found
......@@ -120,6 +120,7 @@ theory FrameITRectangles =
// TODO maybe delete ❙
rectangle_type : type ❘ # rect ❙
testPoint_type : type ❘ # testPoint ❙
mkRectangle : { A: point , B : point, C : point , D : point } ( ⊦ isRect A B C D ) ⟶ rect ❘ # mkRect 1 2 3 4 5 ❙
cornerA : rect ⟶ point ❘ # rectA 1 ❙
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment