packages feed

binrep-1.1.0: src/Binrep/Common/Via/Prim.hs

module Binrep.Common.Via.Prim where

-- | DerivingVia newtype for types which can borrow from 'Prim''.
newtype ViaPrim a = ViaPrim { unViaPrim :: a }