Thanks to visit codestin.com Credit goes to github.com
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 7226e89 commit e562e83Copy full SHA for e562e83
src/cuter_monitor.erl
@@ -34,7 +34,7 @@
34
%% procs :: ets:tab()
35
%% Pids of alive interpreter processes.
36
%% fds :: ets:tab()
37
-%% Stores the file descriptor of the log file of each interepreter process.
+%% Stores the file descriptor of the log file of each interpreter process.
38
%% ETS table with elements: {Pid, Fd}
39
%% ptree :: ets:tab()
40
%% Stores the execution process graph in the node
src/cuter_types.erl
%% Type Declarations
%% ============================================================================
--define(type_variable, vart).
+-define(type_variable, var_t).
-define(type_var, tvar).
-define(max_char, 16#10ffff).
0 commit comments