X-Git-Url: https://git.hcoop.net/bpt/mlt.git/blobdiff_plain/16abb0f9dc821395f7644328a98d75a4aa97e83e..870af305c1ecdfeb14883690bee066e0b707757b:/doc/manual.tex diff --git a/doc/manual.tex b/doc/manual.tex index ada1809..a37f7d5 100644 --- a/doc/manual.tex +++ b/doc/manual.tex @@ -110,10 +110,18 @@ Anonymous {\tt fn} functions are available with the SML syntax. SML {\tt case} expressions are supported. +\subsubsection{\tt iff} + +SML {\tt if} expressions are supported, except that the keyword that introduces them is {\tt iff}, to disambiguate from {\tt if} statements. + \subsubsection{\tt raise} SML {\tt raise} expressions are supported. +\subsubsection{\tt let} + +SML {\tt let} expressions are supported. + \subsection{Patterns} Patterns are identical to SML patterns without support for user-defined infix constructors, though {\tt ::} is supported. Record patterns can include field names with no assigned patterns (the pattern for such a field is taken to be the field name) and "flex record" {\tt ...}'s to stand for unused fields.