[svn] r7221: nemerle/trunk/ncc/typing/Typer.n
VladD2
svnadmin at nemerle.org
Sat Jan 6 01:57:43 CET 2007
Log:
Add simple text completion option.
Author: VladD2
Date: Sat Jan 6 01:57:41 2007
New Revision: 7221
Modified:
nemerle/trunk/ncc/typing/Typer.n
Modified: nemerle/trunk/ncc/typing/Typer.n
==============================================================================
--- nemerle/trunk/ncc/typing/Typer.n (original)
+++ nemerle/trunk/ncc/typing/Typer.n Sat Jan 6 01:57:41 2007
@@ -46,6 +46,7 @@
{
public variant Elem
{
+ | Simple { name : string; info : string; glyphType : int; }
| Node { Name : string; node : NamespaceTree.Node; }
| Local { Value : LocalValue }
| Overloads { Values : list [OverloadPossibility]; }
More information about the svn
mailing list