definition: |
(<.>) :: FilePath -> String -> FilePath (<.>) = addExtension |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
-- | Alias to 'addExtension', for people who like that sort of thing. |
failfree: |
() |
indeterministic: |
referentially transparent operation |
infix: |
infixr |
iotype: |
{() |-> {addExtension}} |
name: |
<.> |
precedence: |
7 |
result-values: |
{addExtension} |
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 |