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
The cryptol remote API still needs some work to be able to handle some unique issues that arise from newtypes (basically, the generative nature of newtype declarations). See:
In addition, I think we should consider if newtypes should be allowed as property arguments. I'm starting to be inclined to say they should not be allowed, as this might break internal invariants. However, it makes them considerably less convenient, without something like #1028 to make it easier to program generation code for newtype values.
The text was updated successfully, but these errors were encountered:
The cryptol remote API still needs some work to be able to handle some unique issues that arise from newtypes (basically, the generative nature of newtype declarations). See:
cryptol/cryptol-remote-api/src/CryptolServer/Data/Expression.hs
Line 343 in f55aea6
In addition, I think we should consider if newtypes should be allowed as
property
arguments. I'm starting to be inclined to say they should not be allowed, as this might break internal invariants. However, it makes them considerably less convenient, without something like #1028 to make it easier to program generation code for newtype values.The text was updated successfully, but these errors were encountered: