UNPKG

lean4-code-actions

Version:

Refactorings and snippets for Lean 4

6 lines (3 loc) 124 B
import { Mapper, MapperP } from '../Mapper' export type Evolver<T> = Mapper<T, T> export type EvolverP<T> = MapperP<T, T>