Next Previous Contents

5.3 Utility functions

Operations for applying a dynamic function type to a dynamically typed argument are commonly useful, and also provided:

dynApply   :: Dynamic -> Dynamic -> Dynamic -- unsafe.
dynApplyMb :: Dynamic -> Dynamic -> Maybe Dynamic

Next Previous Contents