/** * @tsplus static DSL succeedF */ export function succeedF(F: Covariant & Any) { return (a: A): HKT.Kind => F.map(() => a)(F.any()) }