diff --git a/examples/docs/src/Global.elm b/examples/docs/src/Global.elm index 3dc184ca..b22e3501 100644 --- a/examples/docs/src/Global.elm +++ b/examples/docs/src/Global.elm @@ -39,16 +39,6 @@ map fn doc = } - ---mapRendered : (msg1 -> msg2) -> RenderedBody msg1 -> RenderedBody msg2 ---mapRendered fn ( first, second ) = --- ( first, second |> List.map (Element.map fn) ) - - -type alias View msg = - ( MarkdownRenderer.TableOfContents, List (Element msg) ) - - type alias RenderedBody = ( MarkdownRenderer.TableOfContents, List (Element Never) )