You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 28, 2022. It is now read-only.
The interpreter classifies dynamic type check fails into four categories evalTCResult in EvalUtil.ml. Do something similar in the runtime library, rather than the current "dynamic typecheck failed" general message.
This will require carrying over a failure message / code, ideally done though std::expected, but that isn't officially there in C++ yet, so maybe an unofficial one ?
The text was updated successfully, but these errors were encountered:
The interpreter classifies dynamic type check fails into four categories
evalTCResult
inEvalUtil.ml
. Do something similar in the runtime library, rather than the current "dynamic typecheck failed" general message.This will require carrying over a failure message / code, ideally done though
std::expected
, but that isn't officially there in C++ yet, so maybe an unofficial one ?The text was updated successfully, but these errors were encountered: