... This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. ... If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/. (.require [library [lux (.except) [abstract [monad (.only Monad)]] [control ["[0]" try (.only Try)] [concurrency ["[0]" async (.only Async)]]]]]) (type .public (Action a) (Async (Try a))) (def .public monad (Monad Action) (as_expected (try.with async.monad)))