You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let*()= tell_instance (ClassGen.Ren (List.length substSorts), sort, ss_names ms @ ss_names ns) in
251
251
let*()= tell_cbn_function (ren_ sort) in
252
252
let*()= tell_notation (NotationGen.RenApply substSorts, sort) in
253
-
let*()= tell_notation (NotationGen.Ren substSorts, sort) in
254
253
let*()= tell_proper_instance (sort, ren_ sort, extRen_ sort) in
255
254
(* DONE what is the result of to_var here?\
256
255
* when I call it with sort=tm, xi=[xity;xivl] I get this weird error term that to_var constructs. This is then probably ignored by some similar logic in the traversal. Seems brittle.
0 commit comments