4 lines
101 B
OCaml
4 lines
101 B
OCaml
type t (* = ... -> Students, this is your job ! *)
|
|
[@@deriving eq, ord, show]
|
|
|
|
val fresh : unit -> t
|