View Source Dreamy.Types (dreamy v0.1.0)

Useful Type definitions

Summary

Types

@type nullable(t) :: t | nil
@type result(ok, error) :: {:ok, ok} | {:error, error}