Sha256: fa30bd9ee919acf5b2bd70ec912bb1be256305bd0bbbd225f16f9f2a68299c19
Contents?: true
Size: 324 Bytes
Versions: 3
Compression:
Stored size: 324 Bytes
Contents
<h1>Markdown</h1> <p>Except with more magic added.</p> <pre><code class="haskell">isPrefixOf :: (Eq a) => [a] -> [a] -> Bool isPrefixOf [] _ = True isPrefixOf _ [] = False isPrefixOf (x:xs) (y:ys)= x == y && isPrefixOf xs ys </code></pre> <p>And Haskell. A lot of Haskell.</p>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
github-markup-1.0.2 | test/markups/README.lhs.html |
github-markup-1.0.1 | test/markups/README.lhs.html |
github-markup-1.0.0 | test/markups/README.lhs.html |