Skip to content

Commit b92eebb

Browse files
committed
expanded optics info on index page
1 parent 6aeca48 commit b92eebb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jbake/content/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Functional Java provides abstractions for the following types:
1616

1717
* Basic Data Structures - total and partial functions, products, unit, option, unbiased and right biased unions (either and validation).
1818
* Immutable Collections - array, list, vector, stream, set, map, finger tree, heterogenous list.
19-
* Other Abstractions - monoid, semigroup, natural, random number generator, reader, writer, state, input/output, parser, zipper, specification based testing, actors, concurrency, optics (lens, etc.) and type conversion.
19+
* Other Abstractions - monoid, semigroup, natural, random number generator, reader, writer, state, input/output, parser, zipper, specification based testing, actors, concurrency, optics (lens, prism, fold, traversal and others) and type conversion.
2020

2121
See the link:features.html[features page] for a brief description of each of these types.
2222

0 commit comments

Comments
 (0)