summaryrefslogtreecommitdiff
path: root/lib/stdlib/test/shell_docs_SUITE_data/unknown_erlang_nonempty_maybe_improper_list_2_type.txt
diff options
context:
space:
mode:
Diffstat (limited to 'lib/stdlib/test/shell_docs_SUITE_data/unknown_erlang_nonempty_maybe_improper_list_2_type.txt')
-rw-r--r--lib/stdlib/test/shell_docs_SUITE_data/unknown_erlang_nonempty_maybe_improper_list_2_type.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/stdlib/test/shell_docs_SUITE_data/unknown_erlang_nonempty_maybe_improper_list_2_type.txt b/lib/stdlib/test/shell_docs_SUITE_data/unknown_erlang_nonempty_maybe_improper_list_2_type.txt
new file mode 100644
index 0000000000..49d5acbb14
--- /dev/null
+++ b/lib/stdlib/test/shell_docs_SUITE_data/unknown_erlang_nonempty_maybe_improper_list_2_type.txt
@@ -0,0 +1,6 @@
+
+ -type nonempty_maybe_improper_list(ContentType, TerminationType) ::
+  nonempty_maybe_improper_list(ContentType, TerminationType).
+
+ A maybe_improper_list(ContentType, TerminationType) that
+ contains some items.