Skip to content

Slides and sample code from my Dialyzer talk at ElixirConf 2016

Notifications You must be signed in to change notification settings

jvoegele/ElixirConf2016_dialyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DialyzerDemo

TODO: Add description

Installation

If available in Hex, the package can be installed as:

  1. Add dialyzer_demo to your list of dependencies in mix.exs:
```elixir
def deps do
  [{:dialyzer_demo, "~> 0.1.0"}]
end
```
  1. Ensure dialyzer_demo is started before your application:
```elixir
def application do
  [applications: [:dialyzer_demo]]
end
```

About

Slides and sample code from my Dialyzer talk at ElixirConf 2016

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages