IntersectMBO / lsm-tree

A Haskell library for on-disk tables based on LSM-Trees
Apache License 2.0
28 stars 7 forks source link

Tighten the imports of the chunk testing module #365

Closed jeltsch closed 2 months ago

jeltsch commented 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.