{-# OPTIONS -XEmptyDataDecls #-} module NET.System.AsyncCallback.Type ( module NET.System.AsyncCallback.Type ) where import qualified NET import qualified NET.System.MulticastDelegate.Type as NET.System.MulticastDelegate import qualified NET.System.ICloneable.Type as NET.System.ICloneable import qualified NET.System.Runtime.Serialization.ISerializable.Type as NET.System.Runtime.Serialization.ISerializable instance NET.System.ICloneable.ICloneable (AsyncCallback_ a) where instanceName_ICloneable _ = "NET.System.AsyncCallback.AsyncCallback" instance NET.System.Runtime.Serialization.ISerializable.ISerializable (AsyncCallback_ a) where instanceName_ISerializable _ = "NET.System.AsyncCallback.AsyncCallback" data AsyncCallback_ a type AsyncCallback a = NET.System.MulticastDelegate.MulticastDelegate (AsyncCallback_ a)