packages feed

ormolu-0.0.1.0: data/examples/declaration/data/fat-multiline.hs

module Main where

-- | Something.

data Foo
  = Foo Int
        Int
    -- ^ Foo
  | Bar Bool
        Bool
    -- ^ Bar