From baf30d0c9d9deac50feb7ee21fbdbee86387ae51 Mon Sep 17 00:00:00 2001 From: kotaro Date: Mon, 4 Dec 2017 17:12:51 +0900 Subject: [PATCH] Improve comments --- yesod-test/Yesod/Test.hs | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/yesod-test/Yesod/Test.hs b/yesod-test/Yesod/Test.hs index bf8689a6..74874f6a 100644 --- a/yesod-test/Yesod/Test.hs +++ b/yesod-test/Yesod/Test.hs @@ -526,8 +526,6 @@ addFile name path mimetype = do -- | -- This looks up the name of a field based on the contents of the label pointing to it. --- --- @since 1.5.9 genericNameFromLabel :: (T.Text -> T.Text -> Bool) -> T.Text -> RequestBuilder site T.Text genericNameFromLabel match label = do mres <- fmap rbdResponse ST.get @@ -570,8 +568,6 @@ genericNameFromLabel match label = do (<>) :: T.Text -> T.Text -> T.Text (<>) = T.append --- | --- @since 1.5.9 byLabelWithMatch :: (T.Text -> T.Text -> Bool) -- ^ The matching method which is used to find labels (i.e. exact, contains) -> T.Text -- ^ The text contained in the @\