PR #3432 will introduce more operations on `MatcherApp`, including somet that have more dependencies. This change prepares by introducing `Lean.Meta.Match.MatcherApp.Basic` for the basic definition, and `Lean.Meta.MatcherApp.Transform` for the transformations, currently `addArg` and `refineThrough`, but more to come.
8 lines
266 B
Text
8 lines
266 B
Text
/-
|
|
Copyright (c) 2024 Lean FRO, LLC. All rights reserved.
|
|
Released under Apache 2.0 license as described in the file LICENSE.
|
|
Authors: Leonardo de Moura, Joachim Breitner
|
|
-/
|
|
prelude
|
|
import Lean.Meta.Match.MatcherApp.Basic
|
|
import Lean.Meta.Match.MatcherApp.Transform
|