unhighlight explain code

This commit is contained in:
Yann Esposito (Yogsototh) 2012-06-13 00:45:00 +02:00
parent 7e023469e1
commit e62e23d01c

View file

@ -18,7 +18,7 @@ Some points:
Then here is how I imagine things should go. Then here is how I imagine things should go.
First, what the main loop should look like: First, what the main loop should look like:
<code class="haskell"> <code class="no-highlight">
functionalMainLoop = functionalMainLoop =
Read user inputs and provide a list of actions Read user inputs and provide a list of actions
Apply all actions to the World Apply all actions to the World