break
builtins.break
Primop
Docs pulled from | This Revision | 2 days ago
Takes 1 arguments
v
In debug mode (enabled using --debugger
), pause Nix expression evaluation and enter the REPL.
Otherwise, return the argument v
.
This function is not defined in a .nix file. It is likely a builtins function or an alias of a builtins function. builtins functions are predefined functions provided by Nix.
Noogle detected
Detected Type
break :: a -> a
Implementation
This function is implemented in c++ and is part of the native nix runtime.