[ typo ] in test coverage007

This commit is contained in:
Guillaume ALLAIS 2020-05-23 13:25:19 +01:00
parent 1524b865c0
commit 9737f863a6
2 changed files with 2 additions and 2 deletions

View File

@ -27,4 +27,4 @@ badeq : (x : Nat) -> (y : Nat) -> (S (S x) = S y) -> Nat
badeq x y p impossible
badeqL : (xs : List a) -> (ys : List a) -> (x :: xs = x :: y :: ys) -> Nat
badeql xs ys p impossible
badeqL xs ys p impossible

View File

@ -1,3 +1,3 @@
1/1: Building eq (eq.idr)
eq.idr:27:1--29:1:badeq x y p is not a valid impossible case
eq.idr:30:1--31:1:No type declaration for Main.badeql
eq.idr:30:1--31:1:badeqL xs ys p is not a valid impossible case