aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/abstract/functor/contravariant.lux
blob: 93d1f18ad53e4d8bbe7a9bfd692e41235a3a92e6 (plain)
1
2
3
4
5
6
7
8
9
10
(.module:
  [lux #*
   ["_" test (#+ Test)]]
  {1
   ["." /]})

(def: #export test
  Test
  (<| (_.covering /._)
      (_.in-parallel (list))))