Module Import

module Import: sig .. end
This module is a grab bag. Originally, it was the imports used in all the Zero library modules. One nice thing it does is to remove polymorphic comparison functions. This module doesn't make so much sense now that Zero is in Core. We're trying to figure out what to do with it.

val __pa_ounit_275876e34cf609db118f3d84b799a790 : string

This module is a grab bag. Originally, it was the imports used in all the Zero library modules. One nice thing it does is to remove polymorphic comparison functions. This module doesn't make so much sense now that Zero is in Core. We're trying to figure out what to do with it.
val _squelch_unused_module_warning_ : unit
val concat : ?sep:String.t ->
String.t list -> String.t
val log : string -> 'a -> ('a -> Sexplib.Sexp.t) -> unit
val log_string : string -> unit
val is_error : ('a, 'b) Result.t -> bool
val is_ok : ('a, 'b) Result.t -> bool
val does_fail : (unit -> 'a) -> bool
include Int.Replace_polymorphic_compare
module Poly: Polymorphic_compare
module Debug: 
functor (M : sig
end) -> sig .. end

This module is a grab bag. Originally, it was the imports used in all the Zero library modules. One nice thing it does is to remove polymorphic comparison functions. This module doesn't make so much sense now that Zero is in Core. We're trying to figure out what to do with it.