defaultFunctor
lib.defaultFunctor
Docs pulled from | This Revision | 13 minutes 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;
};