|
Return value type spec for IO.puts
|
|
4
|
1647
|
December 30, 2022
|
|
String text = ”data type in Elixir”;
|
|
8
|
954
|
December 29, 2022
|
|
Nil and typespec primitives - is it redundant to write integer() | nil?
|
|
3
|
1016
|
December 11, 2022
|
|
Domo - model a business domain with type-safe structs and field type range checks
|
|
27
|
4640
|
December 8, 2022
|
|
Is it possible to run Dialyzer on a Livebook notebook's contents?
|
|
0
|
511
|
December 2, 2022
|
|
Why there are no `Boolean.t()` and `Integer.t()` types?
|
|
2
|
1350
|
November 4, 2022
|
|
@spec reports false error
|
|
1
|
502
|
August 10, 2022
|
|
Issues with Credo, Dialyzer, and compiler warnings for `<app_name>Web.ErrorView.template_not_found/2` in Phoenix
|
|
4
|
765
|
July 22, 2022
|
|
Build a union type from a list?
|
|
5
|
1322
|
July 19, 2022
|
|
How to document fields on a struct?
|
|
11
|
1872
|
June 29, 2022
|
|
Zero-cost abstraction for NewTypes in Elixir
|
|
28
|
3499
|
April 7, 2022
|
|
Should using @impl true cause docs to show the callback spec?
|
|
8
|
1655
|
April 6, 2022
|
|
Batch create typespecs for a code base
|
|
0
|
478
|
March 1, 2022
|
|
Credo Specification and Callback check
|
|
2
|
1054
|
February 28, 2022
|
|
Get typespecs for Code.compile_string() module
|
|
3
|
1803
|
February 17, 2022
|
|
Typespec dialyzer error - the @spec for the function does not match the success typing of the function
|
|
2
|
2266
|
February 15, 2022
|
|
Best way to define a type that's only a limited set of strings
|
|
15
|
7136
|
February 14, 2022
|
|
Is there a convenient way to turn behaviour callbacks into specs?
|
|
8
|
878
|
January 30, 2022
|
|
How to put Typespecs as items of a map
|
|
10
|
936
|
January 14, 2022
|
|
Ivoking a macro within a @type on the right side of `::`
|
|
1
|
579
|
January 13, 2022
|
|
Types that you wish were in Elixir
|
|
14
|
1868
|
January 13, 2022
|
|
Advice on Public Domain license
|
|
31
|
2119
|
January 13, 2022
|
|
Dialyzer: why an empty map passes as for a non-empty
|
|
2
|
735
|
January 11, 2022
|
|
Typespecs: function types
|
|
16
|
7239
|
January 5, 2022
|
|
Can has? `def admin?(user_id: String.t()) :: boolean do`
|
|
8
|
1306
|
December 20, 2021
|
|
When to use `required(...)` in typespecs?
|
|
3
|
940
|
December 12, 2021
|
|
What's the syntax for reusing a function @type in a @spec
|
|
12
|
1169
|
November 12, 2021
|
|
Role models for Elixir documentation?
|
|
1
|
757
|
October 18, 2021
|
|
Using module attributes in typespec definitions to reduce duplication?
|
|
3
|
989
|
September 15, 2021
|
|
Bidirectional Typing for Erlang (prototype)
|
|
1
|
1037
|
August 26, 2021
|