chore: add TypeContext.lean file

This commit is contained in:
Leonardo de Moura 2019-10-21 10:51:55 -07:00
parent d18305297d
commit c30e9ca551

View file

@ -0,0 +1,14 @@
/-
Copyright (c) 2019 Microsoft Corporation. All rights reserved.
Released under Apache 2.0 license as described in the file LICENSE.
Authors: Leonardo de Moura
-/
prelude
import Init.Lean.Expr
/-
Notes:
- Track whether a metavariable assignment was used to enable caching.
- Add TypeContextConfig type class
-/