package base

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
val zero : t

The result of summing no values.

val (+) : t -> t -> t

An operation that combines two t's and handles zero + x by just returning x, as well as in the symmetric case.