public static Type[] ToClrTypes( MondValue[] values ) { return values.Select( ToClrType ).ToArray(); }