Sign in
bazel
/
bazel
/
b1778f2f3556271a4e01bc246ffd795cc249bb1c
/
.
/
docs
/
versions
/
8.0.1
/
rules
/
lib
/
core
/
bool.mdx
blob: 21a262c073a7d9c15d9a78daf1e15252a30356be [
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.0
.
1
/
rules
/
lib
/
globals
/
all
#bool) function.