Replies: 2 comments
-
Hi, In the filter function, you should think about the soundness by yourself. The filter function describes the behavior of how the filter works, but does not tell you when this is applied. This is what you have to think. |
Beta Was this translation helpful? Give feedback.
-
Thank you for your explanation 😊 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I have a question about the definition of concrete domains in our homework.
These concrete domains are context-insensitive and I think it forces to use strong update instead of weak update in some cases.
For example, abstract filter function
is always a strong update (simple overwriting) because the concrete domains are context-insensitive. Is it okay to use this definition in our homework implementation?
Beta Was this translation helpful? Give feedback.
All reactions