Functor Type.Abstract


module Abstract: 
functor (T : sig
val name : string
end) -> sig .. end
Apply this functor to access to the abstract type of the given name.
Since Nitrogen-20111001
Parameters:
T : sig val name: string end

type t 
val ty : t Type.ty