Rule: if an expression contains an implicit argument that the delaborator would omit, only use the delaborator if `pp.explicit` is false.
6 lines
148 B
Text
6 lines
148 B
Text
f +' g : Nat → Nat
|
|
(f +' g) 1 : Nat
|
|
f * g : Nat → Nat
|
|
(f * g) 1 : Nat
|
|
mul f g : Nat → Nat
|
|
mul f g (@OfNat.ofNat Nat 1 (instOfNatNat 1)) : Nat
|