export function juxtAsync<T, A, B, C>(
    a: FnA<T, A>,
    b: FnA<T, B>,
    c: FnA<T, C>
): FnA<T, [A, B, C]>;