mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-17 00:10:31 +03:00
12 lines
568 B
Plaintext
12 lines
568 B
Plaintext
1/1: Building anyfail (anyfail.idr)
|
|
Error: showing (MkEvenMoreComplicated (MkMoreComplicated (MkComplicated (PtrAndSize addr len)))) SomethingVeryComplicatedIs is not a valid impossible case.
|
|
|
|
anyfail.idr:21:1--21:48
|
|
17 | TooComplicatedToBeTrue
|
|
18 | (MkEvenMoreComplicated (MkMoreComplicated (MkComplicated (PtrAndSize addr len))))
|
|
19 |
|
|
20 | showing : (something : EvenMoreComplicated) -> (TooComplicatedToBeTrue something) -> Void
|
|
21 | showing _ SomethingVeryComplicatedIs impossible
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|