Skip to content
Snippets Groups Projects

Fix proof breakage by not importing String module, update Iris

Merged Ike Mulder requested to merge ci/update-iris-to-dev.2024-09-11.3.0203d5ca into master
3 files
+ 3
3
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -64,7 +64,7 @@ Proof.
Qed.
Ltac iCombineOwn_tac' Hs_raw destructstr :=
let Hs := words Hs_raw in
let Hs := String.words Hs_raw in
let get_hyp_type Hname :=
let Δ := match goal with | |- environments.envs_entails _ => Δ end in
let lookup := eval pm_eval in (environments.envs_lookup (INamed Hname) Δ) in
Loading