Next: , Up: Other builtin types   [Contents]


3.1.2.1 Predicate and function types

The predicate types are pred, pred(T), pred(T1, T2), …

The function types are (func) = T, func(T1) = T, func(T1, T2) = T, …

Higher-order predicate and function types are used to pass closures to other predicates and functions. See Higher-order.