Re: Re: Problems when mounting c: to /

2001-02-27 Thread andreas.marth
Hallo! I just run "ghc -c -v Main.hs 21| tee withMount.log" while c: was mounted at / and "ghc -c -v Main.hs 21| tee withoutMount.log" after unmounting it. I attached both Files. because cygwin complains about a missing /tmp after mounting c: to / I have a c:\tmp directory but ghc uses

Re: Re: Problems when mounting c: to /

2001-02-27 Thread Reuben Thomas
I think you should drop the mount c: at / because it is sure a problem you run into when installing ghc. I think you're right. I really should reinstall Cygwin on my machine in the default location, rather than at root. I'll change the instructions. Thanks. -- http://sc3d.org/rrt/ "Reality

Re: Proposal: module namespaces.

2001-02-27 Thread Ketil Malde
Malcolm Wallace [EMAIL PROTECTED] writes: Proposal 1 -- Introduce nested namespaces for modules. The key concept here is to map the module namespace into a hierarchical directory-like structure. * The use of qualified imports becomes more verbose: for instance [...]

Re: Proposal: module namespaces.

2001-02-27 Thread Stefan Karrmann
Malcolm Wallace schrieb folgendes am Mon, Feb 26, 2001 at 05:59:30PM +: Proposal 2 -- but only a guaranteed-to-be-stable, complete, library could be called Std.Text.Xml The implication of the Std. namespace is that all such "standard" libraries will be distributed with

Re: Proposal: module namespaces.

2001-02-27 Thread Frank Atanassow
I have two nitpicking comments. Malcolm Wallace wrote (on 26-02-01 17:59 +): * The use of qualified imports becomes more verbose: for instance import qualified XmlParse ... XmlParse.element f ... becomes import qualified Text.Xml.Parse

Re: Proposal: module namespaces.

2001-02-27 Thread Christian Brolin
Malcolm Wallace wrote: Proposal 1 -- Introduce nested namespaces for modules. The key concept here is to map the module namespace into a hierarchical directory-like structure. I propose using the dot as a separator, analogous to Java's usage for namespaces. I haven't commented

Re: Proposal: module namespaces.

2001-02-27 Thread Ashley Yakeley
At 2001-02-26 09:59, Malcolm Wallace wrote: Proposal 2 -- Adopt a standardised namespace layout to help those looking for or writing libraries, I'm a big fan of the Java reversed DNS style. Whatever, I think it's important that anyone with a domain name should be able to obtain a

CALL FOR REGISTRATION: ESSLLI 2001 (Helsinki, Finland)

2001-02-27 Thread Ahti Pietarinen
- Apologies for multiple copies - If you want to receive detailed information including the ESSLLI 2001 poster please send us ([EMAIL PROTECTED]) your complete address. !! CALL FOR REGISTRATION 13th European Summer School in

Re: Primitive types and Prelude shenanigans

2001-02-27 Thread Dylan Thurston
On Fri, Feb 16, 2001 at 05:13:10PM +, Marcin 'Qrczak' Kowalczyk wrote: Fri, 16 Feb 2001 04:14:24 -0800, Simon Peyton-Jones [EMAIL PROTECTED] pisze: Here I think the right thing is to say that desugaring for boolean constructs uses a function 'if' assumed to have type if ::

Re: Literate Programming in Haskell?

2001-02-27 Thread Bill Halchin
Hello Haskell Community, Probably somebody else has already brought this issue up already. Why can't we have some kind of integrated literate programming model where I can I can have hyperlinks in comments to documents represented in XML?? In other words, a kind of seamless literate