2020-05-21 19:22:30 +03:00
|
|
|
1/1: Building partial (partial.idr)
|
2020-07-28 15:11:42 +03:00
|
|
|
Error: foo is not covering.
|
|
|
|
|
2021-06-05 14:53:22 +03:00
|
|
|
partial:5:1--6:19
|
2020-07-22 22:16:43 +03:00
|
|
|
5 | total
|
|
|
|
6 | foo : Maybe a -> a
|
2020-07-28 15:11:42 +03:00
|
|
|
|
2020-06-11 23:46:36 +03:00
|
|
|
Missing cases:
|
2020-07-22 22:16:43 +03:00
|
|
|
foo Nothing
|
2020-08-12 01:27:52 +03:00
|
|
|
|
2020-08-16 14:20:12 +03:00
|
|
|
Error: qsortBad is not total, possibly not terminating due to recursive path Main.qsortBad -> Main.qsortBad -> Main.qsortBad
|
2020-07-28 15:11:42 +03:00
|
|
|
|
2021-06-05 14:53:22 +03:00
|
|
|
partial:13:1--14:37
|
2020-07-22 22:16:43 +03:00
|
|
|
13 | total
|
|
|
|
14 | qsortBad : Ord a => List a -> List a
|
2020-07-28 15:11:42 +03:00
|
|
|
|