We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9f048b commit 9c4443fCopy full SHA for 9c4443f
1 file changed
proofs/app/VariationTreeExamples.hs
@@ -92,9 +92,7 @@ showVariationTreeExamples =
92
do
93
printBlock "Kanto Starters" kanto
94
printBlock "Johto Starters" johto
95
- assertTrue "Kanto is a Tree" (isTree kanto)
96
- assertTrue "Johto is a Tree" (isTree johto)
97
- printBlock "Stupid Diff" diff
+ printBlock "Naive Diff" diff
98
printBlock "Projected Kanto" projectedKanto
99
printBlock "Projected Johto" projectedJohto
100
assertEquals "Assert(Kanto == Projected Kanto)" kanto projectedKanto
0 commit comments