We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4b5e3a commit af3d998Copy full SHA for af3d998
src/Lucid/Svg/Elements.hs
@@ -83,8 +83,8 @@ defs_ :: Term arg result => arg -> result
83
defs_ = term "defs"
84
85
-- | @desc@ element
86
-desc_ :: Monad m => [Attribute] -> SvgT m ()
87
-desc_ = with $ makeXmlElementNoEnd "desc"
+desc_ :: Term arg result => arg -> result
+desc_ = term "desc"
88
89
-- | @ellipse@ element
90
ellipse_ :: Monad m => [Attribute] -> SvgT m ()
@@ -327,8 +327,8 @@ textPath_ :: Term arg result => arg -> result
327
textPath_ = term "textPath"
328
329
-- | @title@ element
330
-title_ :: Monad m => [Attribute] -> SvgT m ()
331
-title_ = with $ makeXmlElementNoEnd "title"
+title_ :: Term arg result => arg -> result
+title_ = term "title"
332
333
-- | @tref@ element
334
tref_ :: Monad m => [Attribute] -> SvgT m ()
0 commit comments