Type.TypeGuard
type ('M, 'T) t = 'M * ('M, 'T) t'
and ('M, 'T) t' = {
asserts : bool;
guard : ('M, 'M) Identifier.t * ('M, 'T) t option;
comments : ('M, 'M Comment.t list) Syntax.t option;
}