TypeCheck - Fast and flexible runtime type-checking for your Elixir projects
|
|
100
|
13324
|
October 21, 2024
|
Best practice for reusing typespecs
|
|
5
|
101
|
September 26, 2024
|
Dynamically generate typespecs from module attribute list
|
|
15
|
5183
|
September 12, 2024
|
How do I get `@spec` of the external module
|
|
6
|
98
|
September 3, 2024
|
TypeResolver - parse and resolve spec types into convenient structs
|
|
0
|
78
|
July 19, 2024
|
Can Enum.each mislead Dialyzer into accepting incorrect typespecs?
|
|
3
|
152
|
June 25, 2024
|
Minimizing OTP release size while keeping type documentation
|
|
0
|
199
|
March 29, 2024
|
How to remove duplication from typespec and static list of values?
|
|
1
|
214
|
March 12, 2024
|
Return type of map
|
|
7
|
489
|
March 1, 2024
|
Meaning of {...} shorthand in type specifications
|
|
4
|
333
|
February 1, 2024
|
Using Nx tensors in type defs
|
|
3
|
448
|
January 1, 2024
|
Type binary() vs String.t()
|
|
1
|
293
|
December 20, 2023
|
Converting an enumerated type from swift into an equivalent in elixir
|
|
2
|
374
|
July 3, 2023
|
How to typespec a float range in Elixir?
|
|
20
|
1610
|
June 22, 2023
|
Missing dependency typespecs
|
|
4
|
372
|
June 14, 2023
|
What do you prefer to use for type checking Elixir/Erlang code? (poll)
|
|
21
|
3332
|
May 2, 2023
|
Struggling getting dialyzer to accept my @spec
|
|
5
|
595
|
April 27, 2023
|
Error struct in typespec
|
|
5
|
903
|
April 27, 2023
|
Struct vs. @type t
|
|
4
|
8749
|
April 26, 2023
|
What does this OpenTelemetry typespec mean?
|
|
4
|
620
|
March 23, 2023
|
How to convert a typed definition to a typedstruct?
|
|
6
|
1097
|
January 26, 2023
|
How to typespec guards in a human friendly way?
|
|
2
|
913
|
January 26, 2023
|
Best practice between `String.t()` and `binary()`?
|
|
4
|
3090
|
January 23, 2023
|
Return value type spec for IO.puts
|
|
4
|
1535
|
December 30, 2022
|
String text = ”data type in Elixir”;
|
|
8
|
926
|
December 29, 2022
|
Nil and typespec primitives - is it redundant to write integer() | nil?
|
|
3
|
974
|
December 11, 2022
|
Domo - model a business domain with type-safe structs and field type range checks
|
|
27
|
4553
|
December 8, 2022
|
Is it possible to run Dialyzer on a Livebook notebook's contents?
|
|
0
|
497
|
December 2, 2022
|
Why there are no `Boolean.t()` and `Integer.t()` types?
|
|
2
|
1267
|
November 4, 2022
|
@spec reports false error
|
|
1
|
488
|
August 10, 2022
|