]> Git — Sourcephile - gargantext.git/blob - Data.ByteString/Extended.hs
[TYPO]
[gargantext.git] / Data.ByteString / Extended.hs
1 {-# OPTIONS_GHC -fno-warn-orphans #-}
2
3 module Data.ByteString.Extended ( module Data.ByteString
4 , replace
5 ) where
6 import Data.ByteString
7
8 replace :: ByteString -> ByteString -> ByteString -> ByteString
9 replace = undefined
10
11 -- instance (Binary k, Binary v) => Binary (HaskMap k v) where
12 -- ...