import { Mapper } from '../Mapper' export const over = (from: From) => (mapper: Mapper) => mapper(from)