ligo/MBytes.ml

7 lines
85 B
OCaml
Raw Normal View History

2019-02-26 01:29:29 +04:00
(* TEMPORARY: SHOULD BE ERASED *)
type t = Hex.t
let of_hex x = x
let to_hex x = x