lean4-htt/src/Lean/Util.lean
2020-05-26 15:04:35 -07:00

22 lines
593 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.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.FoldConsts