mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-07 03:35:38 -05:00
11 lines
300 B
OCaml
11 lines
300 B
OCaml
|
|
(** Proof trace with serialization
|
|
|
|
This library is useful to serialize a series of reasoning steps
|
|
in memory or into a file, to be able to reconstruct a proper
|
|
proof later. *)
|
|
|
|
module Proof_ser = Proof_ser
|
|
module Storage = Storage
|
|
|
|
let iter_steps_backward = Storage.iter_steps_backward
|