Module V1.Fields

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