Last active
August 16, 2018 08:06
-
-
Save edmundnoble/412f457a5a607191733b15f895ab095e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
================= | |
[ACatenable1 Tests] | |
[laws] | |
[lawful semicategory] | |
associativity | |
[free semicategory] | |
foldMap | |
lift | |
[tests] | |
compose | |
andThen | |
:+ | |
+: | |
foldLeft | |
foldRight | |
fold | |
========== | |
[AFix Tests] | |
[optimizations] | |
unfix should be an identity | |
fix should be an identity | |
======================== | |
[Debug Interpolator Tests] | |
[debug instance resolution] | |
int | |
string | |
ilist | |
=========== | |
[IList Tests] | |
[concrete] | |
append | |
++ | |
::: | |
empty caching | |
apply | |
uncons | |
reverse | |
unfoldRight | |
foldLeft | |
head | |
tail | |
isEmpty | |
nonEmpty | |
reverse_::: | |
filter | |
exists | |
forall | |
find | |
index | |
zip | |
zipWithIndex | |
take | |
drop | |
takeWhile | |
dropWhile | |
size | |
[laws] | |
[eq laws] | |
reflexivity | |
identity | |
[monad laws] | |
functor identity | |
apply associativity | |
applicative identity | |
bind associativity | |
monad identity | |
[traversable laws] | |
traversable composition | |
traversable identity | |
[monoid laws] | |
mappend associativity | |
mappend left identity | |
mappend right identity | |
=============== | |
[Scala Map Tests] | |
[laws] | |
[semicategory laws] | |
compose associativity |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment