Use an attached doc comment directly before a value or type declaration.
/** Returns the full name. */ let fullName = (first, last) => first ++ " " ++ last
Overview