ligo/MBytes.ml

7 lines
85 B
OCaml
Raw Normal View History

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