Writing a keyword list guard?
|
|
1
|
534
|
September 18, 2023
|
CompileError: "invalid use of _. "_" represents a value to be ignored in a pattern and cannot be used in expressions"
|
|
10
|
2253
|
January 30, 2023
|
How let a function be used in a guard like is_binary/1
|
|
9
|
814
|
December 18, 2022
|
Why can or be used in guard clauses but not ||?
|
|
26
|
1464
|
December 5, 2022
|
What is considered 'bad' in a guard clause?
|
|
3
|
584
|
December 2, 2022
|
Can a defguard definition match against a struct?
|
|
14
|
2860
|
June 21, 2022
|
Strange exception handling by guard clause
|
|
15
|
1307
|
December 13, 2021
|
It's possible to write a custom Guard to check for a blank string?
|
|
21
|
13389
|
March 10, 2021
|
Incompatible types warning on complex defguard within elixir 1.11.3
|
|
4
|
1330
|
March 1, 2021
|
Please help me with example use case for WHEN in elixir
|
|
4
|
6198
|
December 22, 2020
|
Is it possible to write a guard clause that validates a regex?
|
|
4
|
1615
|
September 30, 2020
|
How can I check if an argument is a valid IO list?
|
|
1
|
2240
|
January 23, 2020
|
Using macros in guard clauses
|
|
7
|
3476
|
October 17, 2019
|
Idiomatic: pattern matching with two function heads or boolean guard clause?
|
|
4
|
1598
|
March 9, 2019
|
Idea: 'multiguards' to allow structs in guards
|
|
1
|
1621
|
December 13, 2018
|
Idiomatic guard clause for checking not nil
|
|
3
|
41646
|
November 28, 2018
|
Function refs in guards
|
|
9
|
1511
|
August 26, 2018
|
Can I check if value is in range in a guard clause
|
|
7
|
10678
|
July 2, 2018
|
Error defining a guard - invalid syntax in defguard
|
|
10
|
5603
|
April 23, 2018
|
How to handle "bad argument in arithmetic expression" error by using guards
|
|
3
|
8682
|
March 7, 2018
|
A possibility for extending the usability guard clauses
|
|
1
|
1403
|
April 7, 2017
|
Design problem with three similar structs
|
|
1
|
981
|
August 6, 2016
|