chore: missing instance

This commit is contained in:
Leonardo de Moura 2019-10-28 19:48:27 -07:00
parent 5878aa0471
commit 7ab79b8729

View file

@ -16,6 +16,8 @@ structure MetavarContext :=
namespace MetavarContext
instance : Inhabited MetavarContext := ⟨{}⟩
@[export lean_mk_metavar_ctx]
def mkMetavarContext : Unit → MetavarContext :=
fun _ => {}