packages feed

ormolu-0.0.1.0: data/examples/declaration/data/simple-out.hs

module Main where

-- | And here we have 'Foo'.
data Foo = Foo | Bar Int | Baz
  deriving (Eq, Show)