{-# OPTIONS -XEmptyDataDecls #-} module NET.System.Collections.Generic.Dictionary.ValueCollection.Type ( module NET.System.Collections.Generic.Dictionary.ValueCollection.Type ) where import qualified NET import qualified NET.System.Object import qualified NET.System.Collections.Generic.ICollection.Type as NET.System.Collections.Generic.ICollection import qualified NET.System.Collections.Generic.IEnumerable.Type as NET.System.Collections.Generic.IEnumerable import qualified NET.System.Collections.IEnumerable.Type as NET.System.Collections.IEnumerable import qualified NET.System.Collections.ICollection.Type as NET.System.Collections.ICollection instance NET.System.Collections.Generic.ICollection.ICollection (ValueCollection_ a gTKey gTValue) where instanceName_ICollection _ = "NET.System.Collections.Generic.Dictionary`2+ValueCollection.ValueCollection" instance NET.System.Collections.Generic.IEnumerable.IEnumerable (ValueCollection_ a gTKey gTValue) where instanceName_IEnumerable _ = "NET.System.Collections.Generic.Dictionary`2+ValueCollection.ValueCollection" instance NET.System.Collections.IEnumerable.IEnumerable (ValueCollection_ a gTKey gTValue) where instanceName_IEnumerable _ = "NET.System.Collections.Generic.Dictionary`2+ValueCollection.ValueCollection" instance NET.System.Collections.ICollection.ICollection (ValueCollection_ a gTKey gTValue) where instanceName_ICollection _ = "NET.System.Collections.Generic.Dictionary`2+ValueCollection.ValueCollection" data ValueCollection_ a gTKey gTValue instance NET.Type (ValueCollection_ a gTKey gTValue) where tyName _ = ["System.Collections.Generic.Dictionary`2+ValueCollection"] type ValueCollection a gTKey gTValue = NET.Object (ValueCollection_ a gTKey gTValue)