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