Idris2/tests/idris2/basic030/expected

12 lines
257 B
Plaintext
Raw Normal View History

1/1: Building arity (arity.idr)
2020-06-13 17:51:05 +03:00
arity.idr:4:16--4:21:While processing right hand side of foo at arity.idr:4:1--7:1:
When unifying (1 _ : Nat) -> MyN and MyN
Mismatch between:
(1 _ : Nat) -> MyN
and
MyN
2020-06-11 23:46:36 +03:00
at:
4 foo x y = case MkN x of
2020-06-13 17:51:05 +03:00
^^^^^
2020-06-11 23:46:36 +03:00