module Binrep.Common.Via.Prim where

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