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.
11 lines
356 B
Text
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
|