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

definition:
constrDeclOp :: Parser ConstrDecl
constrDeclOp = ConOpDecl <$> typeExpr <*!*> (Ident <$> operator) <*!*> typeExpr
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- A parser for an Operator Constructor Declaration | TypeExpr Op TypeExpr
failfree:
<FAILING>
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{() |-> {<*>._#lambda10}}
name:
constrDeclOp
precedence:
no precedence defined
result-values:
{<*>._#lambda10}
signature:
String -> [(CurryInterface.Types.ConstrDecl, String)]
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term