{-# LANGUAGE TemplateHaskell #-} module NoSlow.Mini.Vector.Unsafe.Boxed where import qualified NoSlow.Backend.Vector.Unsafe as Impl import qualified NoSlow.Mini.Kernels as K import NoSlow.Backend.TH type Spec_Vector = Impl.Vector type Spec_Elem = () class Spec_Context v a $(specialise K.kernels)