foundation-0.0.27: Alternative prelude with batteries and no dependencies
LicenseBSD-style
MaintainerFoundation
Safe HaskellNone
LanguageHaskell2010

Foundation.String.Builder

Description

String Builder

Synopsis

Documentation

toString :: Builder -> String Source #

run the builder and return a String

alias to runUnsafe

This function is not safe, prefer run.