CurryInfo: currypp-3.2.0 / CPP.ICode.ParsePos.fromSimplePosWithFname

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