1STDLIB(7) Erlang Application Definition STDLIB(7)
2
3
4
6 STDLIB - The STDLIB application.
7
9 The STDLIB application is mandatory in the sense that the minimal sys‐
10 tem based on Erlang/OTP consists of Kernel and STDLIB. The STDLIB ap‐
11 plication contains no services.
12
14 The following configuration parameters are defined for the STDLIB ap‐
15 plication. For more information about configuration parameters, see the
16 app(4) module in Kernel.
17
18 shell_esc = icl | abort:
19 Can be used to change the behavior of the Erlang shell when ^G is
20 pressed.
21
22 restricted_shell = module():
23 Can be used to run the Erlang shell in restricted mode.
24
25 shell_catch_exception = boolean():
26 Can be used to set the exception handling of the evaluator process
27 of Erlang shell.
28
29 shell_history_length = integer() >= 0:
30 Can be used to determine how many commands are saved by the Erlang
31 shell.
32
33 shell_prompt_func = {Mod, Func} | default:
34 where
35
36 * Mod = atom()
37
38 * Func = atom()
39
40 Can be used to set a customized Erlang shell prompt function.
41
42 shell_saved_results = integer() >= 0:
43 Can be used to determine how many results are saved by the Erlang
44 shell.
45
46 shell_strings = boolean():
47 Can be used to determine how the Erlang shell outputs lists of in‐
48 tegers.
49
51 app(4), application(3), shell(3)
52
53
54
55Ericsson AB stdlib 3.16.1 STDLIB(7)