mirror of
https://github.com/byteverse/colonnade.git
synced 2026-01-26 06:01:57 +01:00
9 lines
139 B
Haskell
9 lines
139 B
Haskell
module Siphon.Content
|
|
( byteStringChar8
|
|
, text
|
|
) where
|
|
|
|
import Siphon.Internal (byteStringChar8)
|
|
import Siphon.Internal.Text (text)
|
|
|