definition: |
(</>) :: FilePath -> FilePath -> FilePath (</>) = combine |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
-- | A nice alias for 'combine'. |
failfree: |
<FAILING> |
indeterministic: |
referentially transparent operation |
infix: |
infixr |
iotype: |
{() |-> {combine}} |
name: |
</> |
precedence: |
5 |
result-values: |
{combine} |
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 |