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