packages feed

purescript-0.11.7: tests/support/pscide/src/CompletionSpecDocs.purs

module CompletionSpecDocs where

-- | Doc x
something = "something"

-- | Doc *123*
withType :: Int
withType = 42

-- | This is
-- | a multi-line
-- | comment
multiline = "multiline"