Questions tagged [multirec]

3 questions
5
votes
1 answer

How does `HFix` work in Haskell's multirec package?

I understand the regular fixed-point type combinator and I think I understand the higher-order fixed-n type combinators, but HFix eludes me. Could you give an example of a set of data-types and their (manually derived) fixed points that you can…
dan_waterworth
  • 6,261
  • 1
  • 30
  • 41
3
votes
2 answers

Tutorial on how to use multirec

I am writing a compiler in Haskell and need some tools to work with abstract syntax trees (like annotating them with source positions and other things). I have been pointed out to the multirec package. I have found some information about the…
Romildo
  • 545
  • 9
  • 20
0
votes
3 answers

What is the best way to get records from Datatable?

I have a table which contains approx. 150000 records. It could be change.. I mean more.. I don't know. And It's an access db (its an obligation) I use .net framework 3.0 vb.net or c# don't matter.. I used that code con = New…
unbalanced
  • 1,192
  • 5
  • 19
  • 44