brok-0.1.2.0: src/Brok/Types/Next.hs
{-# LANGUAGE NoImplicitPrelude #-}
module Brok.Types.Next where
import ClassyPrelude
import Brok.Types.Config (Config)
data Next
= Continue Config
| Help
deriving (Show, Eq)
{-# LANGUAGE NoImplicitPrelude #-}
module Brok.Types.Next where
import ClassyPrelude
import Brok.Types.Config (Config)
data Next
= Continue Config
| Help
deriving (Show, Eq)