| http://www.w3.org/ns/prov#value | - which are also used as tests.Here are a few examples of using the filepath functions together:Example 1: Find the possible locations of a Haskell module Test imported from module Main:[replaceFileName path_to_main "Test" <.> ext | ext <- ["hs","lhs"] ]Example 2: Download a file from url and save it to disk:do let file = makeValid url
|