PQC: QuickCheck in the Age of Concurrency
An SMP parallel QuickCheck driver
Do you:
* Have (or want) lots of QuickCheck properties?
* Run the
On 23-nov-2006, at 23:22, Ralf Lammel wrote:
Arthur,
constrFields eventually returns some mangled strings from the
abstract syntax tree; see ghc-fptools/ghc/compiler/basicTypes/
DataCon.lhs; and that abstract syntax promises to be order-preserving.
It says (not surprisingly):
dcFi
Arthur,
constrFields eventually returns some mangled strings from the abstract syntax
tree; see ghc-fptools/ghc/compiler/basicTypes/DataCon.lhs; and that abstract
syntax promises to be order-preserving.
It says (not surprisingly):
dcFields :: [FieldLabel],
-- Field labe
[sorry for quoting so much, kinda hard to decide here where to snip]
Cale Gibbard wrote:
> On 23/11/06, Jason Dagit <[EMAIL PROTECTED]> wrote:
>> A comment on that video said:
>>
>> - BEGIN QUOTE
>> It seems to me that STM creates new problems with composability.
>> You create two class
On 23/11/06, Jason Dagit <[EMAIL PROTECTED]> wrote:
A comment on that video said:
- BEGIN QUOTE
It seems to me that STM creates new problems with composability.
You create two classes of code: atomic methods and non atomic methods.
Nonatomic methods can easily call atomic ones – the
http://channel9.msdn.com/Showpost.aspx?postid=231495
The links to the video are a couple of yellow buttons at the bottom of
the article: "Watch" or "Download".
I haven't watched this yet (it's nearly an hour long, I think). Found
via reddit (http://reddit.com).
Haskeller's on TV (sort of...) woo
This is a small reply to clarify the regular expression situation:
Bulat Ziganshin wrote:
> Hello libraries,
>
> after analyzing the situation, i concluded that source of problem, at
> least partially, is GHC HQ's policy of packaging libraries with GHC.
> The list of such libraries is *closed* an
L.S.,
lately I've been playing with Data.Generics and records. I would like
to write a generic method to output to e.g. CSV files. Given
MissingH.CVS
that problem reduces to a generic method to take lists of records to
lists of lists with shown record fields, with as first element a list
of