export function juxt<T, A, B, C, D, E, F, G, H>(
    a: Fn<T, A>,
    b: Fn<T, B>,
    c: Fn<T, C>,
    d: Fn<T, D>,