packages feed

haskell-debugger-view-0.1.0.0: src/GHC/Debugger/View/ByteString.hs

{-# OPTIONS_GHC -Wno-orphans #-}
module GHC.Debugger.View.ByteString where

import GHC.Debugger.View.Class

import qualified Data.ByteString    as BS

instance DebugView BS.ByteString where
  debugValue  t = VarValue (show t) False
  debugFields _ = VarFields []