-
Notifications
You must be signed in to change notification settings - Fork 451
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix all broken links in list of Typeclasses
- Loading branch information
pakoito
committed
Apr 7, 2018
1 parent
9440e99
commit 843179b
Showing
7 changed files
with
61 additions
and
7 deletions.
There are no files selected for viewing
9 changes: 9 additions & 0 deletions
9
modules/docs/arrow-docs/docs/docs/recursion/birecursive/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
layout: docs | ||
title: Birecursive | ||
permalink: /docs/recursion/birecursive/ | ||
--- | ||
|
||
## Birecursive | ||
|
||
TODO. Meanwhile you can find a short description in the [intro to typeclasses]({{ '/docs/typeclasses/intro/' | relative_url }}). |
9 changes: 9 additions & 0 deletions
9
modules/docs/arrow-docs/docs/docs/recursion/corecursive/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
layout: docs | ||
title: Corecursive | ||
permalink: /docs/recursion/corecursive/ | ||
--- | ||
|
||
## Corecursive | ||
|
||
TODO. Meanwhile you can find a short description in the [intro to typeclasses]({{ '/docs/typeclasses/intro/' | relative_url }}). |
9 changes: 9 additions & 0 deletions
9
modules/docs/arrow-docs/docs/docs/recursion/recursive/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
layout: docs | ||
title: Recursive | ||
permalink: /docs/recursion/recursive/ | ||
--- | ||
|
||
## Recursive | ||
|
||
TODO. Meanwhile you can find a short description in the [intro to typeclasses]({{ '/docs/typeclasses/intro/' | relative_url }}). |
9 changes: 9 additions & 0 deletions
9
modules/docs/arrow-docs/docs/docs/typeclasses/alternative/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
layout: docs | ||
title: Alternative | ||
permalink: /docs/typeclasses/alternative/ | ||
--- | ||
|
||
## Alternative | ||
|
||
TODO. Meanwhile you can find a short description in the [intro to typeclasses]({{ '/docs/typeclasses/intro/' | relative_url }}). |
9 changes: 9 additions & 0 deletions
9
modules/docs/arrow-docs/docs/docs/typeclasses/inject/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
layout: docs | ||
title: Inject | ||
permalink: /docs/typeclasses/inject/ | ||
--- | ||
|
||
## Inject | ||
|
||
TODO. Meanwhile you can find a short description in the [intro to typeclasses]({{ '/docs/typeclasses/intro/' | relative_url }}). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 9 additions & 0 deletions
9
modules/docs/arrow-docs/docs/docs/typeclasses/reducible/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
layout: docs | ||
title: Reducible | ||
permalink: /docs/typeclasses/reducible/ | ||
--- | ||
|
||
## Reducible | ||
|
||
TODO. Meanwhile you can find a short description in the [intro to typeclasses]({{ '/docs/typeclasses/intro/' | relative_url }}). |