query
On this page

lazyAttrsOf

lib.types.lazyAttrsOf

Docs pulled from | This Revision | 10 minutes ago


error that it's not defined. Use only if conditional definitions don't make sense.


Noogle detected

Implementation

The following is the current implementation of this function.

lazyAttrsOf =
        elemType:
        attrsWith {
          inherit elemType;
          lazy = true;
        };