Skip to content

Commit 9c4443f

Browse files
committed
remove stupid
1 parent f9f048b commit 9c4443f

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

proofs/app/VariationTreeExamples.hs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,7 @@ showVariationTreeExamples =
9292
do
9393
printBlock "Kanto Starters" kanto
9494
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
95+
printBlock "Naive Diff" diff
9896
printBlock "Projected Kanto" projectedKanto
9997
printBlock "Projected Johto" projectedJohto
10098
assertEquals "Assert(Kanto == Projected Kanto)" kanto projectedKanto

0 commit comments

Comments
 (0)