diff --git a/docs/functional-reactive-streaming/index.html b/docs/functional-reactive-streaming/index.html index d41d115..5b834ed 100644 --- a/docs/functional-reactive-streaming/index.html +++ b/docs/functional-reactive-streaming/index.html @@ -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'), + _0: A2(_jackgene$talks$Deck_Slide_SyntaxHighlight$syntaxHighlightedCodeSnippet, _jackgene$talks$Deck_Slide_SyntaxHighlight$Kotlin, '_: Result'), _1: { ctor: '::', _0: _rtfeldman$elm_css$Html_Styled$text(' (or third-party equivalent)'), diff --git a/functional-reactive-streaming/src/Deck/Deck/Slide/20Overview.elm b/functional-reactive-streaming/src/Deck/Deck/Slide/20Overview.elm index 84d5d17..b0ec75c 100644 --- a/functional-reactive-streaming/src/Deck/Deck/Slide/20Overview.elm +++ b/functional-reactive-streaming/src/Deck/Deck/Slide/20Overview.elm @@ -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" + , syntaxHighlightedCodeSnippet Kotlin "_: Result" , text " (or third-party equivalent)" ] , li []