CheatSheet 2.3 → 2.4
raw patch · 3 files changed
+6/−6 lines, 3 files
Files
- CheatSheet.cabal +4/−4
- CheatSheet.lhs +2/−2
- CheatSheet.pdf binary
CheatSheet.cabal view
@@ -1,7 +1,7 @@ Name: CheatSheet License: BSD3 License-File: LICENSE-Version: 2.3+Version: 2.4 Homepage: http://cheatsheet.codeslower.com Maintainer: Justin Bailey <jgbailey@codeslower.com> Author: Justin Bailey <jgbailey@codeslower.com>@@ -22,10 +22,10 @@ Build-Depends: base >= 3 && < 5, containers, directory Source-repository head- Type: git+ type: git location: git://github.com/m4dc4p/cheatsheet.git Source-repository this- Type: git+ type: git location: git://github.com/m4dc4p/cheatsheet.git- tag: v2.3 + tag: v2.4
CheatSheet.lhs view
@@ -1072,7 +1072,7 @@ The @do@ keyword indicates that the code to follow will be in a \emph{monadic} context. Statements are separated by newlines, assignment is indicated by- @<-@, and a @let@ form is introduce which does not require the @in@ keyword.+ @<-@, and a @let@ form is introduced which does not require the @in@ keyword. \sshd{If and IO}\label{if-io} @@ -1531,7 +1531,7 @@ \hd{Version}\label{version} - This is version 2.3. The source can be found at GitHub+ This is version 2.4. The source can be found at GitHub (\url{http://github.com/m4dc4p/cheatsheet}). The latest released version of the PDF can be downloaded from \url{http://cheatsheet.codeslower.com}. Visit CodeSlower.com
CheatSheet.pdf view
binary file changed (166196 → 166192 bytes)