packages feed

hls-refactor-plugin-1.0.0.0: test/data/hiding/HideFunction.expected.append.Prelude.hs

module HideFunction where

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

theFun = fromList

theOp = (++)