|
definition: |
fromSimplePosWithFname :: SimplePos -> Filename -> Pos fromSimplePosWithFname (x,y) fn = setPos fn (x+y) x y |
|
demand: |
argument 1 |
|
deterministic: |
deterministic operation |
|
documentation: |
Convert from SimplePos with Filename |
|
failfree: |
(_, _) |
|
indeterministic: |
referentially transparent operation |
|
infix: |
no fixity defined |
|
iotype: |
{({(,)},_) |-> {Pos}}
|
|
name: |
fromSimplePosWithFname |
|
precedence: |
no precedence defined |
|
result-values: |
{Pos}
|
|
signature: |
(Prelude.Int, Prelude.Int) -> String -> Pos |
|
solution-complete: |
operation might suspend on free variables |
|
terminating: |
yes |
|
totally-defined: |
reducible on all ground data terms |