CurryInfo: curry-interface-2.0.1 / CurryInterface.Parser.methodImpl

definition:
methodImpl :: Parser (Ident, Arity)--IMethodImpl
methodImpl = 
    (,) <$> (Ident <$> (ident <!> (tokenParenL *> operator <* tokenParenR))) <*!*> arity
demand:
no demanded arguments
deterministic:
deterministic operation
failfree:
<FAILING>
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{() |-> {<*>._#lambda10}}
name:
methodImpl
precedence:
no precedence defined
result-values:
{<*>._#lambda10}
signature:
String -> [((CurryInterface.Types.Ident, Prelude.Int), String)]
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term