Skip to content

Instantly share code, notes, and snippets.

@adamczykm
Created July 21, 2015 00:35
Show Gist options
  • Save adamczykm/f6108a4882b3011d0fff to your computer and use it in GitHub Desktop.
Save adamczykm/f6108a4882b3011d0fff to your computer and use it in GitHub Desktop.
clearXmlEscapes s = foldr (\(old, new) str -> T.replace old new str) s xmlEscapes
where
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment