Skip to content

Commit

Permalink
Detail run definition
Browse files Browse the repository at this point in the history
  • Loading branch information
krtab authored and zapashcanon committed Aug 11, 2024
1 parent c006b9a commit e21c4ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/symbolic/symbolic_choice.ml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ module CoreImpl = struct
| Choice of (('a, 'wls) status * ('a, 'wls) status)
| Stop

let run (Sched mxf) wls = mxf wls
let run (Sched mxf : ('a, 'wls) t) (wls : 'wls) : ('a, 'wls) status =
mxf wls

let return x : _ t = Sched (Fun.const (Now x))

Expand Down

0 comments on commit e21c4ca

Please sign in to comment.