9 lines
98 B
OCaml
9 lines
98 B
OCaml
|
|
||
|
type timeslice_t = {
|
||
|
(* Action *)
|
||
|
label: string ;
|
||
|
}
|
||
|
|
||
|
type timeline_t = timeslice_t list
|
||
|
|