Sign in
bazel
/
bazel
/
2d8cb85caea28d979c50153da4e4c0812130c945
/
.
/
docs
/
versions
/
8.4.2
/
rules
/
lib
/
core
/
bool.mdx
blob: 561c799bd8ed10b88677eff7f9c45c82700b3ae2 [
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.4
.
2
/
rules
/
lib
/
globals
/
all
#bool) function.