Module Interface.Generic

Parameters

module Super : Js.T

Signature

type 'a t = private Super.t
type 'a generic = 'a t
val generic_of_js : (Ojs.t -> 'a) -> Ojs.t -> 'a t
val generic_to_js : ('a -> Ojs.t) -> 'a t -> Ojs.t