chore: remove arity
@Kha I improved the arity calculation for `extern`s.
This commit is contained in:
parent
5da3d9bf70
commit
821b1c2b6c
1 changed files with 1 additions and 1 deletions
|
|
@ -185,7 +185,7 @@ p1 <|> p2
|
|||
-- Note that there is a mutual recursion
|
||||
-- `categoryParser -> mkAntiquot -> termParser -> categoryParser`, so we need to introduce an indirection somewhere
|
||||
-- anyway.
|
||||
@[extern 8 "lean_mk_antiquot_formatter"]
|
||||
@[extern "lean_mk_antiquot_formatter"]
|
||||
constant mkAntiquot.formatter' (name : String) (kind : Option SyntaxNodeKind) (anonymous := true) : Formatter :=
|
||||
arbitrary _
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue