Idris2/tests/idris2/interface/interface019/expected
2023-09-07 14:57:22 +01:00

12 lines
376 B
Plaintext

1/1: Building LocalHints (LocalHints.idr)
Error: While processing right hand side of bug. Can't find an implementation for Gnu.
LocalHints:48:17--48:22
44 | bug {a} x = let M : More
45 | M = MkMore a
46 | %hint arg : Gnat (Ty M)
47 | arg = MkGnat (const B)
48 | in (findB ** Refl)
^^^^^