Why there are no `Boolean.t()` and `Integer.t()` types?
|
|
2
|
1295
|
November 4, 2022
|
@spec reports false error
|
|
1
|
497
|
August 10, 2022
|
Issues with Credo, Dialyzer, and compiler warnings for `<app_name>Web.ErrorView.template_not_found/2` in Phoenix
|
|
4
|
757
|
July 22, 2022
|
Build a union type from a list?
|
|
5
|
1305
|
July 19, 2022
|
How to document fields on a struct?
|
|
11
|
1764
|
June 29, 2022
|
Zero-cost abstraction for NewTypes in Elixir
|
|
28
|
3397
|
April 7, 2022
|
Should using @impl true cause docs to show the callback spec?
|
|
8
|
1633
|
April 6, 2022
|
Batch create typespecs for a code base
|
|
0
|
473
|
March 1, 2022
|
Credo Specification and Callback check
|
|
2
|
1049
|
February 28, 2022
|
Get typespecs for Code.compile_string() module
|
|
3
|
1776
|
February 17, 2022
|
Typespec dialyzer error - the @spec for the function does not match the success typing of the function
|
|
2
|
2171
|
February 15, 2022
|
Best way to define a type that's only a limited set of strings
|
|
15
|
6910
|
February 14, 2022
|
Is there a convenient way to turn behaviour callbacks into specs?
|
|
8
|
863
|
January 30, 2022
|
How to put Typespecs as items of a map
|
|
10
|
928
|
January 14, 2022
|
Ivoking a macro within a @type on the right side of `::`
|
|
1
|
576
|
January 13, 2022
|
Types that you wish were in Elixir
|
|
14
|
1839
|
January 13, 2022
|
Advice on Public Domain license
|
|
31
|
2037
|
January 13, 2022
|
Dialyzer: why an empty map passes as for a non-empty
|
|
2
|
732
|
January 11, 2022
|
Typespecs: function types
|
|
16
|
7141
|
January 5, 2022
|
Can has? `def admin?(user_id: String.t()) :: boolean do`
|
|
8
|
1284
|
December 20, 2021
|
When to use `required(...)` in typespecs?
|
|
3
|
919
|
December 12, 2021
|
What's the syntax for reusing a function @type in a @spec
|
|
12
|
1154
|
November 12, 2021
|
Role models for Elixir documentation?
|
|
1
|
756
|
October 18, 2021
|
Using module attributes in typespec definitions to reduce duplication?
|
|
3
|
970
|
September 15, 2021
|
Bidirectional Typing for Erlang (prototype)
|
|
1
|
1028
|
August 26, 2021
|
Why is there so much hate for typespec?
|
|
7
|
1389
|
August 16, 2021
|
How can I access typespecs of compiled but not yet stored to BEAM file module?
|
|
3
|
704
|
June 11, 2021
|
Typespec for map w/both required and optional keys
|
|
13
|
12929
|
May 11, 2021
|
TypeSpecs confusion regarding map required/optional
|
|
6
|
1731
|
May 6, 2021
|
DRYing up typespec return types without obscuring internal values
|
|
3
|
935
|
April 22, 2021
|