Skip to content

Instantly share code, notes, and snippets.

@amonshiz
Last active August 29, 2015 14:12
Show Gist options
  • Save amonshiz/99f82cd742e04cef86d0 to your computer and use it in GitHub Desktop.
Save amonshiz/99f82cd742e04cef86d0 to your computer and use it in GitHub Desktop.
rnaConverter = foldr (\x acc -> if x == 'T' then 'U':acc else x:acc) []
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment