We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1863ef8 commit c5a5972Copy full SHA for c5a5972
pancake/time_to_panScript.sml
@@ -251,7 +251,7 @@ Definition task_controller_def:
251
wait_input_time_limit;
252
If (Cmp Equal (Var «sysTime») (Const (n2w (dimword (:α) - 2))))
253
check_input_time (Skip:'a prog);
254
- Call (SOME («taskRet», NONE)) (Var «loc»)
+ Call (SOME (SOME «taskRet», NONE)) (Var «loc»)
255
[Struct (normalisedClks «sysTime» «clks» clksLength);
256
Var «event»];
257
Assign «clks» nClks;
@@ -317,7 +317,7 @@ Definition ta_controller_def:
317
]
318
(nested_seq
319
[
320
- Call (SOME («retvar»,
+ Call (SOME (SOME «retvar»,
321
(SOME («panic», «excpvar», (Return (Const 1w))))))
322
(Label «start_controller»)
323
[];
0 commit comments