Curry7<T1, T2, T3, T4, T5, T6, T7, R> extension
- on
-
- Map7<T1, T2, T3, T4, T5, T6, T7, R>
Properties
-
curry
→ Map1<T1, Map1<T2, Map1<T3, Map1<T4, Map1<T5, Map1<T6, Map1<T7, R>>>>>>>
-
Available on Map7<T1, T2, T3, T4, T5, T6, T7, R>,
provided by the Curry7 extension
Converts a function with 7 positional arguments into a sequence of 7
functions taking a single argument.
no setter