| ... | ... | @@ -7,52 +7,73 @@ |
|
|
|
This page captures the current status of the Haskell' effort. At the moment, this means capturing the current status of the "in" proposals identified by [StrawPoll-2](straw-poll-2).
|
|
|
|
|
|
|
|
|
|
|
|
# "in" Proposal Status
|
|
|
|
# "definitely-in" Proposal Status
|
|
|
|
|
|
|
|
|
|
|
|
<table><tr><th> Description </th>
|
|
|
|
<table><tr><th> Description </th>
|
|
|
|
<th> Ticket </th>
|
|
|
|
<th> Writers </th>
|
|
|
|
<th> Draft report text </th>
|
|
|
|
<th> Decisions made </th>
|
|
|
|
<th> Open issues
|
|
|
|
</th></tr>
|
|
|
|
<tr><th> add some kind of concurrency </th>
|
|
|
|
<tr><th> </th>
|
|
|
|
<th> </th>
|
|
|
|
<th> </th>
|
|
|
|
<th> </th>
|
|
|
|
<th>
|
|
|
|
</th>
|
|
|
|
<th></th></tr>
|
|
|
|
<tr><th> add some kind of concurrency </th>
|
|
|
|
<th> [\#74](https://gitlab.haskell.org//haskell/prime/issues/74) </th>
|
|
|
|
<th> IJ, SM </th>
|
|
|
|
<th> </th>
|
|
|
|
<th> - basic concurrency interface </th>
|
|
|
|
<th> - cooperative or preemptive
|
|
|
|
</th></tr>
|
|
|
|
<tr><th> </th>
|
|
|
|
<tr><th> </th>
|
|
|
|
<th> </th>
|
|
|
|
<th> </th>
|
|
|
|
<th> </th>
|
|
|
|
<th> - concurrent and reentrant foreign calls </th>
|
|
|
|
<th> - foreign call annotation syntax
|
|
|
|
</th></tr>
|
|
|
|
<tr><th> </th>
|
|
|
|
<tr><th> </th>
|
|
|
|
<th> </th>
|
|
|
|
<th> </th>
|
|
|
|
<th> </th>
|
|
|
|
<th> - bound threads as a specified extension </th>
|
|
|
|
<th> - semantics of IORefs
|
|
|
|
</th></tr>
|
|
|
|
<tr><th> </th>
|
|
|
|
<tr><th> </th>
|
|
|
|
<th> </th>
|
|
|
|
<th> </th>
|
|
|
|
<th> </th>
|
|
|
|
<th>
|
|
|
|
</th>
|
|
|
|
<th></th></tr>
|
|
|
|
<tr><th> add [ForeignFunctionInterface](foreign-function-interface) </th>
|
|
|
|
<tr><th> add [ForeignFunctionInterface](foreign-function-interface) </th>
|
|
|
|
<th> [\#35](https://gitlab.haskell.org//haskell/prime/issues/35) </th>
|
|
|
|
<th> MC, SM </th>
|
|
|
|
<th> </th>
|
|
|
|
<th> - additional C99 types and casts </th>
|
|
|
|
<th> - transparent marshalling of newtypes
|
|
|
|
</th></tr>
|
|
|
|
<tr><th> </th>
|
|
|
|
<tr><th> </th>
|
|
|
|
<th> </th>
|
|
|
|
<th> </th>
|
|
|
|
<th> </th>
|
|
|
|
<th> - add signed and unsigned char casts
|
|
|
|
</th>
|
|
|
|
<th></th></tr>
|
|
|
|
<tr><th> add multi parameter type classes </th>
|
|
|
|
<th> [\#49](https://gitlab.haskell.org//haskell/prime/issues/49) </th>
|
|
|
|
<th> MS </th>
|
|
|
|
<th> </th>
|
|
|
|
<th>
|
|
|
|
</th>
|
|
|
|
<th></th></tr>
|
|
|
|
<tr><th> </th>
|
|
|
|
<th> </th>
|
|
|
|
<th> </th>
|
|
|
|
<th> </th>
|
| ... | ... | @@ -62,6 +83,7 @@ This page captures the current status of the Haskell' effort. At the moment, thi |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| ... | ... | |