We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74e001a commit 0d738aaCopy full SHA for 0d738aa
getting-started/case-cond-and-if.markdown
@@ -59,7 +59,6 @@ The Erlang Virtual Machine (VM) only allows a limited set of expressions in guar
59
* `<>` and `++` as long as the left side is a literal
60
* the `in` operator
61
* all the following type check functions:
62
-
63
* `is_atom/1`
64
* `is_binary/1`
65
* `is_bitstring/1`
@@ -75,9 +74,7 @@ The Erlang Virtual Machine (VM) only allows a limited set of expressions in guar
75
74
* `is_port/1`
76
* `is_reference/1`
77
* `is_tuple/1`
78
79
* plus these functions:
80
81
* `abs(number)`
82
* `bit_size(bitstring)`
83
* `byte_size(bitstring)`
0 commit comments