query
On this page

seq

lib.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.


Noogle detected

Aliases

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

Implementation

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