combobuffer-0.2: Various buffer implementations

Safe HaskellNone

Data.RingBuffer.TGen

Description

Template Haskell splices to create constant-sized vectors and RingBuffer instances for them

Documentation

mkVecFromTo :: Int -> Int -> Type -> [TyVarBndr] -> [Char] -> Q [Dec]Source

mkVec :: Type -> [TyVarBndr] -> [Char] -> Int -> Q [Dec]Source