File: stdcompat__char.ml.in

package info (click to toggle)
ocaml-stdcompat 14-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 5,152 kB
  • sloc: ml: 22,329; makefile: 211; sh: 120
file content (9 lines) | stat: -rw-r--r-- 167 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
include Char

@BEGIN_BEFORE_4_03_0@
let lowercase_ascii = Char.lowercase

let uppercase_ascii = Char.uppercase

let equal : t -> t -> bool = ( = )
@END_BEFORE_4_03_0@