Execute a Markov algorithm: Difference between revisions

m
→‎{{header|Haskell}}: Phooey, signatures don't work in comments.
(Added Haskell.)
m (→‎{{header|Haskell}}: Phooey, signatures don't work in comments.)
Line 157:
 
=={{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). ~~~~ -->
 
<lang haskell>import Data.List (isPrefixOf)
845

edits