9
let not_implemented () =
10
failwith "Stdcompat.Spacetime is not implemented yet. Please fill an issue: https://github.com/thierry-martinez/stdcompat/issues ."
14
module Series = struct
16
let create ~path = not_implemented ()
17
let save_event ?time _ ~event_name = not_implemented ()
18
let save_and_close ?time _ = not_implemented ()
21
module Snapshot = struct
22
let take ?time _ = not_implemented ()
25
let save_event_for_automatic_snapshots ~event_name = not_implemented ()