Help for this page
angle :: String -> String angle s = surround "<" ">" s ... braces = surround "{" "}" ... etc.