Expands upon #69 to include context search for h_err and h_sp.
These assumptions are not strictly required, since we don't reflect information from them,
so if they are not present we introduce a new goal for them (in contrast to the other hypotheses, for which we simply throw an error).
Testing:
make all succeeds, including conformance testing
License:
By submitting this pull request, I confirm that my contribution is
made under the terms of the Apache 2.0 license.
Description:
Expands upon #69 to include context search for
h_err
andh_sp
. These assumptions are not strictly required, since we don't reflect information from them, so if they are not present we introduce a new goal for them (in contrast to the other hypotheses, for which we simply throw an error).Testing:
make all
succeeds, including conformance testingLicense:
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.