Idris2/tests/idris2/interactive019/expected
mapf0ld e15b1f0c78
[ refactor ] ltrim in terms of asList (#894)
Co-authored-by: Guillaume ALLAIS <guillaume.allais@ens-lyon.org>
2021-01-22 15:07:23 +00:00

29 lines
661 B
Plaintext

1/1: Building TypeSearch (TypeSearch.idr)
Main> prim__cast_CharString : Char -> String
Main.sameSig : Char -> String
Data.Strings.singleton : Char -> String
Totality: total
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!