mavis icon indicating copy to clipboard operation
mavis copied to clipboard

opinionated typing library for elixir

Mavis

github.com hex.pm hexdocs.pm hex.pm hex.pm github.com

Advanced type system for Elixir.

Installation

Add mavis to your list of dependencies in mix.exs:

def deps do
  [
    {:mavis, "~> 0.0.3"}
  ]
end