definition: |
replaceFileName :: FilePath -> String -> FilePath replaceFileName x y = a </> y where (a,_) = splitFileName_ x |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
-- | Set the filename. -- -- > Valid x => replaceFileName x (takeFileName x) == x |
failfree: |
<FAILING> |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_,_) |-> _} |
name: |
replaceFileName |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
String -> String -> String |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |