buuka/src/Data/Environment.hs

5 lines
117 B
Haskell
Raw Normal View History

2020-12-30 23:29:56 +02:00
module Data.Environment where
newtype Environment = Environment { workdir :: FilePath }
deriving stock (Show, Eq)