On Mon, Sep 1, 2008 at 10:00 AM, Jean-Philippe Bernardy <[EMAIL PROTECTED]> wrote: > > Sun Aug 31 02:44:31 EDT 2008 Jeff Wheeler <[EMAIL PROTECTED]> > * Slightly modify field names > > I'm not sure if this is moving in the right direction, but it's something > worthy of discussion, I suppose. I think `typeStyle` still needs a better > name, and `upperIdStyle` was just as bad (awkwardly vague).
This name (typeId), (together with its semantics) is good. It's just badly used in the Haskell highlighters :p. Indeed, there is no way to see the difference between a constructor ident. and a type constant identifier: they are both upper case things. The fix is to develop the 'precise' Haskell mode so that it can make the difference between the two. Cheers, JP. --~--~---------~--~----~------------~-------~--~----~ Yi development mailing list [email protected] http://groups.google.com/group/yi-devel -~----------~----~----~----~------~----~------~--~---
