Skip to content

Instantly share code, notes, and snippets.

@edmundnoble
Last active August 16, 2018 08:06
Show Gist options
  • Save edmundnoble/412f457a5a607191733b15f895ab095e to your computer and use it in GitHub Desktop.
Save edmundnoble/412f457a5a607191733b15f895ab095e to your computer and use it in GitHub Desktop.
=================
[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