{-# OPTIONS -XEmptyDataDecls #-} module NET.System.Runtime.Serialization.StreamingContext.Type ( module NET.System.Runtime.Serialization.StreamingContext.Type ) where import NET import qualified NET.System.ValueType.Type data StreamingContext_ a type StreamingContext a = NET.System.ValueType.Type.ValueType (StreamingContext_ a)