We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c21c473 commit 4ac8df2Copy full SHA for 4ac8df2
manual/manual/refman/exten.etex
@@ -556,6 +556,7 @@ as syntactic sugar for @"fun" '(' "type" typeconstr-name_1 ')' "->" \ldots "->"
556
"fun" '(' "type" typeconstr-name_n ')' "->" expr@. For instance,
557
\begin{verbatim}
558
let f = fun (type t u v) -> fun (foo : (t * u * v) list) -> ...
559
+ let f' (type t u v) (foo : (t * u * v) list) = ...
560
\end{verbatim}
561
562
This construction is useful because the type constructors it introduces
0 commit comments