{-# LANGUAGE StandaloneDeriving #-} module Refactor.OrganizeImports.StandaloneDeriving where import Control.Monad.State (State(..)) type St = State ()