-
Notifications
You must be signed in to change notification settings - Fork 0
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
Options for conversion/normalization #23
Comments
Another thing that I will soon be starting to try out is an experimental implementation of guarded cartesian cubical type theory. This is another natural choice for having a flag... |
To support option switching, I just have to learn a bit better how this library works that I am using to generate the command-line frontend. |
Another option/flag I want to support is "paranoid-mode" which runs the normalizer on all definitions as they are added to the proof state. We are using this right now to catch bugs, but it is very slow, and shouldn't be on by default. |
This comment has been minimized.
This comment has been minimized.
After RedPRL/redtt#270. |
Updates: We do support options, but the current code structure can be improved. In my opinion, we should replace the ad hoc option setting with reactive programming. |
The general design issue I see is to use algebraic effects to communicate such preferences. |
--allows-empty-system
: no ghcom etc--fhcom-kan=?
: try different implementations of fcomand Vtypes.--paranoid
: normalize everything extremely eagarly--favonia
: trolling mode@mortberg What would be on your list to try out?
The text was updated successfully, but these errors were encountered: