Safe Haskell | Trustworthy |
---|---|
Language | Haskell98 |
Documentation
joinMAC :: Less l l' => MAC l' a -> MAC l (Labeled l' a) Source #
Primitive which allows family members to safely communicate. The function finishes even if an exception is raised---the exception is rethrown when the returned value gets inspected. This function must not be used in a concurrent setting.