File: ByteString.hs

package info (click to toggle)
haskell-intern 0.9.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 172 kB
  • sloc: haskell: 952; makefile: 2; sh: 1
file content (6 lines) | stat: -rw-r--r-- 130 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
module Data.Interned.ByteString
  ( InternedByteString(internedByteStringId)
  ) where

import Data.Interned.Internal.ByteString