blob: 0462592e0f7a20d64c1dbc04e3aeb876bd89ae20 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
-- module Config
-- ( Config(..)
-- ) where
--
-- import Control.Monad.Reader (ReaderT)
--
-- import CliOptions (Options)
--
-- -- type Config = Options
--
-- -- data Config a = ReaderT Options a
-- -- newtype Config a = ReaderT Options
-- -- { config :: Options
--
-- newtype Config = Config
-- {
|