chore: add TypeContext.lean file
This commit is contained in:
parent
d18305297d
commit
c30e9ca551
1 changed files with 14 additions and 0 deletions
14
library/Init/Lean/TypeContext.lean
Normal file
14
library/Init/Lean/TypeContext.lean
Normal 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
|
||||
-/
|
||||
Loading…
Add table
Reference in a new issue