J. Abrahamson
J. Abrahamson

Reputation: 74384

What's the highest order function used in practice?

For instance, mask in Haskell is of type (((forall a . IO a -> IO a) -> IO b) -> IO b). What is the purpose of such a function? Any language with a notion of a higher-order function is welcome.

For purposes of exactness, include only functions which are defined in public libraries or in use in live code.

Upvotes: 5

Views: 389

Answers (1)

Related Questions