name: 'false' type: boolean constructorArgs: ['false'] renameInGlobalScope: false
Primitive value.
It can be returned by comparison operators and used in conditional expressions.
The name false is not special, and can be shadowed:
nix-repl> let false = 1; in false
1