packages feed

hls-refactor-plugin-1.0.0.0: test/data/hiding/HideType.expected.A.hs

module HideType where

import AVec (Vec, fromList)
import BVec (fromList, (++))
import CVec hiding (Vec, cons)
import DVec hiding (Vec, cons, snoc)
import EVec as E hiding (Vec)

type TheType = Vec