|
definition: |
initPos :: Filename -> Pos initPos fname = Pos fname 0 1 1 |
|
demand: |
no demanded arguments |
|
deterministic: |
deterministic operation |
|
documentation: |
Construct the initial position |
|
failfree: |
_ |
|
indeterministic: |
referentially transparent operation |
|
infix: |
no fixity defined |
|
iotype: |
{(_) |-> {Pos}}
|
|
name: |
initPos |
|
precedence: |
no precedence defined |
|
result-values: |
{Pos}
|
|
signature: |
String -> Pos |
|
solution-complete: |
operationally complete operation |
|
terminating: |
yes |
|
totally-defined: |
reducible on all ground data terms |