CurryInfo: cdbi-3.2.0 / Database.CDBI.ER.isIn

definition:
isIn :: Value a -> [Value a] -> Constraint
isIn v1 xs = IsIn (toCValue v1) (map toCValue xs)
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- IsIn construnctor
--- @param v1 - First Value
--- @param xs - List of Values
failfree:
(_, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_) |-> {IsIn}}
name:
isIn
precedence:
no precedence defined
result-values:
{IsIn}
signature:
Value a -> [Value a] -> Constraint
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms