Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val args : (t, Bap.Std.word array) Fieldslib.Field.t
val make_creator :
caller:
((t, location) Fieldslib.Field.t ->
'acc__0 ->
('input__ -> location) * 'acc__1) ->
callee:
((t, location) Fieldslib.Field.t ->
'acc__1 ->
('input__ -> location) * 'acc__2) ->
args:
((t, Bap.Std.word array) Fieldslib.Field.t ->
'acc__2 ->
('input__ -> Bap.Std.word array) * 'acc__3) ->
'acc__0 ->
('input__ -> t) * 'acc__3
val create : caller:location -> callee:location -> args:Bap.Std.word array -> t
val map :
caller:((t, location) Fieldslib.Field.t -> location) ->
callee:((t, location) Fieldslib.Field.t -> location) ->
args:((t, Bap.Std.word array) Fieldslib.Field.t -> Bap.Std.word array) ->
t
val map_poly :
([< `Read | `Set_and_create ], t, 'x0) Fieldslib.Field.user ->
'x0 list
module Direct : sig ... end