defaultFunctor
lib.types.defaultFunctor
Docs pulled from | This Revision | 4 days ago
Default type functor
Noogle detected
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;
    };