Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ This package provides following components:
* [Lens](/docs/lens.md): Separate your data from it's structure
* [Reflect](/docs/reflect.md): Helps you read from and write to objects in a runtime-safe context.

> Finding your way around optics? The
> [🧬 STAB optics walkthrough](/docs/stab-optics.md) maps out the
> `S`, `T`, `A`, `B` type parameters with worked examples.


## Inspiration

Expand Down
4 changes: 4 additions & 0 deletions docs/isomorphisms.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# 🔄 Isomorphic Magic

> **Finding your way around?** Get to grips with the dynamics of `Iso`'s
> `S`, `T`, `A`, `B` type parameters in the short walkthrough at
> [**🧬 STAB optics — the four-letter dance**](./stab-optics.md).

Seamlessly navigate between different data representations with our Isomorphisms.
Experience the enchantment of transforming your data effortlessly, as if conducting a symphony of bits and bytes.

Expand Down
4 changes: 4 additions & 0 deletions docs/lens.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# 🔍 Lenses of Clarity

> **Finding your way around?** Get to grips with the dynamics of `Lens`'s
> `S`, `T`, `A`, `B` type parameters in the short walkthrough at
> [**🧬 STAB optics — the four-letter dance**](./stab-optics.md).

Focus on what matters most.
Our lenses provide a crystal-clear view, allowing you to zero in on specific data points without the distraction of unnecessary details.
Precision meets simplicity in every line of code.
Expand Down
Loading