aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/abstract.lux
blob: b35b381371cfe2ada0032d9b2e2aed9ab351e7be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
(.module:
  [lux #*
   ["_" test (#+ Test)]]
  ["." / #_
   ["#." codec]
   ["#." enum]
   ["#." interval]])

(def: #export test
  Test
  ($_ _.and
      /codec.test
      /enum.test
      /interval.test
      ))