Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 514 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 514 Bytes

native-continuations (WIP)

Library providing native delimited continuations implemented using GHC primops.

Requirements

This library only works with GHC 9.6 or newer.

Credits

Thanks to Alexis King for implementation of actual runtime primitives and for extensive documentation and hints on how to use them correctly.

See proposal for more information about internal details.