wreq-stringless-0.5.9.1: Simple wrapper to use wreq without Strings

Safe HaskellSafe
LanguageHaskell2010

Network.Wreq.StringLess.StringLike

Description

Simple Type-Class to use string-like datatypes instead of String.

Documentation

class IsString s => StringLike s where #

Minimal complete definition

toString

Methods

toString :: s -> String #