Skip to content

Commit 7f384e7

Browse files
committed
GarageDoorTop: assert some types
1 parent 88d20b4 commit 7f384e7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Bedrock/End2End/X25519/GarageDoorTop.v

+5
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,11 @@ Import bedrock2.Map.Separation. Local Open Scope sep_scope.
258258
Require Import bedrock2.ReversedListNotations.
259259
Local Notation run1 := (mcomp_sat (run1 Decode.RV32IM)).
260260
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+
261266
Implicit Types mach : RiscvMachine.
262267
Local Coercion word.unsigned : word.rep >-> Z.
263268

0 commit comments

Comments
 (0)