Import Upstream version 20180207
[hcoop/debian/mlton.git] / doc / guide / src / TalkHowHigherOrder.adoc
1 TalkHowHigherOrder
2 ==================
3
4 == Higher-order Functions ==
5
6 * How does one represent SML's higher-order functions?
7 * MLton's answer: defunctionalize
8
9 {nbsp} +
10 {nbsp} +
11
12 See <:ClosureConvert:>.
13
14 {nbsp} +
15 {nbsp} +
16 {nbsp} +
17
18 '''
19 [cols="<,>"]
20 |====
21 |<:TalkMLtonApproach: Prev>|<:TalkWholeProgram: Next>
22 |====