Theory IsaFoR_Ground_Term_Compatibility
theory IsaFoR_Ground_Term_Compatibility
imports
IsaFoR_Nonground_Context
Abstract_Substitution.Noop_Substitution
begin
interpretation ground: nonground_term where
comp_subst = noop_comp_subst and id_subst = noop_id_subst and term_vars = noop_vars and
subst_update = noop_subst_update and apply_subst = noop_apply_subst and
term_subst = noop_subst and subst_updates = noop_subst_updates and term_to_ground = id and
term_from_ground = id and term_is_ground = noop_is_ground
by unfold_locales (use unit.is_right_invertible_def in simp_all)