Idris2/tests/idris2/basic030/expected
Giuseppe Lomurno 778d930f95 Updated tests
2020-06-13 16:51:05 +02:00

12 lines
257 B
Plaintext

1/1: Building arity (arity.idr)
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
at:
4 foo x y = case MkN x of
^^^^^