-- | Disk operations
-- | For example, this write file with a random filepath
--- better use a hash of json of Type used to parameter as input
+-- better use a hash of json of Type used to parameter as input
-- the functions
writeFile :: ( MonadReader env m
, HasConfig env
---
--- | Example to read a file with Type
+-- | Example to read a file with Type
readGargFile :: ( MonadReader env m
, HasConfig env
, MonadBase IO m
| isDoesNotExistError e = return ()
| otherwise = throwIO e
------------------------------------------------------------------------
-