FunctionSpaceAttachPredicates(R, F, D)¶
expr.spad line 913 [edit on github]
R: Comparable
F: FunctionSpace R
D: Type
Attaching predicates to symbols for pattern matching. Date Created: 21 Mar 1989
- suchThat: (F, D -> Boolean) -> F
suchThat(x, foo)
attaches the predicate foo tox
; error ifx
is not a symbol.