chore: missing instance
This commit is contained in:
parent
5878aa0471
commit
7ab79b8729
1 changed files with 2 additions and 0 deletions
|
|
@ -16,6 +16,8 @@ structure MetavarContext :=
|
|||
|
||||
namespace MetavarContext
|
||||
|
||||
instance : Inhabited MetavarContext := ⟨{}⟩
|
||||
|
||||
@[export lean_mk_metavar_ctx]
|
||||
def mkMetavarContext : Unit → MetavarContext :=
|
||||
fun _ => {}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue