lean4-htt/src/Lean/Meta/Constructions.lean
Joachim Breitner 0f2ac0b099
feat: sparse sparse casesOn splitting in match equations (#11666)
This PR makes sure that when a matcher is compiled using a sparse cases,
that equation generation also uses sparse cases to split.
This fixes #11665.
2025-12-14 14:59:45 +00:00

15 lines
525 B
Text

/-
Copyright (c) 2020 Microsoft Corporation. All rights reserved.
Released under Apache 2.0 license as described in the file LICENSE.
Authors: Leonardo de Moura
-/
module
prelude
public import Lean.Meta.Constructions.CasesOn
public import Lean.Meta.Constructions.NoConfusion
public import Lean.Meta.Constructions.RecOn
public import Lean.Meta.Constructions.BRecOn
public import Lean.Meta.Constructions.CasesOnSameCtor
public import Lean.Meta.Constructions.SparseCasesOn
public import Lean.Meta.Constructions.SparseCasesOnEq