Skip to content

Commit 6daef14

Browse files
committed
update
1 parent 1a73cb8 commit 6daef14

File tree

3 files changed

+7
-6
lines changed
  • _site/0-book/unit-3/section-1
  • src/content/docs

3 files changed

+7
-6
lines changed

_site/0-book/unit-3/section-1/0-id.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44

55
We stand at a significant juncture in our exploration of functional programming. Having journeyed through functions, types, algebraic structures like Monoids, and the general concepts of Functors and Monads, we are now poised to uncover a profound truth about a tool we've used from the very beginning:
66

7-
- **pipeline operator `|>`
7+
- **pipeline operator `|>`**
88

99
This chapter is a culmination, revealing that the intuitive act of pipelining functions is not just a convenience but is deeply intertwined with the very essence of Functors and Monads in their most fundamental forms.
1010

1111
We will now formally introduce and explore these:
1212

1313
- **Identity Functor**
14-
- **Identity Monad
14+
- **Identity Monad**
1515

1616
Prepare for a moment of surprise and deep insight as we connect the dots!
1717

@@ -178,4 +178,5 @@ All of the above are identical.
178178
Functors and Monads are not distant, arcane concepts. Their most basic forms, the Identity Functor and Identity Monad, are already present in the very fabric of simple function application and the pipeline that we use constantly.
179179

180180
This provides a solid conceptual bridge: these advanced abstractions generalize core, familiar ideas to work across more complex scenarios. This is one of the great "Aha!" moments in understanding the mathematical underpinnings of functional programming.
181+
181182
:::

src/content/docs/en/book/unit-3/section-1/0-id.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ description: >-
99
---
1010
We stand at a significant juncture in our exploration of functional programming. Having journeyed through functions, types, algebraic structures like Monoids, and the general concepts of Functors and Monads, we are now poised to uncover a profound truth about a tool we've used from the very beginning:
1111

12-
- **pipeline operator `|>`
12+
- **pipeline operator `|>`**
1313

1414
This chapter is a culmination, revealing that the intuitive act of pipelining functions is not just a convenience but is deeply intertwined with the very essence of Functors and Monads in their most fundamental forms.
1515

1616
We will now formally introduce and explore these:
1717

1818
- **Identity Functor**
19-
- **Identity Monad
19+
- **Identity Monad**
2020

2121
Prepare for a moment of surprise and deep insight as we connect the dots!
2222

src/content/docs/ja/book/unit-3/section-1/0-id.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ description: >-
99
---
1010
We stand at a significant juncture in our exploration of functional programming. Having journeyed through functions, types, algebraic structures like Monoids, and the general concepts of Functors and Monads, we are now poised to uncover a profound truth about a tool we've used from the very beginning:
1111

12-
- **pipeline operator `|>`
12+
- **pipeline operator `|>`**
1313

1414
This chapter is a culmination, revealing that the intuitive act of pipelining functions is not just a convenience but is deeply intertwined with the very essence of Functors and Monads in their most fundamental forms.
1515

1616
We will now formally introduce and explore these:
1717

1818
- **Identity Functor**
19-
- **Identity Monad
19+
- **Identity Monad**
2020

2121
Prepare for a moment of surprise and deep insight as we connect the dots!
2222

0 commit comments

Comments
 (0)