bap-primus-round-robin-scheduler
Evaluates all machines in the BFS order
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library primus_round_robin_scheduler_plugin
include Monads.Std.Monad.Collection.Basic
val return : 'a -> 'a t
return x
creates a singleton container holding x
val fold : 'a t -> init:'s -> f:( 's -> 'a -> 's ) -> 's
fold implementation