RESULT_DISAGREED_WITH_EXPECTED_TYPE
RESULT_DISAGREED_WITH_EXPECTED_TYPE("«return result disagreed with expected type»", functionType(
tuple(
mostGeneralFunctionType(),
topMeta(),
variableTypeFor(Types.ANY.o)),
bottom), null)
Content copied to clipboard
The HookType for a hook that holds the function to invoke whenever a returned value disagrees with the expected type.
Functions
Link copied to clipboard
Extract the current A_Function for this hook from the given runtime.
Link copied to clipboard
Set this hook for the given runtime to the given function.
Properties
Link copied to clipboard
A supplier of a default A_Function to use for this hook type.
Link copied to clipboard