Closed jeltsch closed 2 months ago
This modifies the import list of the chunk testing module such that (>>>) is imported via Control.Category instead of Control.Arrow, which effectively reduces the number of modules to be imported.
(>>>)
Control.Category
Control.Arrow
This modifies the import list of the chunk testing module such that
(>>>)
is imported viaControl.Category
instead ofControl.Arrow
, which effectively reduces the number of modules to be imported.