public void TypeDeclarationReduced(Parser/*!*/ parser, AST.TypeDecl/*!*/ node)
		{
			if (types == null) types = new Dictionary<QualifiedName, Declaration>();
            AddDeclaration(parser.ErrorSink, node.Type(), types);
		}