aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/abstract/functor/contravariant.lux
blob: ee3af66071addac8192e52f0f4a6fa395a4f250e (plain)
1
2
3
4
5
6
7
8
9
10
11
(.using
 [library
  [lux "*"
   ["_" test (.only Test)]]]
 [\\library
  ["[0]" /]])

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