Syntax Lookup

Enter some language construct you want to know more about.
This is the attached doc comment syntax.

Use an attached doc comment directly before a value or type declaration.

Example

ReScriptJS Output
/** Returns the full name. */
let fullName = (first, last) => first ++ " " ++ last

References