query
On this page

defaultFunctor

lib.types.defaultFunctor

Docs pulled from | This Revision | about 2 hours 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;
  };