Import Upstream version 20180207
[hcoop/debian/mlton.git] / doc / guide / src / ImplementHandlers.adoc
1 ImplementHandlers
2 =================
3
4 <:ImplementHandlers:> is a pass for the <:RSSA:>
5 <:IntermediateLanguage:>, invoked from <:RSSASimplify:>.
6
7 == Description ==
8
9 This pass implements the (threaded) exception handler stack.
10
11 == Implementation ==
12
13 * <!ViewGitFile(mlton,master,mlton/backend/implement-handlers.fun)>
14
15 == Details and Notes ==
16
17 {empty}