packages feed

weeder-2.7.0: test/Spec/TypesUnused/TypesUnused.hs

{-# LANGUAGE TypeFamilies #-}
-- | Control version of Types that is not imported
-- All these declarations should show up in the output
module Spec.TypesUnused.TypesUnused where

data Modulo1 = Zero

type Number = Double

newtype Vector = MkVector (Double, Double, Double)

type family Family a