Module Rollup_services.Block_id

type t =
  1. | Head
  2. | Level of Stdlib.Int32.t
val construct : t -> string
val destruct : string -> (t, string) Stdlib.result