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

definition: Info
 
movePosByString :: Pos -> String -> Pos
movePosByString p ""     = p
movePosByString p (c:cs) = movePosByString (movePosByChar p c) cs
demand: Info
 arguments 1 2
deterministic: Info
 deterministic operation
documentation: Info
 
Move the position multiple characters
failfree: Info
 <FAILING>
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,{[]}) |-> _ || (_,{:}) |-> _}
name: Info
 movePosByString
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 Pos -> String -> Pos
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 possibly non-reducible on same data term