formulae v0.5.0 Permutations

Helper to calculate all the permutations of the list given.

The maximal allowed number of permutations is limited to 12.

Link to this section Summary

Functions

Calculates all permutations of an empty list, returning an empty list

Calculates all permutations of an empty list, returning an empty list

Calculates all permutations of a list having a single keyword element, returning the keyword wrapped into a list.

Calculates the permutations of 10 for the list given

Calculates the permutations of 11 for the list given

Calculates the permutations of 12 for the list given

Calculates the permutations of 2 for the list given

Calculates the permutations of 3 for the list given

Calculates the permutations of 4 for the list given

Calculates the permutations of 5 for the list given

Calculates the permutations of 6 for the list given

Calculates the permutations of 7 for the list given

Calculates the permutations of 8 for the list given

Calculates the permutations of 9 for the list given

Link to this section Functions

Link to this function

do_0()

do_0() :: []

Calculates all permutations of an empty list, returning an empty list

Link to this function

do_0(list)

do_0([]) :: []

Calculates all permutations of an empty list, returning an empty list

Link to this function

do_1(kw)

do_1(kw :: keyword()) :: [keyword()]

Calculates all permutations of a list having a single keyword element, returning the keyword wrapped into a list.

Calculates the permutations of 10 for the list given

Calculates the permutations of 11 for the list given

Calculates the permutations of 12 for the list given

Calculates the permutations of 2 for the list given

Calculates the permutations of 3 for the list given

Calculates the permutations of 4 for the list given

Calculates the permutations of 5 for the list given

Calculates the permutations of 6 for the list given

Calculates the permutations of 7 for the list given

Calculates the permutations of 8 for the list given

Calculates the permutations of 9 for the list given