X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/037f2c36412a5b82d972557fbd4d4566732a1436..e8a34ec0e718448d367e677fdd88eda8c3ceaefc:/helpers.lua?ds=inline diff --git a/helpers.lua b/helpers.lua index d3fa259..d6f6b3c 100644 --- a/helpers.lua +++ b/helpers.lua @@ -187,7 +187,7 @@ function helpers.trivial_partition_set(set) return ss end --- creates the powerset of a given set +-- create the powerset of a given set function helpers.powerset(s) if not s then return {} end local t = {{}}