normalization-insensitive-2.0: Data/Unicode/NormalizationInsensitive/Unsafe.hs
{-# LANGUAGE NoImplicitPrelude, Unsafe #-}
-----------------------------------------------------------------------------
-- |
-- Module : Data.Unicode.NormalizationInsensitive.Unsafe
-- Copyright : (c) 2011-2013 Bas van Dijk,
-- (c) 2016 Patrick Pelletier
-- License : BSD-style (see the file LICENSE)
-- Maintainer : Patrick Pelletier <code@funwithsoftware.org>
--
-- Provides an unsafe way to create a normalization insensitive string-like value.
--
-----------------------------------------------------------------------------
module Data.Unicode.NormalizationInsensitive.Unsafe ( unsafeMk ) where
import Data.Unicode.NormalizationInsensitive.Internal ( unsafeMk )