mbuhot / mavis

opinionated typing library for elixir

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mavis

Elixir CI

Advanced type system for Elixir

Installation

The package can be installed by adding mavis to your list of dependencies in mix.exs:

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

The docs can be found at https://hexdocs.pm/mavis.

About

opinionated typing library for elixir

License:MIT License


Languages

Language:Elixir 100.0%