···657657 |- ?
658658659659 </hol-string-proof>
660660+ <hol-string id="index.html/string-silliness" deps="index.html/myconfig">
661661+ a.
662662+ -------------- eq-refl
663663+ (Eq a a)
664664+665665+ a. b. (Eq a b)
666666+ -------------- eq-sym
667667+ (Eq b a)
668668+669669+ a. b. c. (Eq a b) (Eq "$b" c)
670670+ -------------- eq-trans-weird
671671+ (Eq a c)
672672+673673+ -------------- eq-a-comp
674674+ (Eq "a" (Foo Bar))
675675+ </hol-string>
676676+ <hol-string-proof id="index.html/string-silliness-trip" deps="index.html/myconfig index.html/string-silliness">
677677+ ------------- eq-a-c
678678+ (Eq "a" "a")
679679+ |- ?
680680+ </hol-string-proof>
660681 <script type="module" src="./src/testcomponent.tsx"></script>
661682 </body>
662683</html>