ok_jose
Pipe library
Library providing an idiomatic Elixir way to pipe and handle results of functions returning tagged tuples.
Pipe elixir functions that match ok/error tuples or custom patterns.
100 stars
7 watching
2 forks
Language: Elixir
last commit: about 7 years ago
Linked from 1 awesome list
elixirerror-handlingmonadpipe
Related projects:
Repository | Description | Stars |
---|---|---|
crowdhailer/ok | Provides elegant error handling and result monad support in Elixir | 602 |
vic/happy | A library providing a concise and expressive way to handle errors in Elixir code using a macro-based approach. | 45 |
vic/expat | Library providing reusable and composable pattern matching in Elixir for simplifying code and improving readability | 177 |
vic/pit | A utility macro for handling data transformations in pipe flows. | 29 |
batate/elixir-pipes | Provides macros to extend Elixir's pipe operator for more flexible function composition and error handling | 327 |
vic/pipe_here | A macro library for specifying argument positions in piped function calls. | 34 |
wojtekmach/oop | An Elixir library providing basic Object-Oriented Programming features | 312 |
princemaple/elixir-queue | A queue data structure implemented as a wrapper around the Elixir language's existing queue data type with additional features and improved API. | 33 |
vic/happy_with | Provides an alternative syntax for Elixir's with special form to avoid placing commas. | 29 |
mikaak/elixir_error_message | A library to standardize error messages across an application | 33 |
novabyte/pathway | An Erlang/Elixir client library for interacting with the Trak.io REST API | 4 |
duartejc/mailchimp | An Elixir wrapper around the MailChimp API v3 | 48 |
vic/indifferent | Provides indifferent access on maps, structs, lists and tuples with custom key transforms. | 20 |
parroty/oauth2ex | An OAuth 2.0 client library for Elixir. | 57 |
vt-elixir/ja_serializer | A library for serializing Elixir data structures in JSONAPI format | 641 |