We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52dc944 commit bd83a45Copy full SHA for bd83a45
lib/elixir/pages/Typespecs.md
@@ -100,8 +100,8 @@ Built-in type | Defined as
100
`list()` | `[any()]`
101
`maybe_improper_list()` | `maybe_improper_list(any(), any())`
102
`nonempty_list()` | `nonempty_list(any())`
103
+`iolist()` | `maybe_improper_list(byte() \| binary() \| iolist(), binary() \| [])`
104
`iodata()` | `iolist()` \| `binary()`
-`iolist()` | `maybe_improper_list(byte()` \| `binary()` \| `iolist(), binary()` \| `[])`
105
`module()` | `atom()` \| `tuple()`
106
`arity()` | `0..255`
107
`mfa()` | `{atom(), atom(), arity()}`
0 commit comments