multipass-0.1: Data/Pass/L/By.hs
module Data.Pass.L.By (By(..)) where import Data.Pass.L.Estimator class By k where by :: k a b -> Estimator -> k a b
module Data.Pass.L.By (By(..)) where import Data.Pass.L.Estimator class By k where by :: k a b -> Estimator -> k a b