mirror of
https://github.com/edwinb/Idris2-boot.git
synced 2024-12-19 02:41:43 +03:00
c725d37488
This is the same as %auto_implicits in Idris 1, but with a more appropriate name, because auto implicits are something else. '%unbound_implicits off' turns off implicit forall bindings. See test basic033 for an example.
6 lines
272 B
Plaintext
6 lines
272 B
Plaintext
1/1: Building unboundimps (unboundimps.idr)
|
|
unboundimps.idr:18:11--18:14:While processing type of Main.len' at unboundimps.idr:18:1--19:1:
|
|
Undefined name xs
|
|
unboundimps.idr:19:16--19:18:While processing type of Main.append' at unboundimps.idr:19:1--21:1:
|
|
Undefined name n
|