Skip to content
Snippets Groups Projects
Commit f1c7d945 authored by Jan Stolarek's avatar Jan Stolarek
Browse files

Comments only

parent 057bef6e
No related merge requests found
......@@ -144,7 +144,8 @@ import Control.Monad (liftM, ap)
-- to the code for `x'.
--
-- All of this is provided x is:
-- 1. non-updatable;
-- 1. non-updatable - it must have at least one parameter (see Note
-- [Join point abstraction]);
-- 2. guaranteed to be entered before the stack retreats -- ie x is not
-- buried in a heap-allocated closure, or passed as an argument to
-- something;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment