package bos

  1. Overview
  2. Docs
Basic OS interaction for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

bos-0.2.1.tbz
sha512=8daeb8a4c2dd1f2460f6274ada19f4f1b6ebe875ff83a938c93418ce0e6bdb74b8afc5c9a7d410c1c9df2dad030e4fa276b6ed2da580639484e8b5bc92610b1d

doc/bos.setup/Bos_setup/Char/index.html

Module Bos_setup.Char

include module type of struct include Astring.Char end
type t = char
val of_byte : int -> char
val unsafe_of_byte : int -> char
val of_int : int -> char option
val to_int : char -> int
val hash : char -> int
val equal : char -> char -> bool
val compare : char -> char -> int
module Ascii = Astring.Char.Ascii
val pp : Format.formatter -> char -> unit
val dump : Format.formatter -> char -> unit
OCaml

Innovation. Community. Security.