:: int -> int -> int -> int package:string-combinators

mid m x y Puts x and y around m. Note that: mid m x y = between x y m.
between b c s wraps the string-like s between b and c.