haskell-tools-refactor-1.0.1.1: examples/Decl/TypeFamily.hs
{-# LANGUAGE TypeFamilies #-}
module Decl.TypeFamily where
type family Array a :: *
type instance Array () = Int
{-# LANGUAGE TypeFamilies #-}
module Decl.TypeFamily where
type family Array a :: *
type instance Array () = Int