Update documentation

This commit is contained in:
Gabriel Gonzalez 2016-12-03 19:18:11 -08:00
parent a58a4c7d86
commit 6b9a6590d5

View File

@ -16,6 +16,10 @@ Examples:
: ./Monoid Bool
./Bool/or
: ./Monoid Bool
./Bool/even
: ./Monoid Bool
./Bool/odd
: ./Monoid Bool
./List/concat
: ∀(a : Type) → ./Monoid (List a)
./List/shifted