lean4-htt/tests/lean/delabOverApp.lean.expected.out
Kyle Miller e07272a53a
chore: review delaborators, make sure they respond to pp.explicit (#5830)
Rule: if an expression contains an implicit argument that the
delaborator would omit, only use the delaborator if `pp.explicit` is
false.
2024-10-24 22:56:47 +00:00

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