[Haskell] Haskell CVS repository now hosted by Galois

2005-08-31 Thread Andy Moran
repository, then you should switch to cvs.haskell.org. If you were already using cvs.haskell.org, then you shouldn't notice much of a change (beyond better service). Cheers, Andy -- Andy Moran Phone: 503.626.6616, x113 Galois Connections Inc

[Haskell] Call for participation: CUFP 2005

2005-07-28 Thread Andy Moran
appeared in the Functional Programming column of the December 2004 issue of SIGPLAN Notices, and we plan to do the same this year. -- Andy Moran Phone: 503.626.6616, x113 Galois Connections Inc. Fax: 503.350.0833 12725 SW Millikan Way

[Haskell-cafe] Call for participation: CUFP 2005

2005-07-28 Thread Andy Moran
appeared in the Functional Programming column of the December 2004 issue of SIGPLAN Notices, and we plan to do the same this year. -- Andy Moran Phone: 503.626.6616, x113 Galois Connections Inc. Fax: 503.350.0833 12725 SW Millikan Way

[Haskell] Commerical Users of Functional Programming Workshop 2005

2005-06-29 Thread Andy Moran
a talk about. Program Committee - Mike Ashley: Mike.Ashley at sagian.com Jim Grundy: Jim_Grundy at ichips.intel.com Xavier Leroy: Xavier.Leroy at inria.fr Simon Peyton Jones: simonpj at microsoft.com Ulf Wiger: ulf.wiger at ericsson.com Andy Moran: moran at galois.com John

[Haskell-cafe] Commerical Users of Functional Programming Workshop 2005

2005-06-29 Thread Andy Moran
a talk about. Program Committee - Mike Ashley: Mike.Ashley at sagian.com Jim Grundy: Jim_Grundy at ichips.intel.com Xavier Leroy: Xavier.Leroy at inria.fr Simon Peyton Jones: simonpj at microsoft.com Ulf Wiger: ulf.wiger at ericsson.com Andy Moran: moran at galois.com John

Re: Haskell on Red Hat Enterprise...

2005-03-17 Thread Andy Moran
strings. Have we converged on a long-term solution for this problem? Is hscpp ready for the job? Cheers, Andy -- Andy Moran Ph. (503) 626 6616, x113 Galois Connections Inc. Fax. (503) 350 0833 12725 SW Millikan Way, Suite #290

Re: cpphs (was Re: Haskell on Red Hat Enterprise...)

2005-03-17 Thread Andy Moran
that was built using cpphs, if the GHC binary were used solely within an organization (i.e. not distributed)? What if cpphs were distributed with such a GHC binary as an executable? A -- Andy Moran Ph. (503) 626 6616, x113 Galois Connections Inc

Re: cpphs (was Re: Haskell on Red Hat Enterprise...)

