chore: move to new frontend
This commit is contained in:
parent
eabee9ce7e
commit
65abb119f5
3 changed files with 449 additions and 458 deletions
|
|
@ -11,11 +11,13 @@ import Lean.Elab.SyntheticMVars
|
|||
import Lean.Elab.DeclModifiers
|
||||
|
||||
namespace Lean
|
||||
|
||||
namespace MonadResolveName end MonadResolveName -- Hack for old frontend
|
||||
open MonadResolveName (getCurrNamespace getOpenDecls) -- HACK for old frontend
|
||||
|
||||
namespace Elab
|
||||
namespace Term end Term -- Hack for old frontend
|
||||
open Term (TermElabM) -- Hack for old fronted
|
||||
|
||||
namespace Command
|
||||
|
||||
structure Scope :=
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -1,9 +1,9 @@
|
|||
[Elab.step] #check fun x => m x
|
||||
fun (x : ?m) (x_1 : ?m x) => x : (x : ?m) → ?m x → ?m
|
||||
[Elab.step] none fun x => m x
|
||||
[Elab.step] Sort _ _
|
||||
[Elab.step] some Sort.{?_uniq.328} _
|
||||
[Elab.step] none m x
|
||||
[Elab.step] none fun x✝ => x
|
||||
[Elab.step] Sort _ _
|
||||
[Elab.step] some Sort.{?_uniq.331} _
|
||||
[Elab.step] none x
|
||||
fun (x : ?m) (x_1 : ?m x) => x : (x : ?m) → ?m x → ?m
|
||||
[Elab.step] end
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue