|
Best practice between `String.t()` and `binary()`?
|
|
4
|
3646
|
January 23, 2023
|
|
Return value type spec for IO.puts
|
|
4
|
1698
|
December 30, 2022
|
|
String text = ”data type in Elixir”;
|
|
8
|
988
|
December 29, 2022
|
|
Nil and typespec primitives - is it redundant to write integer() | nil?
|
|
3
|
1033
|
December 11, 2022
|
|
Domo - model a business domain with type-safe structs and field type range checks
|
|
27
|
4722
|
December 8, 2022
|
|
Is it possible to run Dialyzer on a Livebook notebook's contents?
|
|
0
|
518
|
December 2, 2022
|
|
Why there are no `Boolean.t()` and `Integer.t()` types?
|
|
2
|
1396
|
November 4, 2022
|
|
@spec reports false error
|
|
1
|
512
|
August 10, 2022
|
|
Issues with Credo, Dialyzer, and compiler warnings for `<app_name>Web.ErrorView.template_not_found/2` in Phoenix
|
|
4
|
783
|
July 22, 2022
|
|
Build a union type from a list?
|
|
5
|
1347
|
July 19, 2022
|
|
How to document fields on a struct?
|
|
11
|
1947
|
June 29, 2022
|
|
Zero-cost abstraction for NewTypes in Elixir
|
|
28
|
3593
|
April 7, 2022
|
|
Should using @impl true cause docs to show the callback spec?
|
|
8
|
1704
|
April 6, 2022
|
|
Batch create typespecs for a code base
|
|
0
|
485
|
March 1, 2022
|
|
Credo Specification and Callback check
|
|
2
|
1074
|
February 28, 2022
|
|
Get typespecs for Code.compile_string() module
|
|
3
|
1824
|
February 17, 2022
|
|
Typespec dialyzer error - the @spec for the function does not match the success typing of the function
|
|
2
|
2305
|
February 15, 2022
|
|
Best way to define a type that's only a limited set of strings
|
|
15
|
7289
|
February 14, 2022
|
|
Is there a convenient way to turn behaviour callbacks into specs?
|
|
8
|
897
|
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
|
587
|
January 13, 2022
|
|
Types that you wish were in Elixir
|
|
14
|
1892
|
January 13, 2022
|
|
Dialyzer: why an empty map passes as for a non-empty
|
|
2
|
747
|
January 11, 2022
|
|
Typespecs: function types
|
|
16
|
7339
|
January 5, 2022
|
|
Can has? `def admin?(user_id: String.t()) :: boolean do`
|
|
8
|
1328
|
December 20, 2021
|
|
When to use `required(...)` in typespecs?
|
|
3
|
955
|
December 12, 2021
|
|
What's the syntax for reusing a function @type in a @spec
|
|
12
|
1197
|
November 12, 2021
|
|
Role models for Elixir documentation?
|
|
1
|
764
|
October 18, 2021
|
|
Using module attributes in typespec definitions to reduce duplication?
|
|
3
|
1002
|
September 15, 2021
|
|
Bidirectional Typing for Erlang (prototype)
|
|
1
|
1050
|
August 26, 2021
|