Skip to content

Commit cf96e3d

Browse files
authored
fix typo
1 parent ab244f4 commit cf96e3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Poly.lidr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@ list.
670670
> test_partition1 : partition Numbers.oddb [1,2,3,4,5] = ([1,3,5], [2,4])
671671
> test_partition1 = ?test_partition1_rhs
672672

673-
> test_partition2 : partition (\x => false) [5,9,0] = (([], [5,9,0]))
673+
> test_partition2 : partition (\x => False) [5,9,0] = (([], [5,9,0]))
674674
> test_partition2 = ?test_partition2_rhs
675675

676676
$\square$

0 commit comments

Comments
 (0)