summaryrefslogtreecommitdiff
path: root/lib/stdlib/test/shell_docs_SUITE_data/unknown_erlang_none_0_type.txt
blob: bcefabd3551f2cc5dddbe5b6dfd04632111e9e04 (plain)
1
2
3
4
5
6

  -type none() :: none().

  This type is used to show that a function will never return a
  value; that is it will always throw an exception. In a spec, use 
  no_return() for the sake of clarity.