Idris2/tests/idris2/interface/interface019/expected

12 lines
376 B
Plaintext
Raw Normal View History

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
2021-02-11 20:24:26 +03:00
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)
2021-02-11 20:24:26 +03:00
^^^^^