Comment => doc comment

This commit is contained in:
Avi Dessauer 2020-09-18 13:28:24 -04:00 committed by GitHub
parent 268a298b5b
commit 9cd33b9e27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,7 +50,7 @@ fmtComponent (p, c) =
<> "component: "
<> dQuote c
-- Same as init but handle empty list without throwing errors.
-- | Same as init but handle empty list without throwing errors.
dropLast :: [a] -> [a]
dropLast l = take (length l - 1) l