mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-17 16:21:46 +03:00
9f906bed81
This was changed due to the recent multiplicity update.
27 lines
644 B
Plaintext
27 lines
644 B
Plaintext
1/1: Building TypeSearch (TypeSearch.idr)
|
|
Main> prim__cast_CharString : Char -> String
|
|
|
|
Main.sameSig : Char -> String
|
|
|
|
Data.Strings.singleton : Char -> String
|
|
|
|
Prelude.Types.cast : Char -> String
|
|
|
|
Prelude.Show.show : Char -> String
|
|
Main> Prelude.const : a -> b -> a
|
|
Constant function. Ignores its second argument.
|
|
|
|
Totality: total
|
|
Main> Prelude.toUpper : Char -> Char
|
|
Convert a letter to the corresponding upper-case letter, if any.
|
|
Non-letters are ignored.
|
|
|
|
Totality: total
|
|
|
|
Prelude.toLower : Char -> Char
|
|
Convert a letter to the corresponding lower-case letter, if any.
|
|
Non-letters are ignored.
|
|
|
|
Totality: total
|
|
Main> Bye for now!
|