package bap-primus

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Analysis.Local

Local state of the machine.

val get : 'a Machine.state -> 'a t

get state extracts the state.

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

put state x saves a machine state

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

update state ~f updates a state using function f.

OCaml

Innovation. Community. Security.