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

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