Module Inout


module Inout: sig .. end
I/O module, containing all functions to display the files in the different formats.


type export =
| Html
| HtmlJscpt
| Latex
| Postscript
| Forge
| Xml
| Text
val export_type : export ref
module type INOUT = sig .. end
module I: sig .. end
val save_student_list : string -> unit
val add_people_to_team : Student.student -> Student.resp -> Base.paddress -> int -> unit
val remove_people_from_team : Student.student -> Base.paddress -> unit
val delete_team_for_group_project : int -> Base.paddress -> int -> unit