Module With_stack_hash.Fields

val names : string list
val stack_hash : ( [< `Read | `Set_and_create ], ( 'a, 'field ) t, 'field0 ) Fieldslib.Field.t_with_perm
val elt : ( [< `Read | `Set_and_create ], ( 'a, 'b ) t, 'a0 ) Fieldslib.Field.t_with_perm
val make_creator : elt: ( ( [< `Read | `Set_and_create ], ( 'a, 'b ) t, 'a ) Fieldslib.Field.t_with_perm -> 'c -> ( 'd -> 'e ) * 'f ) -> stack_hash: ( ( [< `Read | `Set_and_create ], ( 'g, 'h ) t, 'h ) Fieldslib.Field.t_with_perm -> 'i -> ( 'j -> 'k ) * 'l ) -> 'm -> ( 'n -> ( 'o, 'p ) t ) * 'q
val create : elt:'a -> stack_hash:'b -> ( 'c, 'd ) t
val map : elt: ( ( [< `Read | `Set_and_create ], ( 'a, 'b ) t, 'a ) Fieldslib.Field.t_with_perm -> 'c ) -> stack_hash: ( ( [< `Read | `Set_and_create ], ( 'd, 'e ) t, 'e ) Fieldslib.Field.t_with_perm -> 'f ) -> ( 'g, 'h ) t
val iter : elt: ( ( [< `Read | `Set_and_create ], ( 'a, 'b ) t, 'a ) Fieldslib.Field.t_with_perm -> unit ) -> stack_hash: ( ( [< `Read | `Set_and_create ], ( 'c, 'd ) t, 'd ) Fieldslib.Field.t_with_perm -> unit ) -> unit
val fold : init:'a -> elt: ( 'b -> ( [< `Read | `Set_and_create ], ( 'c, 'd ) t, 'c ) Fieldslib.Field.t_with_perm -> 'e ) -> stack_hash: ( 'f -> ( [< `Read | `Set_and_create ], ( 'g, 'h ) t, 'h ) Fieldslib.Field.t_with_perm -> 'i ) -> 'j
val map_poly : ( [< `Read | `Set_and_create ], ( 'a, 'b ) t, 'c ) Fieldslib.Field.user -> 'd list
val for_all : elt: ( ( [< `Read | `Set_and_create ], ( 'a, 'b ) t, 'a ) Fieldslib.Field.t_with_perm -> bool ) -> stack_hash: ( ( [< `Read | `Set_and_create ], ( 'c, 'd ) t, 'd ) Fieldslib.Field.t_with_perm -> bool ) -> bool
val exists : elt: ( ( [< `Read | `Set_and_create ], ( 'a, 'b ) t, 'a ) Fieldslib.Field.t_with_perm -> bool ) -> stack_hash: ( ( [< `Read | `Set_and_create ], ( 'c, 'd ) t, 'd ) Fieldslib.Field.t_with_perm -> bool ) -> bool
val to_list : elt: ( ( [< `Read | `Set_and_create ], ( 'a, 'b ) t, 'a ) Fieldslib.Field.t_with_perm -> 'c ) -> stack_hash: ( ( [< `Read | `Set_and_create ], ( 'd, 'e ) t, 'e ) Fieldslib.Field.t_with_perm -> 'f ) -> 'g list
module Direct : sig ... end