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 May 20, 2018. It is now read-only.
For example, the Branches function in #172 computes a type as either a (right-nested) Pair or Unit (terminating the list). But if we take a value of that type and try to eliminate it by use of first, it won’t work; there’s no way for definitional equality to reduce the call to Branches to determine the actual type.
We might be able to work around this by the addition of eliminators specific to values typed by Branches, but in general it appears that our definitional equality isn’t strong enough.
The text was updated successfully, but these errors were encountered:
For example, the
Branches
function in #172 computes a type as either a (right-nested)Pair
orUnit
(terminating the list). But if we take a value of that type and try to eliminate it by use offirst
, it won’t work; there’s no way for definitional equality to reduce the call toBranches
to determine the actual type.We might be able to work around this by the addition of eliminators specific to values typed by
Branches
, but in general it appears that our definitional equality isn’t strong enough.The text was updated successfully, but these errors were encountered: