Packages

an elixir library to generate potential fuzzy matches

Current section

Files

Jump to
peach lib peach.ex
Raw

lib/peach.ex

defmodule Peach do
@moduledoc """
Documentation for `Peach`.
"""
@doc """
Hello world.
## Examples
iex> Peach.hello()
:world
"""
def hello do
:world
end
end