Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 787 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 787 Bytes

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