package bap-std

  1. Overview
  2. Docs
The Binary Analysis Platform Standard Library

Install

Dune Dependency

Authors

Maintainers

Sources

v2.1.0.tar.gz
sha256=631fc58628418e4856709a0cfc923a65e00c9494fbd28d444c633d11194831de
md5=3db9deac8d429b9b8a8ec9aec54987b1

doc/bap/Bap/Std/Backend/Section/Fields/index.html

Module Section.Fields

val names : string list
val location : (t, location) Fieldslib.Field.t
val name : (t, string) Fieldslib.Field.t
val fold : init:'acc__0 -> name:('acc__0 -> (t, string) Fieldslib.Field.t -> 'acc__1) -> location:('acc__1 -> (t, location) Fieldslib.Field.t -> 'acc__2) -> 'acc__2
val make_creator : name: ((t, string) Fieldslib.Field.t -> 'acc__0 -> ('input__ -> string) * 'acc__1) -> location: ((t, location) Fieldslib.Field.t -> 'acc__1 -> ('input__ -> location) * 'acc__2) -> 'acc__0 -> ('input__ -> t) * 'acc__2
val create : name:string -> location:location -> t
val map : name:((t, string) Fieldslib.Field.t -> string) -> location:((t, location) Fieldslib.Field.t -> location) -> t
val iter : name:((t, string) Fieldslib.Field.t -> unit) -> location:((t, location) Fieldslib.Field.t -> unit) -> unit
val for_all : name:((t, string) Fieldslib.Field.t -> bool) -> location:((t, location) Fieldslib.Field.t -> bool) -> bool
val exists : name:((t, string) Fieldslib.Field.t -> bool) -> location:((t, location) Fieldslib.Field.t -> bool) -> bool
val to_list : name:((t, string) Fieldslib.Field.t -> 'elem__) -> location:((t, location) Fieldslib.Field.t -> 'elem__) -> 'elem__ list
val map_poly : ([< `Read | `Set_and_create ], t, 'x0) Fieldslib.Field.user -> 'x0 list
module Direct : sig ... end
OCaml

Innovation. Community. Security.