package stdcompat

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

Source file stdcompat__char.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
include Char

(*
let lowercase_ascii = Char.lowercase

let uppercase_ascii = Char.uppercase

let equal : t -> t -> bool = ( = )
*)

(*
let hash = Hashtbl.hash

let seeded_hash = Stdcompat__hashtbl.seeded_hash
*)
OCaml

Innovation. Community. Security.