-- |
-- Module      : Streamly.Unicode.String
-- Copyright   : (c) 2022 Composewell Technologies
-- License     : BSD-3-Clause
-- Maintainer  : streamly@composewell.com
-- Stability   : released
-- Portability : GHC
--
-- Convenient template Haskell quasiquoters to format strings.

module Streamly.Unicode.String
    ( str
    )
where

import Streamly.Internal.Unicode.String