Skip to content

Commit

Permalink
Fix docs a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
Katrix committed Mar 3, 2024
1 parent f4af8c4 commit bf1d498
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ data type `Gen`. These functions are `def to(a: A): Gen[Id]` and `def from(gen:
type `Gen` can be manipulated and changed in the same way as a `List` can be changed. Functions
providing these operations are exposed on higher kinded versions of typical typeclasses like
`Functor`, `Applicative`, `Traverse` and so on. More details on these operations and typeclases can
be found in [typeclasses](typeclasses.md). Of particular note is `Representable`
be found in [typeclasses](01_typeclasses.md). Of particular note is `Representable`

## "Fused" `RepresentableK` operations

Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: HKDGeneric
title: ExprHKDGeneric
---

# {{page.title}}
Expand Down
16 changes: 8 additions & 8 deletions docs/sidebar.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
index: index.md
subsection:
- title: Typeclasses
page: typeclasses.md
- page: guide/01_typeclasses.md
directory: Guide

- title: HKDGeneric
page: hkdgeneric.md
- page: guide/02_hkdgeneric.md
directory: Guide

- title: InlineHKDGeneric
page: inlinehkdgeneric.md
- page: guide/03_inlinehkdgeneric.md
directory: Guide

- title: ExprHKDGeneric
page: exprhkdgeneric.md
- page: guide/04_exprhkdgeneric.md
directory: Guide

0 comments on commit bf1d498

Please sign in to comment.