packages feed

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

module DocCommentsClassMethod where

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