Sha256: 87ecb6d392a193af319224f62e6aa4a63cb34ec252ac3b05c1c197e95a7446e1
Contents?: true
Size: 319 Bytes
Versions: 68
Compression:
Stored size: 319 Bytes
Contents
(** Grade-school exercise *) type school val empty_school : school (** Add a student to a school *) val add : string -> int -> school -> school (** Get all the students from a grade *) val grade : int -> school -> string list (** Sort the list of students in a grade, if necessary *) val sorted : school -> school
Version data entries
68 entries across 68 versions & 1 rubygems