purescript-0.12.4: tests/support/pscide/src/CompletionSpecDocs.purs
-- | Module Documentation module CompletionSpecDocs where -- | Doc x something = "something" -- | Doc *123* withType :: Int withType = 42 -- | This is -- | a multi-line -- | comment multiline = "multiline"