packages feed

Frames-streamly-0.1.1.1: examples/DemoPaths.hs

module DemoPaths where

import qualified Paths_Frames_streamly as Paths

forestFiresPath :: FilePath
forestFiresPath = "forestfires.csv"

thPath :: FilePath -> FilePath
thPath x = "./example_data/" ++ x


usePath :: FilePath -> IO FilePath
usePath x =  fmap (\dd -> dd ++ "/" ++ x) Paths.getDataDir