# Dreamy 😴
[](https://github.com/bwireman/dreamy/actions/workflows/elixir.yml)
[](https://github.com/bwireman/dreamy/blob/main/LICENSE)
[](https://github.com/bwireman/dreamy/commit/main)
[](https://hexdocs.pm/dreamy/readme.html)
[](https://hex.pm/packages/dreamy/)
[](http://makeapullrequest.com)

Dreamy provides useful macros, functions, types & operators to make elixir even more dreamy 😴
# Operators
- [>>>](https://hexdocs.pm/dreamy/Dreamy.html#%3E%3E%3E/2)
- [~>](https://hexdocs.pm/dreamy/Dreamy.html#~%3E/2)
- [~>>](https://hexdocs.pm/dreamy/Dreamy.html#~%3E%3E/2)
# Macros
- [fallthrough](https://hexdocs.pm/dreamy/Dreamy.html#fallthrough/2)
- [otherwise](https://hexdocs.pm/dreamy/Dreamy.html#otherwise/3)
- [const](https://hexdocs.pm/dreamy/Dreamy.html#const/2)
# Functions
- [through](https://hexdocs.pm/dreamy/Dreamy.html#through/2)
- [unwrap](https://hexdocs.pm/dreamy/Dreamy.html#unwrap/1)
- [unwrap_error](https://hexdocs.pm/dreamy/Dreamy.html#unwrap_error/1)
- [flip](https://hexdocs.pm/dreamy/Dreamy.html#flip/1)
# Types
- [`nullable(t)`](https://hexdocs.pm/dreamy/Dreamy.Types.html#t:nullable/1)
- [`result(ok, error)`](https://hexdocs.pm/dreamy/Dreamy.Types.html#t:result/2)
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `dreamy` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:dreamy, "~> 0.1.1"}
]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/dreamy](https://hexdocs.pm/dreamy).