The F# Computation Expression Zoo

Proceedings of Practical Aspects of Declarative Languages |

Published by ACM

Publication

F# computation expressions F# provide a uniform syntax for computations such as monads, monad transformers and applicative functors. The syntax is adaptable and close to built-in language features of Python and C#. This article provides the details shows that the right syntax can often be determined by considering laws.