Define 'Otherwise' macro
This commit is contained in:
parent
9ee0a4d171
commit
177dc44155
|
@ -14,6 +14,8 @@
|
||||||
%% limitations under the License.
|
%% limitations under the License.
|
||||||
%%--------------------------------------------------------------------
|
%%--------------------------------------------------------------------
|
||||||
|
|
||||||
|
-define(Otherwise, true).
|
||||||
|
|
||||||
-type(maybe(T) :: undefined | T).
|
-type(maybe(T) :: undefined | T).
|
||||||
|
|
||||||
-type(startlink_ret() :: {ok, pid()} | ignore | {error, term()}).
|
-type(startlink_ret() :: {ok, pid()} | ignore | {error, term()}).
|
||||||
|
|
Loading…
Reference in New Issue