package shell

  1. Overview
  2. Docs
Yet another implementation of fork&exec and related functionality

Install

Dune Dependency

Authors

Maintainers

Sources

shell-v0.14.0.tar.gz
sha256=dea47dfd44f8dd736b6ea0394bad5e9302c65c4c7243e73be2e05fe4381aef4f
md5=a91101aef477f2bd563c24f218ae0bd3

doc/shell.unix_extended/Unix_extended/Inet_port/index.html

Module Unix_extended.Inet_portSource

Simple int wrapper to be explicit about ports.

Sourcetype t
Sourceval sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
Sourceval of_int : int -> t option
Sourceval of_int_exn : int -> t
Sourceval of_string : string -> t option
Sourceval of_string_exn : string -> t
Sourceval to_int : t -> int
Sourceval to_string : t -> string
include Core.Comparable.S_plain with type t := t
val (>=) : t -> t -> bool
val (<=) : t -> t -> bool
val (=) : t -> t -> bool
val (>) : t -> t -> bool
val (<) : t -> t -> bool
val (<>) : t -> t -> bool
val equal : t -> t -> bool
val compare : t -> t -> int
val min : t -> t -> t
val max : t -> t -> t
val ascending : t -> t -> int
val descending : t -> t -> int
val between : t -> low:t -> high:t -> bool
val clamp_exn : t -> min:t -> max:t -> t
val clamp : t -> min:t -> max:t -> t Base.Or_error.t
Sourcetype comparator_witness
val comparator : (t, comparator_witness) Base__Comparator.t
val validate_lbound : min:t Base.Maybe_bound.t -> t Base.Validate.check
val validate_ubound : max:t Base.Maybe_bound.t -> t Base.Validate.check
val validate_bound : min:t Base.Maybe_bound.t -> max:t Base.Maybe_bound.t -> t Base.Validate.check
module Replace_polymorphic_compare : sig ... end
module Map : sig ... end
module Set : sig ... end
Sourcemodule Stable : sig ... end
OCaml

Innovation. Community. Security.