fix: do not discriminate anonymous antiquots after all
This commit is contained in:
parent
9b71fbb461
commit
4b78d02a5e
1 changed files with 1 additions and 1 deletions
|
|
@ -323,7 +323,7 @@ private partial def getHeadInfo (alt : Alt) : TermElabM HeadInfo :=
|
|||
-- let id := stx; let e := stx; ...
|
||||
-- else
|
||||
-- let e := stx; ...
|
||||
if pseudoKinds.all id then unconditionally rhsFn else pure {
|
||||
if (getCanonicalAntiquot quoted)[3].isNone || pseudoKinds.all id then unconditionally rhsFn else pure {
|
||||
check := shape ks none,
|
||||
onMatch := fun
|
||||
| other _ => undecided
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue