mirror of
https://github.com/correl/riichi.git
synced 2025-02-20 03:13:18 +00:00
7 lines
130 B
Erlang
7 lines
130 B
Erlang
|
|
-define(LAZY(Expr), fun() ->
|
|
Expr
|
|
end).
|
|
|
|
-define(FORCE(Expr), apply(Expr, [])).
|
|
|