packages feed

fourmolu-0.2.0.0: data/examples/declaration/type-synonyms/simple-four-out.hs

module Main where

-- | Documentation.
type Foo a b c = Bar c a b

type a ~> b = TyFun a b -> Type

type (a :+: b) c d e = ()