> > +namespace Nemerle.Compiler
> > +{
> > + public module
> > + {
>
> Looks like something is missing... ;)
In the beginning, I have created the module:
namespace Nemerle.Completion
{
public module Completion
{
But, in my option, ...Completion.Completion is unreasonable...