Skip to content

Instantly share code, notes, and snippets.

@VoQn
Created January 12, 2012 15:39
Show Gist options
  • Save VoQn/1601169 to your computer and use it in GitHub Desktop.
Save VoQn/1601169 to your computer and use it in GitHub Desktop.
import Data.List ( isInfixOf )
main = print . filter (isInfixOf "AAG") . sequence $ flip replicate "ACGT" 5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment