hls-refactor-plugin-1.0.0.0: test/data/hiding/HideType.expected.E.hs
module HideType where import AVec ( fromList) import BVec (fromList, (++)) import CVec hiding (Vec, cons) import DVec hiding (Vec, cons, snoc) import EVec as E type TheType = Vec
module HideType where import AVec ( fromList) import BVec (fromList, (++)) import CVec hiding (Vec, cons) import DVec hiding (Vec, cons, snoc) import EVec as E type TheType = Vec