wireframes.common documentation

decrement-offset

(decrement-offset n)

pad

(pad s n)

parse-csv

parse-double

(parse-double s)

parse-int

(parse-int s)(parse-int s r)

parse-string

(parse-string regex element-converter s)

simple-concat

(simple-concat xs ys)
Useful for when (count xs) is small, cons's the xs onto the front of the ys
without the overhead of lazy thunking. Disadvantage is that for large xs
stack overflow may occur.