Skip to content
Snippets Groups Projects
Commit 5361e9fa authored by Florian Brandner's avatar Florian Brandner
Browse files

fix type error

parent 648758e4
No related branches found
No related tags found
No related merge requests found
......@@ -291,7 +291,7 @@ Section FIFO.
Program Definition FIFO_arbitrate :=
let State := FIFO_trace Requests in
mkTrace State.(Cmds) State.(Time) _ (FIFO_trace_time_ok Requests) _ (FIFO_trace_T_RC_ok Requests).
mkTrace State.(Cmds) State.(Time) _ (FIFO_trace_time_ok Requests) _ (FIFO_trace_T_RC_ok Requests) _.
Admit Obligations.
(*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment