blob: 5d908dabe1fb18404e2be923513857d1124bfe88 (
plain)
1
2
3
4
5
6
7
|
The functions in this module implement or assist the writing of
programs, or parts of them, in Continuation Passing Style (CPS).
Briefly, CPS is a style of writing code where the normal call/return
mechanism is replaced by explicit "continuations", values passed in
to functions which they should invoke, to implement return behaviour.
WWW: http://search.cpan.org/dist/CPS/
|