lean4-htt/src/Lean/Meta/DiscrTree.lean
Leonardo de Moura 514a5fddc6
refactor: DiscrTree (#11875)
This PR adds the directory `Meta/DiscrTree` and reorganizes the code
into different files. Motivation: we are going to have new functions for
retrieving simplification theorems for the new structural simplifier.
2026-01-02 19:53:45 +00:00

11 lines
356 B
Text

/-
Copyright (c) 2019 Microsoft Corporation. All rights reserved.
Released under Apache 2.0 license as described in the file LICENSE.
Authors: Leonardo de Moura, Jannis Limperg, Kim Morrison
-/
module
prelude
public import Lean.Meta.WHNF
public import Lean.Meta.DiscrTree.Basic
public import Lean.Meta.DiscrTree.Util
public import Lean.Meta.DiscrTree.Main