5 lines
44 B
OCaml
5 lines
44 B
OCaml
|
|
type t =
|
||
|
|
| Waiting
|
||
|
|
| Ready
|
||
|
|
| Complete
|