definition: |
setPos :: Filename -> Absolute -> Line -> Column -> Pos setPos fname abs line col = Pos fname abs line col |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- Construct a new position |
failfree: |
(_, _, _, _) |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_,_,_,_) |-> {Pos}} |
name: |
setPos |
precedence: |
no precedence defined |
result-values: |
{Pos} |
signature: |
String -> Prelude.Int -> Prelude.Int -> Prelude.Int -> Pos |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |