query
On this page

defaultFunctor

lib.types.defaultFunctor

Docs pulled from | This Revision | 10 minutes ago


Default type functor


Noogle detected

Aliases

Implementation

The following is the current implementation of this function.

defaultFunctor = name: {
      inherit name;
      type = types.${name} or null;
      wrapped = null;
      payload = null;
      binOp = a: b: null;
    };