updated slightly the code for a better display of slides

This commit is contained in:
Yann Esposito (Yogsototh) 2013-01-22 15:29:09 +01:00
parent a69273659a
commit 7adcbebeec

View file

@ -991,7 +991,7 @@ depth = cata phi where
phi :: Algebra TreeF Int -- TreeF Int -> Int
phi (Node x sons) = 1 + foldr max 0 sons</code></pre>
<div class="flush"></div></section>
<section class="slide">
<section class="slide last">
<h2 id="conclusion">Conclusion</h2>
<p>Category Theory oriented Programming:</p>
<ul>