2005-03-17 Thread Andy Moran
Andy Moran wrote: I notice that cpphs understands CPP stringification (if invoked with --hashes). Most of the gcc 3.4 failures (in fact, all of that I've seen) have to do with fooling -traditional into turning macro constants into Haskell strings, which can more readily be done

Re: cpphs (was Re: Haskell on Red Hat Enterprise...)

2005-03-17 Thread Andy Moran
Malcolm Wallace wrote: Andy Moran [EMAIL PROTECTED] writes: I notice that cpphs understands CPP stringification (if invoked with --hashes). Most of the gcc 3.4 failures (in fact, all of that I've seen) have to do with fooling -traditional into turning macro constants into Haskell strings, which

Re: [Haskell] Global Variables and IO initializers: A proposal and semantics

2004-10-13 Thread Andy Moran
of global variables (which the unsafePerformIO technique does not). Cheers, Andy -- Andy Moran Ph. (503) 626 6616, x113 Galois Connections Inc. Fax. (503) 350 0833 12725 SW Millikan Way, Suite #290 http

Re: [Haskell] Program maintenance tools

2004-10-12 Thread Andy Moran
- detection of unnecessary arguments for functions; - detection of unnecesary imports of modules; http://www.haskell.org/ghc/docs/latest/html/users_guide/options-sanity.html ghc -W: Provides the standard warnings plus -fwarn-incomplete-patterns, -fwarn-unused-matches, -fwarn-unused-imports,

Re: [Haskell-cafe] Interoperability with other languages and haskell in industry

2004-09-16 Thread Andy Moran
processes, but we haven't really used that in other projects. -- Andy Moran Ph. (503) 626 6616, x113 Galois Connections Inc. Fax. (503) 350 0833 12725 SW Millikan Way, Suite #290 http://www.galois.com

Re: [Haskell] Haskell in industry?

2004-09-14 Thread Andy Moran
to attempt to build such tools and products. Cheers, Andy -- Andy Moran Ph. (503) 626 6616, x113 Galois Connections Inc. Fax. (503) 350 0833 12725 SW Millikan Way, Suite #290 http://www.galois.com

Re: [Haskell-cafe] readMVar and the devils

2004-07-02 Thread Andy Moran
at a guess the magic take put is: block ( do a - takeMVar x putMVar x a ) return a This doesn't prevent the race condition Conor mentioned. It only prevents the thread executing the above code from being interrupted by an asynchronous exception (i.e., Control-C, or another thread killing

Re: [Haskell-cafe] Building Haddock on Windows

2004-03-16 Thread Andy Moran
that). Cheers, Andy -- Andy Moran Ph. (503) 626 6616, x113 Galois Connections Inc. Fax. (503) 350 0833 12725 SW Millikan Way, Suite #290 http://www.galois.com Beaverton, OR 97005

Documentation bug? {Numeric,GHC.Float}.floatToDigits: requires a non-negative argument

2004-02-11 Thread Andy Moran
a non-negative number? It does for other functions that require non-negative arguments. A -- Andy Moran Ph. (503) 626 6616, x113 Galois Connections Inc. Fax. (503) 350 0833 12725 SW Millikan Way, Suite #290

Re: Closure type 0

2003-10-27 Thread Andy Moran
OK, this is a GC bug, and will have to await the return of the Maestro; he's on holiday for a fortnight. Better file it as a Sourceforge bug; that way it definitely won't get lost. Another data point: I've seen this once, under Windows, GHC 6.1 (built from HEAD around September, I think),

Re: Syntax extensions (was: RE: The Future of Haskell discussion at the Haskell Workshop)

2003-09-10 Thread Andy Moran
-ffeature and -fnofeature is the way to go IMHO. A -- Andy Moran Ph. (503) 626 6616, x113 Galois Connections Inc. Fax. (503) 350 0833 12725 SW Millikan Way, Suite #290 http://www.galois.com Beaverton, OR 97005

Re: help, what's wrong?

2003-09-04 Thread Andy Moran
, advised Song Yun Li to try an RPM for a later version that was built for RedHat 9. A -- Andy Moran Ph. (503) 526 3472 Galois Connections Inc. Fax. (503) 350 0833 3875 SW Hall Blvd.http

Odd GHCi behavior

2003-08-22 Thread Andy Moran
searched for) Failed, modules loaded: ..., Util.List, ... Doing a big old clean, --make, and then GHCi solved the problem. But what could cause this kind of behavior? (I can't reproduce it, sorry.) A -- Andy Moran Ph. (503) 626 6616, x113 Galois

Re: @-bindings broken in 6.0?

2003-06-18 Thread Andy Moran
parsing easier too). I haven't played with Template Haskell at all, so I don't know if '[|' is already a distinguished token. Cheers, Andy -- Andy Moran Ph. (503) 526 3472 Galois Connections Inc. Fax. (503) 350 0833

Re: rank-n polymorphism

2002-03-07 Thread Andy Moran
of Programming Languages, St. Petersberg Beach, Florida, year = 1996, organization = ACM, address = New York, NY, month =jan, annote = 31 references., } Cheers, Andy -- Andy Moran Ph. (503) 526 3472 Galois

[Fwd: XML Programming Languages...]

2000-09-15 Thread Andy Moran
Nick Kallen sent me the attached reply. -- Andy Moran PacSoft x7557 Computer Science Engineering +1 503 748 7557 Oregon Graduate Institute

Re: XML Programming Languages...

2000-09-14 Thread Andy Moran
in: http://www.cse.ogi.edu/~mbs/pub/type_indexed_rows Cheers, Andy -- Andy Moran PacSoft x7557 Computer Science Engineering +1 503 748 7557

An Interview with Brian Kernighan

2000-09-05 Thread Andy Moran
With some small mention of FP (ML in particular): http://www.cs.cmu.edu/~mihaib/kernighan-interview/index.html