Left package:formatting

Pad the left hand side of a string until it reaches k characters wide, if necessary filling with character c.
Pad the left hand side of a string until it reaches k characters wide, if necessary filling with character c.
Render the value in a Left with the given formatter, rendering a Right as an empty string:
>>> format (lefted text) (Left "bingo")
"bingo"
>>> format (lefted text) (Right 16)
""
Fit in the given length, truncating on the left.