ligo/MBytes.ml
2019-02-25 21:29:29 +00:00

7 lines
85 B
OCaml

(* TEMPORARY: SHOULD BE ERASED *)
type t = Hex.t
let of_hex x = x
let to_hex x = x