lean4-htt/src/Lean/Meta/Constructions.lean
Joachim Breitner 5ce886cf96
refactor: Split Constructions module (#4656)
for better build paralleization and less rebuilding when editing one of
these files.
2024-07-05 08:25:44 +00:00

10 lines
329 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
-/
prelude
import Lean.Meta.Constructions.CasesOn
import Lean.Meta.Constructions.NoConfusion
import Lean.Meta.Constructions.RecOn
import Lean.Meta.Constructions.BRecOn