Idris2-boot/tests/idris2/basic035/input
Edwin Brady 666373e9db Implement 'using' notation
See test idris2/basic035; implicitly binds an auto-implicit for
interfaces if no name is given, or an implicit argument if a name is
given.
2020-02-11 17:27:04 +00:00

11 lines
84 B
Plaintext

:t foo
foo 94
:t bar
bar 10
:t needle
:t nardle
:t noo
:set showimplicits
:t baz
:q