Data-Rope-0.2: Data/Rope/Char8.lhs
\begin{code}
module Data.Rope.Char8 where
import qualified Data.Rope as R
import Data.Rope.Internals
singleton::Word8->Rope
singleton x=(R.singleton).w2c
\end{code}\begin{code}
module Data.Rope.Char8 where
import qualified Data.Rope as R
import Data.Rope.Internals
singleton::Word8->Rope
singleton x=(R.singleton).w2c
\end{code}