haskell-tools-refactor-0.5.0.0: examples/Refactor/OrganizeImports/StandaloneDeriving.hs
{-# LANGUAGE StandaloneDeriving #-}
module Refactor.OrganizeImports.StandaloneDeriving where
import Control.Monad.State (State(..), StateT)
type St = State ()