Statement.DeclareFunction
type t('M, 'T) = {
id: Identifier.t('M, 'T),
annot: Type.annotation('M, 'T),
predicate: option(Type.Predicate.t('M, 'T)),
comments: option(Syntax.t('M, unit)),
};