(* we take the whole universe (no signature filtering) *)
init_cache_and_tables false true false true universe (proof,goal)
in
- let initgoal = [], [], ty in
+ let initgoal = [], metasenv, ty in
let table =
let equalities = (Saturation.list_of_passive passive) in
(* we demodulate using both actives passives *)
let curi,metasenv,_subst,pbo,pty, attrs = proof in
let metano,context,ty = CicUtil.lookup_meta goal metasenv in
let irl = CicMkImplicit.identity_relocation_list_for_metavariable context in
- let initgoal = [], [], ty in
+ let initgoal = [], metasenv, ty in
let eq_uri = eq_of_goal ty in
let (active,passive,bag), cache, maxm =
init_cache_and_tables