albatross/src/vmm_compress.mli

5 lines
147 B
OCaml
Raw Permalink Normal View History

2018-10-23 22:13:47 +00:00
(* (c) 2018 Hannes Mehnert, all rights reserved *)
2018-10-22 21:20:00 +00:00
val compress : ?level:int -> string -> string
val uncompress : string -> (string, unit) result