package batteries

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = unit output
val compare : _ output -> _ output -> int

A total order on outputs

val hash : _ output -> int

A hash function for outputs

val equal : _ output -> _ output -> bool