Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
15
Task/Comments/Haskell/comments.hs
Normal file
15
Task/Comments/Haskell/comments.hs
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
i code = True -- I am a comment.
|
||||
|
||||
{- I am also
|
||||
a comment. {-comments can be nested-}
|
||||
let u x = x x (this code not compiled)
|
||||
Are you? -}
|
||||
|
||||
-- |This is a Haddock documentation comment for the following code
|
||||
i code = True
|
||||
-- ^This is a Haddock documentation comment for the preceding code
|
||||
|
||||
{-|
|
||||
This is a Haddock documentation block comment
|
||||
-}
|
||||
i code = True
|
||||
Loading…
Add table
Add a link
Reference in a new issue