diff --git a/theories/examples.v b/theories/examples.v
index a37b6bc48443e792bbf0e78693d6eb0499da717d..57877566e43f66138976969f7743d1d80796d1a7 100644
--- a/theories/examples.v
+++ b/theories/examples.v
@@ -7,7 +7,7 @@ From iris.base_logic Require Import invariants.
 
 Section Examples.
   Context `{!heapG Σ} (N : namespace).
-  Context `{!logrelG Σ}.
+  Context `{!logrelG val Σ}.
 
   Notation "⟦ c @ s : sτ ⟧{ γ }" := (interp_st N γ sτ c s)
     (at level 10, s at next level, sτ at next level, γ at next level,