Is it possible to add a function like: ``` getProperties :: FilePath -> IO Properties data Properties = Properties { name :: String type :: String size :: Integer etc... } ``` Thank you!
Is it possible to add a function like:
Thank you!