❘ meta ?MetaAnnotations?description s"A right angle between ${lverb D,(triangle_point1 T),(triangle_point2 T)}, where ${lverb D} is the point enclosed by ${lverb (triangle_point1 T)} and ${lverb (triangle_point1 T)}"
❙
rDAC: ⊦ (angle_between D (triangle_point1 T) (triangle_point3 T)) ≐ 90.0
❘ meta ?MetaAnnotations?description s"A right angle between ${lverb D,(triangle_point1 T),(triangle_point3 T)}, where ${lverb D} is the point enclosed by ${lverb (triangle_point1 T)} and ${lverb (triangle_point3 T)}"
❙
...
...
@@ -34,8 +34,8 @@ theory PrismScroll =
meta ?MetaAnnotations?label "Prism" ❙
meta ?MetaAnnotations?description "Scrolls that takes three points and constructs a Prism." ❙
ConstructedPrism : Prism
❘ = (PrismCons T D)
ConstructedPrism : prismType
❘ = (prismCons T D)
❘ meta ?MetaAnnotations?label "Prism"
❘ meta ?MetaAnnotations?description "The constructed Prism."