mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-16 07:34:45 +03:00
e25f0a57f9
Should make a default implicit, not an auto implicit, when running out of arguments and expecting a default implicit. Fixes #371
10 lines
76 B
Idris
10 lines
76 B
Idris
module A
|
|
|
|
import B
|
|
import C
|
|
|
|
-- %logging 10
|
|
foo : Char
|
|
foo = bar
|
|
%logging 0
|