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

(def: #export test
  Test
  (<| (_.covering /._)
      (_.in_parallel (list))))