| Value | Description |
val add : byte -> byte -> byte | |
val compare : byte -> byte -> int | |
val div : byte -> byte -> byte | |
val logand : byte -> byte -> byte | |
val lognot : byte -> byte | |
val logor : byte -> byte -> byte | |
val logxor : byte -> byte -> byte | |
val mul : byte -> byte -> byte | |
val of_char : char -> byte | |
val of_int : int -> byte | |
val of_string : string -> byte | |
val one : byte | |
val pred : byte -> byte | |
val rem : byte -> byte -> byte | |
val shift_left : byte -> int -> byte | |
val shift_right : byte -> int -> byte | |
val shift_right_logical : byte -> int -> byte | |
val sub : byte -> byte -> byte | |
val succ : byte -> byte | |
val to_char : byte -> char | |
val to_int : byte -> int | |
val to_string : byte -> string | |
val zero : byte | |