We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47bd633 commit 63613a8Copy full SHA for 63613a8
1 file changed
src/Materialize/Markup/Variadic.purs
@@ -15,8 +15,8 @@ import Materialize.Markup.Render (class Render, render, render', renderString)
15
16
17
-- | Returns different types depending on what the caller wants. Primarily used
18
--- | to return a "ClassDsl" when something is finished decorating. Sometimes
19
--- | used to return a "Text.Smolder.Markup.Markup".
+-- | to return a `ClassDsl` when something is finished decorating. Sometimes
+-- | used to return a Smolder `Markup`.
20
{-
21
`r` depends on `a` so that the compiler knows when, for example, the return type
22
is `ClassDsl b`, there exists a unique argument type, i.e., `Render a => a`,
0 commit comments