CombineCopyimport type { Combine } from "https://raw.githubusercontent.com/baetheus/fun/main/combinable.ts";The Combine function in a Combinable. type Combine<A> = (second: A) => (first: A) => A;§Type Parameters§A[src]§Type§(second: A) => (first: A) => A[src]