Skip to content

Commit

Permalink
Spacing.
Browse files Browse the repository at this point in the history
  • Loading branch information
rudymatela committed Mar 7, 2014
1 parent b64b4a9 commit dfd2f70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion haskell-ucs.tex
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ \section{List Comprehensions}
\li[pairs where sum=4] [(x,y) | \li
\s\s{}x <- [0..4], \li
\s\s{}y <- [0..4], \li
\s\s{}x + y == 4] \li
\s\s{}x + y == 4] \li
== [(0,4),(1,3),(2,2),...]
\end{ldesc}

Expand Down

0 comments on commit dfd2f70

Please sign in to comment.