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