Custom Query
Results (19 - 21 of 5892)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #3912 | wontfix | Gut Build System | JohnD | JohnD |
| description |
Traditionally, a build system consists of shell scripts and make files. I want to replace the shell scripts and make files with Haskell source code. To do this a Haskell function library that provides the same sort of functionality that shell scripts and make files already provide will be needed. Since all Haskell computer programmers are familiar with Haskell I do not see how the transition would pose a problem provided that Haskell source code is capable of being competitive with shell scripts. I believe it can be. The goal is to make the build process fast and robust. I hope to gut the present build system and replace it with something entirely new. The change will be global and will effect everyone. What I intend to do will be innovative. It will be an octopus of sorts in that it is going to effect everything. |
|||
| #3271 | fixed | New methods for Data.Sequence | LouisWasserman | LouisWasserman |
| description |
Data.Sequence is meant as a general-purpose implementation of finite sequences. The range of methods it offers, however, is considerably more constrained than Data.List, even allowing for the constraint that sequences are finite. The following methods cannot be efficiently implemented based on currently exported methods from Data.Sequence.
The following methods are relatively simple extensions of already-exported methods. It may be more appropriate to allow library users to reimplement them themselves.
|
|||
| #3909 | worksforme | Priority queues in containers | LouisWasserman | LouisWasserman |
