Module Ledger.Any_ledger

module Location = Location
type witness

The type of the witness for a base ledger exposed here so that it can * be easily accessed from outside this module

val sexp_of_witness : witness -> Ppx_sexp_conv_lib.Sexp.t
val cast : (module Base_intf with type t = 'a) -> 'a -> witness
module M : Base_intf with type t = witness