aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/world.lux
blob: bfd9e6194b194438495c123f776ac7ccdac606dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
(.module:
  [lux #*
   ["_" test (#+ Test)]]
  ["." / #_
   ["#." binary]
   ["#." file]
   ])

(def: #export test
  Test
  ($_ _.and
      /binary.test
      /file.test
      ))