Re: GHC and Kinds

2003-10-30 Thread Steffen Mazanek
. I may well split the two types in the future. This would be great. Thank you for the informations, Steffen Mazanek ___ Glasgow-haskell-users mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

GHC and Kinds

2003-10-29 Thread Steffen Mazanek
with Typing Haskell in Haskell and I really expected a declaration like data Kind = Star | Kfun Kind Kind Any help is greatly appreciated. Regards, Steffen Mazanek ___ Glasgow-haskell-users mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman

command line option --show-iface

2003-10-27 Thread Steffen Mazanek
Hello, the following error is slightly confusing: ghc --show-iface ghc-6.0.1: unrecognised flag: --show-iface Usage: For basic information, try the `--help' option. ghc --show-iface Unify.hi __interface Main Unify 1 where __export Unify Unifiable{mgu} match mguType varBind; ... A hint

Re: GHC Lexer

2003-10-21 Thread Steffen Mazanek
is changing so fast... Regards, Steffen Mazanek ___ Glasgow-haskell-users mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

GHC Lexer

2003-10-17 Thread Steffen Mazanek
Hello, to add a new keyword, say struct to the GHC, I have added ITstruct to data type Token in module Lex.lhs. Further on I have adapted ghcExtensionKeywordsFM. Is this already sufficient for lexing? In LexCore there is a function lexKeyword without a comment. It is called by lexer if the

O'Haskell

2003-02-07 Thread Steffen Mazanek
Hello. I am toying with the idea of implementing the OHaskell-concepts of Johan Nordlander in the GHC (as a diploma thesis). Simon Marlow adviced me to do some market research in this group and here we go. I am interested in all kinds of comments, advices, scrupulosites... Thanks and

Re: O'Haskell

2003-02-07 Thread Steffen Mazanek
Oh, sorry. I was asked for the link: http://www.math.chalmers.se/~nordland/ohaskell/ Nice greetings, Steffen ___ Glasgow-haskell-users mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/glasgow-haskell-users