packages feed

purescript-0.13.3: tests/purs/docs/src/DocCommentsClassMethod.purs

module DocCommentsClassMethod where

class Foo a where
  -- | class method comment
  bar :: a
  baz :: String -> a