package bos

  1. Overview
  2. Docs
Basic OS interaction for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

bos-0.2.0.tbz
sha256=8c27b2cbc89a9e7ca32ecf8b232ab5c8c91c395dc4d1916cc9ddbe8c3a8e20e8
md5=aeae7447567db459c856ee41b5a66fd2

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.