Module type Cstubs_applicative.Foreign_applicative
include FOREIGN
val (@->) : 'a Ctypes.typ -> 'b fn -> ( 'a -> 'b ) fn
val returning : 'a Ctypes.typ -> 'a return fn
val foreign : string -> ( 'a -> 'b ) fn -> ( 'a -> 'b ) result
val foreign_value : string -> 'a Ctypes.typ -> 'a Ctypes.ptr result
include Applicative_with_let with type 'a t := 'a result
include Base.Applicative.S with type 'a t := 'a result
include Base.Applicative.Let_syntax with type 'a t := 'a result