query
On this page

seq

builtins.seq

Primop
Docs pulled from | This Revision | 1 day ago

Takes 2 arguments

e1, e2


Evaluate e1, then evaluate and return e2. This ensures that a computation is strict in the value of e1.

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

Aliases

Detected Type
seq :: a -> b -> b

Implementation

This function is implemented in c++ and is part of the native nix runtime.