|
Return value type spec for IO.puts
|
|
4
|
1688
|
December 30, 2022
|
|
String text = ”data type in Elixir”;
|
|
8
|
978
|
December 29, 2022
|
|
Nil and typespec primitives - is it redundant to write integer() | nil?
|
|
3
|
1029
|
December 11, 2022
|
|
Domo - model a business domain with type-safe structs and field type range checks
|
|
27
|
4707
|
December 8, 2022
|
|
Is it possible to run Dialyzer on a Livebook notebook's contents?
|
|
0
|
516
|
December 2, 2022
|
|
Why there are no `Boolean.t()` and `Integer.t()` types?
|
|
2
|
1386
|
November 4, 2022
|
|
@spec reports false error
|
|
1
|
508
|
August 10, 2022
|
|
Issues with Credo, Dialyzer, and compiler warnings for `<app_name>Web.ErrorView.template_not_found/2` in Phoenix
|
|
4
|
776
|
July 22, 2022
|
|
Build a union type from a list?
|
|
5
|
1340
|
July 19, 2022
|
|
How to document fields on a struct?
|
|
11
|
1926
|
June 29, 2022
|
|
Zero-cost abstraction for NewTypes in Elixir
|
|
28
|
3563
|
April 7, 2022
|
|
Should using @impl true cause docs to show the callback spec?
|
|
8
|
1686
|
April 6, 2022
|
|
Batch create typespecs for a code base
|
|
0
|
483
|
March 1, 2022
|
|
Credo Specification and Callback check
|
|
2
|
1070
|
February 28, 2022
|
|
Get typespecs for Code.compile_string() module
|
|
3
|
1819
|
February 17, 2022
|
|
Typespec dialyzer error - the @spec for the function does not match the success typing of the function
|
|
2
|
2303
|
February 15, 2022
|
|
Best way to define a type that's only a limited set of strings
|
|
15
|
7260
|
February 14, 2022
|
|
Is there a convenient way to turn behaviour callbacks into specs?
|
|
8
|
891
|
January 30, 2022
|
|
How to put Typespecs as items of a map
|
|
10
|
958
|
January 14, 2022
|
|
Ivoking a macro within a @type on the right side of `::`
|
|
1
|
586
|
January 13, 2022
|
|
Types that you wish were in Elixir
|
|
14
|
1885
|
January 13, 2022
|
|
Advice on Public Domain license
|
|
31
|
2197
|
January 13, 2022
|
|
Dialyzer: why an empty map passes as for a non-empty
|
|
2
|
745
|
January 11, 2022
|
|
Typespecs: function types
|
|
16
|
7319
|
January 5, 2022
|
|
Can has? `def admin?(user_id: String.t()) :: boolean do`
|
|
8
|
1325
|
December 20, 2021
|
|
When to use `required(...)` in typespecs?
|
|
3
|
951
|
December 12, 2021
|
|
What's the syntax for reusing a function @type in a @spec
|
|
12
|
1175
|
November 12, 2021
|
|
Role models for Elixir documentation?
|
|
1
|
762
|
October 18, 2021
|
|
Using module attributes in typespec definitions to reduce duplication?
|
|
3
|
1001
|
September 15, 2021
|
|
Bidirectional Typing for Erlang (prototype)
|
|
1
|
1046
|
August 26, 2021
|