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
As discussed in #1232, the current implementation of :set command in Eval Plugin is somewhat ad-hoc, and several extensions involving digits (such as Rank2Types) are rejected and there is no support of other style flags, such as -fprint-explicit-foralls.
We can use parseDynamicFlagsCmdLine to remedy this situation and comply with the spec of flags used in GHC.
The text was updated successfully, but these errors were encountered:
As discussed in #1232, the current implementation of
:set
command in Eval Plugin is somewhat ad-hoc, and several extensions involving digits (such asRank2Types
) are rejected and there is no support of other style flags, such as-fprint-explicit-foralls
.We can use
parseDynamicFlagsCmdLine
to remedy this situation and comply with the spec of flags used in GHC.The text was updated successfully, but these errors were encountered: