All checks were successful
Sophia Tests / tests (push) Successful in 48m54s
A few references to oracles still remain, but they have been removed as a feature, at least. Reviewed-on: #985 Reviewed-by: Ulf Wiger <ulfwiger@qpq.swiss> Co-authored-by: Craig Everett <zxq9@zxq9.com> Co-committed-by: Craig Everett <zxq9@zxq9.com>
7 lines
156 B
Erlang
7 lines
156 B
Erlang
-define(IS_CONTRACT_HEAD(X),
|
|
(X =:= contract_main orelse
|
|
X =:= contract_interface orelse
|
|
X =:= contract_child
|
|
)
|
|
).
|