Module V1.Fields

val names : string list
val sgn : ( [< `Read | `Set_and_create ], ( 'a, 'sgn ) t, 'sgn0 ) Fieldslib.Field.t_with_perm
val magnitude : ( [< `Read | `Set_and_create ], ( 'magnitude, 'a ) t, 'magnitude0 ) Fieldslib.Field.t_with_perm
val make_creator : magnitude: ( ( [< `Read | `Set_and_create ], ( 'a, 'b ) t, 'a ) Fieldslib.Field.t_with_perm -> 'c -> ( 'd -> 'e ) * 'f ) -> sgn: ( ( [< `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 : magnitude:'a -> sgn:'b -> ( 'c, 'd ) t
val map : magnitude: ( ( [< `Read | `Set_and_create ], ( 'a, 'b ) t, 'a ) Fieldslib.Field.t_with_perm -> 'c ) -> sgn: ( ( [< `Read | `Set_and_create ], ( 'd, 'e ) t, 'e ) Fieldslib.Field.t_with_perm -> 'f ) -> ( 'g, 'h ) t
val iter : magnitude: ( ( [< `Read | `Set_and_create ], ( 'a, 'b ) t, 'a ) Fieldslib.Field.t_with_perm -> unit ) -> sgn: ( ( [< `Read | `Set_and_create ], ( 'c, 'd ) t, 'd ) Fieldslib.Field.t_with_perm -> unit ) -> unit
val fold : init:'a -> magnitude: ( 'b -> ( [< `Read | `Set_and_create ], ( 'c, 'd ) t, 'c ) Fieldslib.Field.t_with_perm -> 'e ) -> sgn: ( '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 : magnitude: ( ( [< `Read | `Set_and_create ], ( 'a, 'b ) t, 'a ) Fieldslib.Field.t_with_perm -> bool ) -> sgn: ( ( [< `Read | `Set_and_create ], ( 'c, 'd ) t, 'd ) Fieldslib.Field.t_with_perm -> bool ) -> bool
val exists : magnitude: ( ( [< `Read | `Set_and_create ], ( 'a, 'b ) t, 'a ) Fieldslib.Field.t_with_perm -> bool ) -> sgn: ( ( [< `Read | `Set_and_create ], ( 'c, 'd ) t, 'd ) Fieldslib.Field.t_with_perm -> bool ) -> bool
val to_list : magnitude: ( ( [< `Read | `Set_and_create ], ( 'a, 'b ) t, 'a ) Fieldslib.Field.t_with_perm -> 'c ) -> sgn: ( ( [< `Read | `Set_and_create ], ( 'd, 'e ) t, 'e ) Fieldslib.Field.t_with_perm -> 'f ) -> 'g list
module Direct : sig ... end