Import Upstream version 20180207
[hcoop/debian/mlton.git] / doc / guide / src / CoreML.adoc
CommitLineData
7f918cf1
CE
1CoreML
2======
3
4<:CoreML:Core ML> is an <:IntermediateLanguage:>, translated from
5<:AST:> by <:Elaborate:>, optimized by <:CoreMLSimplify:>, and
6translated by <:Defunctorize:> to <:XML:>.
7
8== Description ==
9
10<:CoreML:> is polymorphic, higher-order, and has nested patterns.
11
12== Implementation ==
13
14* <!ViewGitFile(mlton,master,mlton/core-ml/core-ml.sig)>
15* <!ViewGitFile(mlton,master,mlton/core-ml/core-ml.fun)>
16
17== Type Checking ==
18
19The <:CoreML:> <:IntermediateLanguage:> has no independent type
20checker.
21
22== Details and Notes ==
23
24{empty}