purescript / purescript-st

The ST effect, for safe local mutation
BSD 3-Clause "New" or "Revised" License
25 stars 25 forks source link

feat(https://github.com/purescript/purescript/issues/3923): add `ST.Uncurried` #36

Closed srghma closed 3 years ago

srghma commented 4 years ago

more https://github.com/purescript/purescript/issues/3923

hdgarrood commented 4 years ago

I think the compiler changes need to happen first, as without the appropriate inlining rules this will probably make things slower.

hdgarrood commented 3 years ago

I'm going to close this for now, and we can reopen this once the compiler changes are done.

JordanMartinez commented 3 years ago

I've added https://github.com/purescript/purescript/pull/3979 to implement the compiler changes. If accepted, then we could reopen this PR.