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
Why not. Its just quite a bit more work. For instance, if we want to correctly interpret things like this: (let (:x :default x y) ...), then we can't evaluate :default x y immediately as the expansion of :default depend on the context. On the other hand, %-forms should be expanded in the context of where the variable was bound. So we have to create a closure.
In Coq's root Dune file we have:
I'd be great if we could instead write:
so the wildcard pattern is also applied to the profiles there.
c.f. #1155 (comment)
The text was updated successfully, but these errors were encountered: