export interface FunctorInterface { map: (f: Function) => FunctorInterface; } //# sourceMappingURL=Functor.d.ts.map