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