Sign in
bazel
/
bazel
/
9ecc2b60b6260ca525cf0f5bbc16f4e18d39db6a
/
.
/
docs
/
versions
/
8.2.1
/
rules
/
lib
/
core
/
bool.mdx
blob: 2b5ddb9136115b66b8bed614fdc75d082eb7c1c8 [
file
]
---
title
:
'bool'
---
A type to represent booleans
.
There
are only two possible values
:
True
and
False
.
Any
value can be converted to a
boolean
using
the
[
bool
](
/versions/
8.2
.
1
/
rules
/
lib
/
globals
/
all
#bool) function.