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