1
1
mirror of https://github.com/thma/WhyHaskellMatters.git synced 2024-10-04 01:08:49 +03:00
Commit Graph

89 Commits

Author SHA1 Message Date
Mahler, Thomas
e6fe297323 clean up a bit. 2020-10-26 13:44:10 +01:00
Mahler, Thomas
96674c2a87 add implementaion for Luhn algorithm. 2020-10-25 17:49:43 +01:00
Mahler, Thomas
375349dfb6 Merge remote-tracking branch 'origin/master' 2020-10-25 10:43:41 +01:00
Mahler, Thomas
55189b4b64 add implementaion for Luhn algorithm. 2020-10-25 10:43:26 +01:00
Thomas Mahler
d11fa94755
Update haskell.yml 2020-10-22 10:12:41 +02:00
Mahler, Thomas
804f5c3e11 correct stack.yaml 2020-10-22 10:03:46 +02:00
Mahler, Thomas
24835c9a74 update the code examples 2020-10-21 17:49:09 +02:00
thma
48356d7151
Merge pull request #5 from behnoodk/patch-1
Fix two small typos
2020-04-30 18:22:24 +02:00
Behnood Khani
4e8e02d56f
Fix two small typos
I really enjoyed reading this article. A light and balanced introduction of FP concepts and Haskell.
Thank you :)
2020-04-30 18:56:08 +04:30
Mahler, Thomas
78219891bc add link to ROP slides 2020-04-25 21:06:49 +02:00
thma
f61800e731
Merge pull request #4 from skrapi/master
Grammar and spelling fixes
2020-04-24 21:31:09 +02:00
Sylvan
0df1449ae4 Finished grammar changes 2020-04-24 18:47:51 +02:00
Sylvan
128f1bdb3e Made changes up to Total Functions line 1449 2020-04-24 16:29:13 +02:00
thma
8c7909cd86
Merge pull request #3 from Viir/patch-1
Fix typo
2020-04-20 09:00:08 +02:00
Michael Rätzel
c47e63b61c
Fix typo
Danke für den Artikel, sehr interessant!
2020-04-19 20:32:31 +00:00
Mahler, Thomas
4368775652 enhance the proof section 2020-04-17 16:37:03 +02:00
Thomas Mahler
7d80675139 remove misplaced reference to even 2020-04-16 22:00:31 +02:00
thma
adb738b335
Merge pull request #1 from moodmosaic/patch-1
add missing dot
2020-04-16 20:25:23 +02:00
Nikos Baxevanis
fce2f6ddef
add missing dot 2020-04-16 17:45:43 +02:00
Mahler, Thomas
fdf09d5547 static typing 2020-04-16 17:16:07 +02:00
Mahler, Thomas
ce46d5dc4e static typing 2020-04-16 16:19:22 +02:00
Mahler, Thomas
870cb687fb add functor proof 2020-04-16 12:41:05 +02:00
Mahler, Thomas
8a257be84c explain Ord, write conclusion 2020-04-15 20:47:22 +02:00
Mahler, Thomas
5fa15ff8b7 start polishing 2020-04-14 16:31:36 +02:00
Thomas Mahler
1879a30e90 fix the TOC 2020-04-13 22:52:00 +02:00
Thomas Mahler
8b75738689 clean up IOMonad & co 2020-04-13 22:35:33 +02:00
Mahler, Thomas
71a397d601 start with IO 2020-04-13 21:25:57 +02:00
Mahler, Thomas
06876a8156 start with IO 2020-04-13 11:46:37 +02:00
Mahler, Thomas
369e718c56 Maybe 2020-04-12 21:31:09 +02:00
Mahler, Thomas
a67aa20a08 Maybe 2020-04-12 20:44:08 +02:00
Mahler, Thomas
e824457603 Foldable 2020-04-11 21:01:21 +02:00
Mahler, Thomas
0aab9d02de add ci status 2020-04-11 10:37:06 +02:00
Mahler, Thomas
e94db1b6fa Functor 2020-04-11 10:29:54 +02:00
Mahler, Thomas
0d7badee9a Functor 2020-04-10 21:13:48 +02:00
Mahler, Thomas
9fe9ddc4e5 Show and Read 2020-04-10 18:26:11 +02:00
Mahler, Thomas
8123a8c9df Show and Read 2020-04-10 12:27:36 +02:00
Mahler, Thomas
cb4ef73e29 start to work on type classes 2020-04-09 21:32:29 +02:00
Mahler, Thomas
e88d9fefb8 start to work on type classes 2020-04-08 21:03:50 +02:00
Mahler, Thomas
660527e248 start to work on type classes 2020-04-08 15:47:30 +02:00
Mahler, Thomas
e97bd35c51 Implementing Num & Eq 2020-04-07 20:51:55 +02:00
Mahler, Thomas
97d3f36361 start to work on type classes 2020-04-06 21:35:33 +02:00
Mahler, Thomas
8a9e4b8742 start to work on type classes 2020-04-06 21:24:09 +02:00
Mahler, Thomas
a9190efcaa fix test case 2020-04-06 09:24:53 +02:00
Mahler, Thomas
7376324e2c working on 2nd section on non-strict evaluation 2020-04-05 20:59:02 +02:00
Mahler, Thomas
633ccb4380 started 2nd section on non-strict evaluation 2020-04-04 21:48:30 +02:00
Mahler, Thomas
0fdc82e8e4 finished first section on non-strict evaluation 2020-04-04 15:52:38 +02:00
Mahler, Thomas
ced0273e9a finished first section on non-strict evaluation 2020-04-04 15:51:33 +02:00
Mahler, Thomas
c9c833745d starting with non-strict evaluation 2020-04-02 21:51:32 +02:00
Mahler, Thomas
e829eaa4b3 declarative programming 2020-04-01 18:42:45 +02:00
Mahler, Thomas
c7ad772c88 lists 2020-03-31 21:16:31 +02:00