std.char

A character type.

Values

#[implicit]
let eq : Eq Char

Eq a defines equality (==) on a

#[implicit]
let ord : Ord Char

Ord a defines an ordering on a

#[implicit]
let show : Show Char

Show a represents a conversion function from a to a readable string.

let from_int : Int -> Option Char

let to_int : Char -> Int

let is_digit : Char -> Int -> Bool

let to_digit : Char -> Int -> Option Int

let len_utf8 : Char -> Int

let len_utf16 : Char -> Int

let is_alphabetic : Char -> Bool

let is_lowercase : Char -> Bool

let is_uppercase : Char -> Bool

let is_whitespace : Char -> Bool

let is_alphanumeric : Char -> Bool

let is_control : Char -> Bool

let is_numeric : Char -> Bool