Module type Parser.PARSER


module type PARSER = sig .. end

val parse_file_from_xml : in_channel -> Student.student list
val load_student_file : string -> unit