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

  -type mfa() :: {module(), atom(), arity()}.

  A three-tuple representing a Module:Function/Arity function
  signature.