/Prelude-v21.1.0/Bool/show.dhall
Copy path to clipboardRender a Bool
as Text
using the same representation as Dhall source code
(i.e. beginning with a capital letter)
Examples
show True ≡ "True"
show False ≡ "False"
Render a Bool
as Text
using the same representation as Dhall source code
(i.e. beginning with a capital letter)
show True ≡ "True"
show False ≡ "False"