<?xml version="1.0" encoding="iso-8859-1"?>
<checkstyle version="mascot-1.0">
  <file name="example.mli">
    <error severity="error" message="structure exports 4 items (instead of 2)" source="interface.exported_count" line="1"/>
    <error severity="error" message="missing type comment" source="documentation.type_comment" line="3" column="0"/>
    <error severity="error" message="line is too long (38 instead of 32)" source="typography.line_length" line="4" column="38"/>
    <error severity="error" message="line is too long (45 instead of 32)" source="typography.line_length" line="5" column="45"/>
    <error severity="error" message="missing value comment" source="documentation.value_comment" line="10" column="0"/>
    <error severity="error" message="line is too long (35 instead of 32)" source="typography.line_length" line="13" column="35"/>
  </file>
</checkstyle>

