definition: |
w7Tuple :: (Data a, Data b, Data c, Data d, Data e, Data f, Data g) => WuiSpec a -> WuiSpec b -> WuiSpec c -> WuiSpec d -> WuiSpec e -> WuiSpec f -> WuiSpec g -> WuiSpec (a,b,c,d,e,f,g) --w7Tuple = wCons7 (\a b c d e f g -> (a,b,c,d,e,f,g)) w7Tuple wa wb wc wd we wf wg = transformWSpec (\ ((a,b,c,d),(e,f,g)) -> (a,b,c,d,e,f,g), \ (a,b,c,d,e,f,g) -> ((a,b,c,d),(e,f,g))) (wJoinTuple (w4Tuple wa wb wc wd) (wTriple we wf wg)) |
demand: |
arguments 8 9 10 11 12 13 14 |
deterministic: |
deterministic operation |
documentation: |
--- WUI combinator for tuples of arity 7. |
failfree: |
<FAILING> |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_,_,_,_,_,_,_,_,_,_,_,_,_,_) |-> {WuiSpec}} |
name: |
w7Tuple |
precedence: |
no precedence defined |
result-values: |
{WuiSpec} |
signature: |
(Prelude.Data a, Prelude.Data b, Prelude.Data c, Prelude.Data d, Prelude.Data e, Prelude.Data f, Prelude.Data g) => WuiSpec a -> WuiSpec b -> WuiSpec c -> WuiSpec d -> WuiSpec e -> WuiSpec f -> WuiSpec g -> WuiSpec (a, b, c, d, e, f, g) |
solution-complete: |
operation might suspend on free variables |
terminating: |
yes |
totally-defined: |
possibly non-reducible on same data term |