haskell-tools-builtin-refactorings-1.0.0.0: 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