lean4-htt/src/Lean/Util.lean
Leonardo de Moura 8fd25ec326 feat: export "constructions"
@Kha Maybe one day I will reimplement them in Lean. Note that they do
not depend on the old type_context.
2020-07-15 16:32:23 -07:00

23 lines
646 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
-/
import Lean.Util.CollectFVars
import Lean.Util.CollectLevelParams
import Lean.Util.CollectMVars
import Lean.Util.FindMVar
import Lean.Util.MonadCache
import Lean.Util.PPExt
import Lean.Util.PPGoal
import Lean.Util.Path
import Lean.Util.Profile
import Lean.Util.RecDepth
import Lean.Util.Sorry
import Lean.Util.Trace
import Lean.Util.WHNF
import Lean.Util.FindExpr
import Lean.Util.ReplaceExpr
import Lean.Util.ReplaceLevel
import Lean.Util.FoldConsts
import Lean.Util.Constructions