package bap-primus-round-robin-scheduler

  1. Overview
  2. Docs
Evaluates all machines in the BFS order

Install

Dune Dependency

Authors

Maintainers

Sources

v2.2.0.tar.gz
sha256=7c6d0dfe2640e800829617dd150ffe748493fe3f317ed41be44312b2821deb46
md5=5dbc6677d646bec59fd7414f23e88cf8

doc/bap-plugin-primus_round_robin/Primus_round_robin_main/RR/argument-1-Machine/Local/index.html

Module Machine.Local

Local state of the machine.

get state extracts the state.

val put : 'a Bap_primus.Std.Primus.Machine.state -> 'a -> unit t

put state x saves a machine state

val update : 'a Bap_primus.Std.Primus.Machine.state -> f:('a -> 'a) -> unit t

update state ~f updates a state using function f.

OCaml

Innovation. Community. Security.