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 a6928f7 commit 824fceaCopy full SHA for 824fcea
lib/elixir/docs.exs
@@ -4,36 +4,39 @@
4
groups_for_modules: [
5
# [Kernel, Kernel.SpecialForms],
6
7
- "Data & Behaviours": [
8
- Access,
+ "Basic Types": [
9
Atom,
10
Base,
11
Bitwise,
12
Calendar,
13
Calendar.ISO,
14
Date,
15
- Date.Range,
16
DateTime,
17
- Enum,
18
Exception,
19
Float,
20
Integer,
21
- Keyword,
22
- List,
23
- Map,
24
- MapSet,
25
NaiveDateTime,
26
- Range,
27
Record,
28
Regex,
29
- Stream,
30
String,
31
Time,
32
Tuple,
33
URI,
34
Version,
35
],
36
+ "Collections & Enumerables": [
+ Access,
+ Date.Range,
+ Enum,
+ Keyword,
+ List,
+ Map,
+ MapSet,
+ Range,
37
+ Stream,
38
+ ],
39
+
40
"IO & System": [
41
File,
42
File.Stat,
0 commit comments