diff options
author | Eduardo Julian | 2020-11-28 19:45:56 -0400 |
---|---|---|
committer | Eduardo Julian | 2020-11-28 19:45:56 -0400 |
commit | a02b7bf8ff358ccfa35b03272d28537aeac723ae (patch) | |
tree | 66f27c97f192d31d7cbee6b87be5ac6546640253 /stdlib/source/spec/compositor/analysis | |
parent | 889139602b77e4387a6e8bfbedacc2a08703e976 (diff) |
Added "private" macro to lux/debug.
Diffstat (limited to '')
-rw-r--r-- | stdlib/source/spec/compositor/analysis/type.lux | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/stdlib/source/spec/compositor/analysis/type.lux b/stdlib/source/spec/compositor/analysis/type.lux index 718c1d01e..7cbd5884b 100644 --- a/stdlib/source/spec/compositor/analysis/type.lux +++ b/stdlib/source/spec/compositor/analysis/type.lux @@ -1,16 +1,12 @@ (.module: [lux #* ["_" test (#+ Test)] - ["." type ("#@." equivalence)] [abstract [monad (#+ do)]] [control [pipe (#+ case>)] ["." io] ["." try]] - [data - ["." bit ("#@." equivalence)] - ["." text ("#@." equivalence)]] [math ["r" random (#+ Random)]] [macro |