Module Proof_carrying_data.Fields

val names : string list
val proof : ( [< `Read | `Set_and_create ], ( 'a, 'b ) t, 'b0 ) 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 ) -> proof: ( ( [< `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 -> proof:'b -> ( 'c, 'd ) t
val map : data: ( ( [< `Read | `Set_and_create ], ( 'a, 'b ) t, 'a ) Fieldslib.Field.t_with_perm -> 'c ) -> proof: ( ( [< `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 ) -> proof: ( ( [< `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 ) -> proof: ( '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 ) -> proof: ( ( [< `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 ) -> proof: ( ( [< `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 ) -> proof: ( ( [< `Read | `Set_and_create ], ( 'd, 'e ) t, 'e ) Fieldslib.Field.t_with_perm -> 'f ) -> 'g list
module Direct : sig ... end