Define 'Otherwise' macro

This commit is contained in:
Feng Lee 2019-07-02 13:39:23 +08:00
parent 9ee0a4d171
commit 177dc44155
3 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,8 @@
%% limitations under the License.
%%--------------------------------------------------------------------
-define(Otherwise, true).
-type(maybe(T) :: undefined | T).
-type(startlink_ret() :: {ok, pid()} | ignore | {error, term()}).