Module Cstubs_applicative.Make_applicative_unit
Parameters
module F : FOREIGN with type 'a result = Base.unit
Signature
include FOREIGN with type 'a result = Base.unit
val (@->) : 'a Ctypes.typ -> 'b fn -> ( 'a -> 'b ) fn
val returning : 'a Ctypes.typ -> 'a return fn
type 'a result = Base.unit
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