Packages

Pond is an Elixir library for creating state handling functions without spawning processes. Pond functions are same-process, referentially transparent functions, that let you implement Finite State Machines, Generators, (push/pull) Reactive Streams, etc.

Current section

Files

Jump to
pond .formatter.exs
Raw

.formatter.exs

# Used by "mix format"
[
inputs: ["mix.exs", "{config,lib,test}/**/*.{ex,exs}"]
]