record lables overloading

1999-11-15 Thread S.D.Mechveliani
Who could advise, please, what to do with the records like data SomeConstr a = SomeConstr {up_SomeConstr :: a, low_SomeConstr :: a} How to avoid this ugly postfix _SomeConstr ? I want the lables to be `up', `low'. But a large program is likely to have other data structures

Haskell wiki needs reset?

1999-11-15 Thread John Atwood
Looks like the Haskell wiki has been zeroed. Could someone reset it? John Atwood

record lables overloading

1999-11-15 Thread Tom Pledger
S.D.Mechveliani writes: | [...] | But a large program is likely to have other data structures with | the same label names. [...] | | [...] | In such case, the compiler may report the ambiguity, and the | programmer may add the qualifier. | But in many other situtations, `up x' would be