Stoeffel
|
8b75429462
|
adds toc
* create toc `npm run toc`
|
2016-06-01 11:36:09 +02:00 |
|
hemanth.hm
|
48eddbbc86
|
Merge pull request #37 from noplanman/proofing
In-depth proofreading and correcting
|
2016-06-01 14:57:09 +05:30 |
|
hemanth.hm
|
3b297f36cc
|
Merge pull request #38 from rootulp/master
Fix typo: combines to combine
|
2016-06-01 14:56:35 +05:30 |
|
Rootul Patel
|
9ac6df6cba
|
Fix typo: combines to combine
|
2016-05-31 22:55:19 -04:00 |
|
hemanth.hm
|
181c17fa5c
|
Added a link to all the contributors 🙌
Thanks to:
@jethrolarson
@ethagnawl
@therealklanni
@CrossEye
@jhartikainen
@davidchambers
@skippednote
@mariusschulz
@lovasoa
@raine
@sjsyrek
@toddmotto
@matthieubulte
@stoeffel
|
2016-06-01 05:45:11 +05:30 |
|
hemanth.hm
|
57dc1cc41e
|
Merge pull request #36 from Kosmas/master
small typo
|
2016-06-01 05:36:30 +05:30 |
|
Armando Lüscher
|
6ddf6bb3e1
|
In-depth proofreading and correcting
|
2016-05-31 21:06:30 +02:00 |
|
Kosmas Chatzimichalis
|
973027d679
|
small typo
either this repository or this repo
|
2016-05-31 20:38:02 +02:00 |
|
hemanth.hm
|
b90ba66787
|
Merge pull request #34 from lovasoa/patch-1
Point-Free Style: fix js error
|
2016-05-31 16:27:29 +05:30 |
|
hemanth.hm
|
49e84bf415
|
Merge pull request #35 from mariusschulz/patch-1
Curries `add` function in point-free style code
|
2016-05-31 10:57:09 +05:30 |
|
Marius Schulz
|
6c314f238e
|
Curries add function in point-free style code
The `add` function needs to be curried in order for the code example to work.
|
2016-05-29 13:11:01 +02:00 |
|
Ophir LOJKINE
|
e85202403a
|
Point-Free Style: fix js error
according to the way it's used, add should by curried
|
2016-05-29 12:54:46 +04:00 |
|
hemanth.hm
|
b79c730ad6
|
Merge pull request #33 from toddmotto/patch-1
fix(readme): Typo on "evluated"
|
2016-05-27 23:06:22 +05:30 |
|
Todd Motto
|
be13a8c11d
|
fix(readme): Typo on "evluated"
|
2016-05-27 17:46:36 +01:00 |
|
hemanth.hm
|
3f003e508a
|
Merge pull request #28 from boris-marinov/master
Add definitions: Value, Constant, Composition
|
2016-04-22 19:00:57 +05:30 |
|
Boris Marinov
|
33d40dc24d
|
fixes
|
2016-03-25 11:31:04 +02:00 |
|
Boris Marinov
|
69d5dc87bf
|
Add definitions: Value, Constant, Composition
|
2016-03-23 17:14:35 +02:00 |
|
hemanth.hm
|
296ad67652
|
Merge pull request #27 from matthieubulte/patch-1
Added functor laws and example to the functor section
|
2016-03-23 11:09:46 +05:30 |
|
matthieubulte
|
de552b5a2d
|
Added functor laws and example to the functor section
|
2016-03-22 19:38:03 +01:00 |
|
hemanth.hm
|
1d35202348
|
Merge pull request #24 from ethagnawl/master
adding `bind` and `return` note to Monad entry
|
2016-02-29 15:45:12 +05:30 |
|
Pete Doherty
|
fd06aa7d32
|
shortening Monad bind and return note
|
2016-02-28 22:06:26 -05:00 |
|
hemanth.hm
|
cd3c2d62f8
|
Merge pull request #26 from CrossEye/tweak-monoid-def
Minor tweaks to monoid def
|
2016-02-28 11:35:30 +05:30 |
|
Scott Sauyet
|
7d90940d8c
|
Minor tweaks to monoid def
|
2016-02-27 21:52:38 -05:00 |
|
Peter Doherty
|
e110a19363
|
adding Fantasy Land spec note to Monad section
|
2016-02-26 16:54:35 -05:00 |
|
Peter Doherty
|
b23d42386b
|
adding bind and return note to Monad entry
|
2016-02-26 14:54:39 -05:00 |
|
hemanth.hm
|
468cbc118c
|
Merge pull request #22 from jethrolarson/master
Simplified some language and added a couple definitions
|
2016-02-23 19:48:46 +05:30 |
|
Jethro Larson
|
23942621f7
|
Added definition for Categories
|
2016-02-23 01:12:23 -08:00 |
|
Jethro Larson
|
b663e9a07a
|
Removed reference to container type.
Also simplified a bunch of the language, at the cost of mathematical correctness, but hopefully more understanding for the uninitiated.
|
2016-02-23 01:03:21 -08:00 |
|
Jethro Larson
|
b3c5eeb7b3
|
Update comonad to match spec
|
2016-02-22 09:29:43 -08:00 |
|
hemanth.hm
|
6fc65405c2
|
Merge pull request #21 from jethrolarson/master
Updated Isomorphic and Monad.
|
2016-02-21 17:27:13 +05:30 |
|
jethro larson
|
ed415a1003
|
Added basic description of semigroup. Fixed comonad
|
2016-02-20 23:11:19 -08:00 |
|
jethro larson
|
6913df8f93
|
Attempted comonad, setoid, and foldable.
|
2016-02-20 18:05:27 -08:00 |
|
jethro larson
|
e27905d334
|
Attempted to define type signature comments.
|
2016-02-20 15:33:57 -08:00 |
|
jethro larson
|
ee69aed809
|
Fixed errors and inconsistencies with point-free
|
2016-02-20 15:09:47 -08:00 |
|
jethro larson
|
0a9c2169ef
|
Updated Isomorphic and Monad.
|
2016-02-20 15:02:58 -08:00 |
|
Hemanth.HM
|
d7493fa192
|
Redefined Isomorphic
|
2016-02-03 12:22:25 +05:30 |
|
hemanth.hm
|
258b96023c
|
Re-defined.
^
|
2016-01-20 13:17:27 +05:30 |
|
hemanth.hm
|
c7735b0810
|
Merge pull request #19 from jethrolarson/master
Additions and edits
|
2016-01-20 13:13:44 +05:30 |
|
jethro larson
|
1e0d025797
|
Additions and edits
Added isomorphic, Container type, removed duplicate chain. Simplified point-free example.
|
2016-01-19 22:59:21 -08:00 |
|
hemanth.hm
|
6a83a17a60
|
Merge pull request #18 from jethrolarson/master
Added a couple descriptions
|
2016-01-19 09:13:49 +05:30 |
|
Jethro Larson
|
81af06dc4b
|
Cleaned up some vagaries
|
2016-01-18 19:13:08 -08:00 |
|
Jethro Larson
|
29ed5185bb
|
Fixed missing hr
|
2016-01-18 19:07:21 -08:00 |
|
Jethro Larson
|
f0c1e46d1f
|
Update readme.md
Added Applicative functor, chain, equational reasoning.
Added a line to monad.
|
2016-01-18 19:06:25 -08:00 |
|
hemanth.hm
|
9f254dd59d
|
Format.
|
2015-10-17 11:50:51 +05:30 |
|
hemanth.hm
|
499b3e53e2
|
Merge pull request #17 from sjsyrek/sjsyrek-edits
Edit and expand Arity, Lazy Evaluation, and Monad definitions
|
2015-10-17 11:49:25 +05:30 |
|
Steven Syrek
|
74ffd54fe1
|
Edit and expand Arity, Lazy Evaluation, and Monad definitions
|
2015-10-16 20:42:05 -04:00 |
|
hemanth.hm
|
88acaa3cf7
|
Merge pull request #15 from CrossEye/update-points-free
New points-free example and discussion
|
2015-09-22 11:30:22 +05:30 |
|
Scott Sauyet
|
2fbc65d2c3
|
New points-free example and discussion
|
2015-09-21 21:26:45 -04:00 |
|
hemanth.hm
|
cc5fcc4f89
|
Merge pull request #12 from raine/master
add an example of impurity
|
2015-09-21 08:48:37 +05:30 |
|
Raine Virta
|
26ee327775
|
add an example of impurity
|
2015-09-20 17:43:13 +03:00 |
|