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

definition:
kind1 :: Parser KindExpr
kind1 = tokenStar *> yield Star 
    <!> tokenParenL *> kind0 <* tokenParenR 
    <!> tokenConstraint *> yield ConstraintKind
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
-- * | (kind0) | Constraint
failfree:
()
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{() |-> {<!>._#lambda7}}
name:
kind1
precedence:
no precedence defined
result-values:
{<!>._#lambda7}
signature:
String -> [(CurryInterface.Types.KindExpr, String)]
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
reducible on all ground data terms