byte_0 : Bits8 ASCII code of '0'
Totality: total
Visibility: public exportbyte_1 : Bits8 ASCII code of '1'
Totality: total
Visibility: public exportbyte_2 : Bits8 ASCII code of '2'
Totality: total
Visibility: public exportbyte_3 : Bits8 ASCII code of '3'
Totality: total
Visibility: public exportbyte_4 : Bits8 ASCII code of '4'
Totality: total
Visibility: public exportbyte_5 : Bits8 ASCII code of '5'
Totality: total
Visibility: public exportbyte_6 : Bits8 ASCII code of '6'
Totality: total
Visibility: public exportbyte_7 : Bits8 ASCII code of '7'
Totality: total
Visibility: public exportbyte_8 : Bits8 ASCII code of '8'
Totality: total
Visibility: public exportbyte_9 : Bits8 ASCII code of '9'
Totality: total
Visibility: public exportbyte_a : Bits8 ASCII code of 'a'
Totality: total
Visibility: public exportbyte_b : Bits8 ASCII code of 'b'
Totality: total
Visibility: public exportbyte_c : Bits8 ASCII code of 'c'
Totality: total
Visibility: public exportbyte_d : Bits8 ASCII code of 'd'
Totality: total
Visibility: public exportbyte_e : Bits8 ASCII code of 'e'
Totality: total
Visibility: public exportbyte_f : Bits8 ASCII code of 'f'
Totality: total
Visibility: public exportbyte_g : Bits8 ASCII code of 'g'
Totality: total
Visibility: public exportbyte_h : Bits8 ASCII code of 'h'
Totality: total
Visibility: public exportbyte_i : Bits8 ASCII code of 'i'
Totality: total
Visibility: public exportbyte_j : Bits8 ASCII code of 'j'
Totality: total
Visibility: public exportbyte_k : Bits8 ASCII code of 'k'
Totality: total
Visibility: public exportbyte_l : Bits8 ASCII code of 'l'
Totality: total
Visibility: public exportbyte_m : Bits8 ASCII code of 'm'
Totality: total
Visibility: public exportbyte_n : Bits8 ASCII code of 'n'
Totality: total
Visibility: public exportbyte_o : Bits8 ASCII code of 'o'
Totality: total
Visibility: public exportbyte_p : Bits8 ASCII code of 'p'
Totality: total
Visibility: public exportbyte_q : Bits8 ASCII code of 'q'
Totality: total
Visibility: public exportbyte_r : Bits8 ASCII code of 'r'
Totality: total
Visibility: public exportbyte_s : Bits8 ASCII code of 's'
Totality: total
Visibility: public exportbyte_t : Bits8 ASCII code of 't'
Totality: total
Visibility: public exportbyte_u : Bits8 ASCII code of 'u'
Totality: total
Visibility: public exportbyte_v : Bits8 ASCII code of 'v'
Totality: total
Visibility: public exportbyte_w : Bits8 ASCII code of 'w'
Totality: total
Visibility: public exportbyte_x : Bits8 ASCII code of 'x'
Totality: total
Visibility: public exportbyte_y : Bits8 ASCII code of 'y'
Totality: total
Visibility: public exportbyte_z : Bits8 ASCII code of 'z'
Totality: total
Visibility: public exportbyte_A : Bits8 ASCII code of 'A'
Totality: total
Visibility: public exportbyte_B : Bits8 ASCII code of 'B'
Totality: total
Visibility: public exportbyte_C : Bits8 ASCII code of 'C'
Totality: total
Visibility: public exportbyte_D : Bits8 ASCII code of 'D'
Totality: total
Visibility: public exportbyte_E : Bits8 ASCII code of 'E'
Totality: total
Visibility: public exportbyte_F : Bits8 ASCII code of 'F'
Totality: total
Visibility: public exportbyte_G : Bits8 ASCII code of 'G'
Totality: total
Visibility: public exportbyte_H : Bits8 ASCII code of 'H'
Totality: total
Visibility: public exportbyte_I : Bits8 ASCII code of 'I'
Totality: total
Visibility: public exportbyte_J : Bits8 ASCII code of 'J'
Totality: total
Visibility: public exportbyte_K : Bits8 ASCII code of 'K'
Totality: total
Visibility: public exportbyte_L : Bits8 ASCII code of 'L'
Totality: total
Visibility: public exportbyte_M : Bits8 ASCII code of 'M'
Totality: total
Visibility: public exportbyte_N : Bits8 ASCII code of 'N'
Totality: total
Visibility: public exportbyte_O : Bits8 ASCII code of 'O'
Totality: total
Visibility: public exportbyte_P : Bits8 ASCII code of 'P'
Totality: total
Visibility: public exportbyte_Q : Bits8 ASCII code of 'Q'
Totality: total
Visibility: public exportbyte_R : Bits8 ASCII code of 'R'
Totality: total
Visibility: public exportbyte_S : Bits8 ASCII code of 'S'
Totality: total
Visibility: public exportbyte_T : Bits8 ASCII code of 'T'
Totality: total
Visibility: public exportbyte_U : Bits8 ASCII code of 'U'
Totality: total
Visibility: public exportbyte_V : Bits8 ASCII code of 'V'
Totality: total
Visibility: public exportbyte_W : Bits8 ASCII code of 'W'
Totality: total
Visibility: public exportbyte_X : Bits8 ASCII code of 'X'
Totality: total
Visibility: public exportbyte_Y : Bits8 ASCII code of 'Y'
Totality: total
Visibility: public exportbyte_Z : Bits8 ASCII code of 'Z'
Totality: total
Visibility: public exportinRange : (lo : Bits8) -> (hi : Bits8) -> Bits8 -> {auto 0 _ : lo <= hi = True} -> Bool- Totality: total
Visibility: public export isDigit : Bits8 -> Bool- Totality: total
Visibility: public export isLower : Bits8 -> Bool- Totality: total
Visibility: public export isUpper : Bits8 -> Bool- Totality: total
Visibility: public export isAlpha : Bits8 -> Bool- Totality: total
Visibility: public export isAlphaNum : Bits8 -> Bool- Totality: total
Visibility: public export isSpace : Bits8 -> Bool Returns true if the byte represents an ASCII whitespace character.
Totality: total
Visibility: public exportisNL : Bits8 -> Bool Returns true if the character represents a new line.
Totality: total
Visibility: public exporttoUpper : Bits8 -> Bits8 Convert a letter to the corresponding upper-case letter, if any.
Non-letters are ignored.
Totality: total
Visibility: public exporttoLower : Bits8 -> Bits8 Convert a letter to the corresponding lower-case letter, if any.
Non-letters are ignored.
Totality: total
Visibility: public exportisHexDigit : Bits8 -> Bool Returns true if the character is a hexadecimal digit i.e. in the range
[0-9][a-f][A-F].
Totality: total
Visibility: public exportisOctDigit : Bits8 -> Bool Returns true if the character is an octal digit.
Totality: total
Visibility: public exportisControl : Bits8 -> Bool Returns true if the character is a control ASCII character.
Totality: total
Visibility: public exportisDot : Bits8 -> Bool Returns true if the character equal the '.' ASCII character
Totality: total
Visibility: public exportisComma : Bits8 -> Bool Returns true if the character equal the ',' ASCII character
Totality: total
Visibility: public exportfromBitDigit : Bits8 -> Maybe Nat Try to convert a bit digit ('0' or '1') to
the natural number `0` or `1`.
Totality: total
Visibility: public exportfromOctDigit : Bits8 -> Maybe Nat Try to convert an ocatal digit to
the corresponding natural number.
Totality: total
Visibility: public exportfromDigit : Bits8 -> Maybe Nat Try to convert a decimal digit to
the corresponding natural number.
Implementation note: Profiling showed that a direct
pattern match on the input is considerable faster
than using subtraction together with `isDigit`.
Totality: total
Visibility: public exportfromHexDigit : Bits8 -> Maybe Nat Try to convert a hexadecimal digit to
the corresponding natural number.
Totality: total
Visibility: public export