Skip to content

Commit

Permalink
Minor update to base functional-reactive-streaming.
Browse files Browse the repository at this point in the history
  • Loading branch information
jackgene committed Dec 15, 2024
1 parent 88a1ccf commit ef70fd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/functional-reactive-streaming/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -50589,7 +50589,7 @@
_0: _rtfeldman$elm_css$Html_Styled$text('Error handling is done by returning discriminated union types such as Kotlin’s built-in '),
_1: {
ctor: '::',
_0: A2(_jackgene$talks$Deck_Slide_SyntaxHighlight$syntaxHighlightedCodeSnippet, _jackgene$talks$Deck_Slide_SyntaxHighlight$Kotlin, ': Result<T>'),
_0: A2(_jackgene$talks$Deck_Slide_SyntaxHighlight$syntaxHighlightedCodeSnippet, _jackgene$talks$Deck_Slide_SyntaxHighlight$Kotlin, '_: Result<T>'),
_1: {
ctor: '::',
_0: _rtfeldman$elm_css$Html_Styled$text(' (or third-party equivalent)'),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ functional =
[ text "As long as only pure functions are applied to these operators, the application too will be functionally pure" ]
, li []
[ text "Error handling is done by returning discriminated union types such as Kotlin’s built-in "
, syntaxHighlightedCodeSnippet Kotlin ": Result<T>"
, syntaxHighlightedCodeSnippet Kotlin "_: Result<T>"
, text " (or third-party equivalent)"
]
, li []
Expand Down

0 comments on commit ef70fd8

Please sign in to comment.