Packages

Elixir for-comprehension that goes beyond the lists

Current section

Files

Jump to
bindable lib bindable empty implementation list.ex
Raw

lib/bindable/empty/implementation/list.ex

defimpl Bindable.Empty, for: List do
@spec of(list(any())) :: []
def of(_), do: []
end