{-# OPTIONS_GHC -XEmptyDataDecls #-} module NET.System.Action.Type where import NET data Action_ a type Action a ty = GObject (Action_ a) ty instance Type a => Type (Action_ a) where tyName v = tyNameCtor "System.Action" v