packages feed

ormolu-0.8.1.1: data/examples/other/invalid-haddock-1.hs

test = undefined
  where
    a ::
      -- ** foo
      Int ->
      -- | misplaced
      --  blablabla
      Int
      -- |misplaced
      --  blablabla
    a = undefined