Execute a Markov algorithm: Difference between revisions

Content added Content deleted
(Added Haskell.)
m (→‎{{header|Haskell}}: Phooey, signatures don't work in comments.)
Line 157: Line 157:


=={{header|Haskell}}==
=={{header|Haskell}}==
<!-- This is essentially correct, but it could use some prettifying and a better interface. I'll make these changes sometime in the next few days (if nobody beats me to it). ~~~~ -->
<!-- This is essentially correct, but it could use some prettifying and a better interface. I'll make these changes sometime in the next few days (if nobody beats me to it). -->


<lang haskell>import Data.List (isPrefixOf)
<lang haskell>import Data.List (isPrefixOf)