winter / io.jentz.winter / GFactory1

GFactory1

typealias GFactory1<A, R> = Graph.(A) -> R

One argument factory function signature with Graph as receiver.