The library at src/DNA.hs
implements an interesting DNA operation that I
learned about last year on Scott Aaronson's blog. It makes use of an
incredibly interesting approach I found for implementing the KMP Search
Algorithm in Haskell.
Interesting stuff! Stay tuned for more tales of interest!
Life is easier with stack. Do this:
$ stack init # first time only
$ stack build
$ stack exec recombinase