E.g. the following does not work: ``` haskell {-# LANGUAGE OverloadedStrings #-} import Prelude hiding (FilePath) import Filesystem.Path foo :: FilePath foo = "foo/" ``` Is this by intention?