aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/macro/poly.lux
blob: 90c57c87cbb1dca058c5df7e02fcbd46aeb4576c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
(.module:
  [library
   [lux #*
    ["_" test (#+ Test)]]]
  [\\library
   ["." /]]
  ["." / #_
   ["#." equivalence]
   ["#." functor]
   ["#." json]])

(def: #export test
  Test
  (<| (_.covering /._)
      ($_ _.and
          /equivalence.test
          /functor.test
          /json.test
          )))