mirror of
https://github.com/correl/riichi.git
synced 2025-03-17 01:06:29 -09:00
7 lines
130 B
Erlang
7 lines
130 B
Erlang
|
|
-define(LAZY(Expr), fun() ->
|
|
Expr
|
|
end).
|
|
|
|
-define(FORCE(Expr), apply(Expr, [])).
|
|
|