package core

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Comparable.Validate_with_zeroSource

Parameters

module T : sig ... end

Signature

Sourceval validate_lbound : min:T.t Maybe_bound.t -> T.t Validate.check
Sourceval validate_ubound : max:T.t Maybe_bound.t -> T.t Validate.check
Sourceval validate_bound : min:T.t Maybe_bound.t -> max:T.t Maybe_bound.t -> T.t Validate.check
Sourceval validate_positive : T.t Validate.check
Sourceval validate_non_negative : T.t Validate.check
Sourceval validate_negative : T.t Validate.check
Sourceval validate_non_positive : T.t Validate.check
OCaml

Innovation. Community. Security.