Skip to content

Commit

Permalink
andMap article link +
Browse files Browse the repository at this point in the history
  • Loading branch information
lue-bird committed May 4, 2024
1 parent d909c98 commit 34f820c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/Articles.elm
Original file line number Diff line number Diff line change
Expand Up @@ -1217,7 +1217,11 @@ theElmIcebergArticle =
]
, "Mantle" |> textOnlyParagraph
, UnorderedList
[ """andMap = map2 (|>)""" |> textOnlyParagraph
[ [ "andMap = map2 (|>)" |> inlineElmCode
, "" |> Text
, Link { description = "article Running Out of Maps by Joël Quenneville", url = "https://thoughtbot.com/blog/running-out-of-maps" }
]
|> Paragraph
, """modBy 0 and other operations can throw runtime errors""" |> textOnlyParagraph
, """Int is unsound → 2^ -1 == 0.5 : Int""" |> textOnlyParagraph
, """main can be of type Svg"""
Expand Down

0 comments on commit 34f820c

Please sign in to comment.