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
Raises No_abstract_type if no such abstract type was registered.
Consult the Plugin Development Guide for additional details.
Parameters:
T : sig val name: string end

type t 
val ty : t Type.ty