Pt 166233685 fate oracles #169

Merged
gorillainduction merged 8 commits from PT-166233685-fate-oracles into master 2019-06-18 20:56:49 +09:00
Showing only changes of commit 0e975b9d88 - Show all commits

View File

@ -146,10 +146,10 @@ ops_defs() ->
oracle_register, {any,any,any,any,any,any}, oracle, "TODO: Document and describe types"} oracle_register, {any,any,any,any,any,any}, oracle, "TODO: Document and describe types"}
, { 'ORACLE_QUERY', 16#62, false, 3, [a,a,a,a,a,a], , { 'ORACLE_QUERY', 16#62, false, 3, [a,a,a,a,a,a],
oracle_query, {any,any,any,any,any},oracle_query, "TODO: Document and describe types."} oracle_query, {any,any,any,any,any},oracle_query, "TODO: Document and describe types."}
, { 'ORACLE_RESPOND', 16#63, false, 3, [a,a,a,a,a], , { 'ORACLE_RESPOND', 16#63, false, 3, [a,a,a,a],
oracle_respond, {any,any,any,any}, any, "TODO: Document and describe types."} oracle_respond, {any,any,any,any}, none, "TODO: Document and describe types."}
, { 'ORACLE_EXTEND', 16#64, false, 3, [a,a,a,a,a], , { 'ORACLE_EXTEND', 16#64, false, 3, [a,a,a],
oracle_extend, {any,any,any,any}, any, "TODO: Document and describe types."} oracle_extend, {any,any,any}, any, "TODO: Document and describe types."}
, { 'ORACLE_GET_ANSWER', 16#65, false, 3, [a,a,a], , { 'ORACLE_GET_ANSWER', 16#65, false, 3, [a,a,a],
oracle_get_answer, {any,any}, any, "TODO: Document and describe types."} oracle_get_answer, {any,any}, any, "TODO: Document and describe types."}
, { 'ORACLE_GET_QUESTION', 16#66, false, 3, [a,a,a], , { 'ORACLE_GET_QUESTION', 16#66, false, 3, [a,a,a],