Use a standalone doc comment to write documentation text that is not attached to a specific value or type declaration.
/*** This module contains utility helpers for date formatting. */ module DateUtils = { let formatIso = date => date }
Overview