Advertisement
bvdeenen

cmi2mli

May 9th, 2019
802
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
OCaml 0.63 KB | None | 0 0
  1. find _build/ -name "*.cmi"
  2. _build/default/src/.read_heights.objs/byte/read_heights.cmi
  3. _build/default/src/.read_heights.inline-tests/.read_heights.inline-tests.eobjs/byte/run.cmi
  4. cmitomli _build/default/src/.read_heights.objs/byte/read_heights.cmi
  5. type hgt = { data : Core.Bytes.t; xlen : int; lat : float; lon : float; }
  6. val get_hgt : string -> string -> hgt
  7. val get_alt : hgt -> float -> float -> float
  8. val stream_fold : ('a -> 'b -> 'b) -> 'a Stream.t -> 'b -> 'b
  9. val line_stream : Core.In_channel.t -> Base.string Stream.t
  10. type hgt_record = { p : string; z : string; }
  11. val get_map_files : string -> (string, hgt_record) Core.Hashtbl.t
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement