mirror of
https://github.com/Avi-D-coder/implicit-hie.git
synced 2024-11-26 00:04:23 +03:00
Comment => doc comment
This commit is contained in:
parent
268a298b5b
commit
9cd33b9e27
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user