| ... | ... | @@ -3,9 +3,66 @@ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[\#74](https://gitlab.haskell.org//haskell/prime/issues/74)
|
|
|
|
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).
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
<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>
|
|
|
|
<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>
|
|
|
|
<th> </th>
|
|
|
|
<th> </th>
|
|
|
|
<th> </th>
|
|
|
|
<th> - concurrent and reentrant foreign calls </th>
|
|
|
|
<th> - foreign call annotation syntax
|
|
|
|
</th></tr>
|
|
|
|
<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>
|
|
|
|
<th> </th>
|
|
|
|
<th> </th>
|
|
|
|
<th> </th>
|
|
|
|
<th>
|
|
|
|
</th>
|
|
|
|
<th></th></tr>
|
|
|
|
<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>
|
|
|
|
<th> </th>
|
|
|
|
<th> </th>
|
|
|
|
<th> </th>
|
|
|
|
<th>
|
|
|
|
</th>
|
|
|
|
<th></th></tr></table>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
---
|
| ... | ... | |