nonempty-wrapper-0.1.1.0: Create NonEmpty version of any container
CopyrightGautier DI FOLCO
LicenseISC
MaintainerGautier DI FOLCO <foss@difolco.dev>
StabilityUnstable
PortabilityGHC
Safe HaskellNone
LanguageHaskell2010

Data.NonEmpty.QQ

Contents

Description

Create NonEmpty values from quasi-quoting instead of unsafe functions.

Since 0.1.1.0

Synopsis

Documentation

neString :: QuasiQuoter Source #

Build a NonEmpty IsString safely.

[neString|something|]

Since 0.1.1.0

Re-export

trustedNonEmpty :: a -> NonEmpty a Source #

Trusted value