-
Notifications
You must be signed in to change notification settings - Fork 246
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ fix #698 ] Safe reflection module #799
Conversation
Also cleanup, deprecation, new unArg-dec magic.
Some cleaning up still needed. However I am stuck on a refactoring.
The above point can be done via Traversable or a general fold function.
|
I am not planning to write any additional traversals, I am just redistributing |
+ Additional cleanup
Last thing missing: the deprecated names moved to |
Now that Agda internalises all the properties we need, we should be able to
finally turn the
--safe
option on in theReflection
module.