Skip to content

Commit fb26a6b

Browse files
finish delabBinary
1 parent c77d29f commit fb26a6b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Mathlib/Util/DelabNonCanonical.lean

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,4 @@ def delabBinary (arity arg₁ arg₂ : Nat) (mkStx : Term → Term → DelabM Te
4747
let (canonβ?, instDβ) ← withNaryArg arg₂ delabCheckingCanonical
4848
-- fall through to normal delab if both canonical
4949
if canonα? && canonβ? then failure
50+
mkStx instDα instDβ

0 commit comments

Comments
 (0)