numerals-0.1: Utilities for working with numerals

Text.Numeral.Joinable

Synopsis

Documentation

class Joinable s whereSource

Class of string-like types which can be joined.

Methods

(<>) :: s -> s -> sSource

(<+>) :: s -> s -> sSource

(<->) :: (Joinable s, IsString s) => s -> s -> sSource

space :: (Joinable s, IsString s) => s -> s -> sSource