mirror of
https://github.com/edwinb/Idris2-boot.git
synced 2024-12-19 02:41:43 +03:00
666373e9db
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.
11 lines
84 B
Plaintext
11 lines
84 B
Plaintext
:t foo
|
|
foo 94
|
|
:t bar
|
|
bar 10
|
|
:t needle
|
|
:t nardle
|
|
:t noo
|
|
:set showimplicits
|
|
:t baz
|
|
:q
|