Add more arithmetic examples

This commit is contained in:
Julian Ospald 2015-04-29 22:09:37 +02:00
부모 392e1cd09e
커밋 32247fc5da
No known key found for this signature in database
GPG 키 ID: 220CD1C5BDEED020
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제

파일 보기

@ -4,5 +4,6 @@
> 6 * 5.0
> "Hello" ++ " world"
> "Haskell" > "C++"
> 3 > 4
> True && False
\end{haskellcode*}