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
{{ message }}
This repository was archived by the owner on Apr 25, 2020. It is now read-only.
Looking at the code, there seems to be no way to tell ghc-modi to type a file with spaces in its name -- the command parser uses words, which considers all spaces as parameter separators, escaped or otherwise.
Looking at the code, there seems to be no way to tell ghc-modi to
typea file with spaces in its name -- the command parser useswords, which considers all spaces as parameter separators, escaped or otherwise.