We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88d20b4 commit 7f384e7Copy full SHA for 7f384e7
src/Bedrock/End2End/X25519/GarageDoorTop.v
@@ -258,6 +258,11 @@ Import bedrock2.Map.Separation. Local Open Scope sep_scope.
258
Require Import bedrock2.ReversedListNotations.
259
Local Notation run1 := (mcomp_sat (run1 Decode.RV32IM)).
260
Local Notation RiscvMachine := MetricRiscvMachine.
261
+Goal True.
262
+ pose (run1 : RiscvMachine -> (RiscvMachine -> Prop) -> Prop).
263
+ pose (always(iset:=Decode.RV32IM) : (RiscvMachine -> Prop) -> RiscvMachine -> Prop).
264
+Abort.
265
+
266
Implicit Types mach : RiscvMachine.
267
Local Coercion word.unsigned : word.rep >-> Z.
268
0 commit comments