Up – with_hash » With_hash » Stable » V1 » Fieldsval hash :
( [< `Read | `Set_and_create ] , ( 'a , 'h ) t , 'h0 )
Fieldslib .Field.t_with_perm
val data :
( [< `Read | `Set_and_create ] , ( 'a , 'b ) t , 'a0 )
Fieldslib .Field.t_with_perm
val make_creator :
data:
( ( [< `Read | `Set_and_create ] , ( 'a , 'b ) t , 'a )
Fieldslib .Field.t_with_perm ->
'c ->
( 'd -> 'e ) * 'f ) ->
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 : data:'a -> hash:'b -> ( 'c , 'd ) t
val map :
data:
( ( [< `Read | `Set_and_create ] , ( 'a , 'b ) t , 'a )
Fieldslib .Field.t_with_perm ->
'c ) ->
hash:
( ( [< `Read | `Set_and_create ] , ( 'd , 'e ) t , 'e )
Fieldslib .Field.t_with_perm ->
'f ) ->
( 'g , 'h ) t
val iter :
data:
( ( [< `Read | `Set_and_create ] , ( 'a , 'b ) t , 'a )
Fieldslib .Field.t_with_perm ->
unit ) ->
hash:
( ( [< `Read | `Set_and_create ] , ( 'c , 'd ) t , 'd )
Fieldslib .Field.t_with_perm ->
unit ) ->
unit
val fold :
init:'a ->
data:
( 'b ->
( [< `Read | `Set_and_create ] , ( 'c , 'd ) t , 'c )
Fieldslib .Field.t_with_perm ->
'e ) ->
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 :
data:
( ( [< `Read | `Set_and_create ] , ( 'a , 'b ) t , 'a )
Fieldslib .Field.t_with_perm ->
bool ) ->
hash:
( ( [< `Read | `Set_and_create ] , ( 'c , 'd ) t , 'd )
Fieldslib .Field.t_with_perm ->
bool ) ->
bool
val exists :
data:
( ( [< `Read | `Set_and_create ] , ( 'a , 'b ) t , 'a )
Fieldslib .Field.t_with_perm ->
bool ) ->
hash:
( ( [< `Read | `Set_and_create ] , ( 'c , 'd ) t , 'd )
Fieldslib .Field.t_with_perm ->
bool ) ->
bool
val to_list :
data:
( ( [< `Read | `Set_and_create ] , ( 'a , 'b ) t , 'a )
Fieldslib .Field.t_with_perm ->
'c ) ->
hash:
( ( [< `Read | `Set_and_create ] , ( 'd , 'e ) t , 'e )
Fieldslib .Field.t_with_perm ->
'f ) ->
'g list