Module Snarky_backendless.As_prover

module Ref0 : sig ... end
module type S = sig ... end
module type Extended = sig ... end
module Make_ref_typ (Checked : Monad_let.S2) : sig ... end
module Make (Checked : Checked_intf.S) (As_prover : As_prover_intf.Basic with type ('a, 'f) t := ( 'a, 'f ) Checked.Types.As_prover.t and type 'f field := 'f Checked.field and type ('a, 'f) Provider.t = ( 'a, 'f ) Checked.Types.Provider.t) : S with module Types = Checked.Types with type 'f field = 'f Checked.field
include S with module Types = Checked_ast.Types with type 'f field := 'f
module Types = Checked_ast.Types
include As_prover_intf.Basic with type ('a, 'f) t = ( 'a, 'f ) Types.As_prover.t and type ('a, 'f) Provider.t = ( 'a, 'f ) Types.Provider.t with type 'f field := 'f
type ('a, 'f) t = ( 'a, 'f ) Types.As_prover.t
include Monad_let.S2 with type ('a, 'f) t := ( 'a, 'f ) t
include Monad_let.S_without_syntax2 with type ('a, 'e) t := ( 'a, 'e ) t
include Core_kernel.Monad.Infix2 with type ('a, 'e) t := ( 'a, 'e ) t
val (>>=) : ( 'a, 'e ) t -> ( 'a -> ( 'b, 'e ) t ) -> ( 'b, 'e ) t
val (>>|) : ( 'a, 'e ) t -> ( 'a -> 'b ) -> ( 'b, 'e ) t
module Monad_infix : Core_kernel.Monad.Infix2 with type ('a, 'e) t := ( 'a, 'e ) t
val bind : ( 'a, 'e ) t -> f:( 'a -> ( 'b, 'e ) t ) -> ( 'b, 'e ) t
val return : 'a -> ( 'a, _ ) t
val map : ( 'a, 'e ) t -> f:( 'a -> 'b ) -> ( 'b, 'e ) t
val join : ( ( 'a, 'e ) t, 'e ) t -> ( 'a, 'e ) t
val ignore_m : ( _, 'e ) t -> ( unit, 'e ) t
val all : ( 'a, 'e ) t list -> ( 'a list, 'e ) t
val all_unit : ( unit, 'e ) t list -> ( unit, 'e ) t
module Let_syntax : sig ... end
val run : ( 'a, 'f ) t -> ( 'f Cvar.t -> 'f ) -> 'a
val map2 : ( 'a, 'f ) t -> ( 'b, 'f ) t -> f:( 'a -> 'b -> 'c ) -> ( 'c, 'f ) t
val read_var : 'f Cvar.t -> ( 'f, 'f ) t
val read : ( 'var, 'value, 'f, _ ) Types.Typ.t -> 'var -> ( 'value, 'f ) t
module Provider : sig ... end
module Handle : sig ... end
module Ref : sig ... end
module Make_extended (Env : sig ... end) (Checked : Checked_intf.S with type 'f field := Env.field) (As_prover : S with module Types := Checked.Types with type 'f field := Env.field) : Extended with module Types = Checked.Types with type field := Env.field and type 'a t = ( 'a, Env.field ) As_prover.t