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
Note that the -explain option really only makes sense for a single, specific file - namely one where you got a type error on line i that you didn't understand. You might then repeat compilation with -explain i to get better insight.
https://github.com/Frege/frege/wiki/Compiler-Manpage
-comments Generate commented Java code. This makes code generation substantially slower, but can be useful at times.
-nowarn Not recommended. Suppress warnings like those about incomplete pattern matches.
-explain i[-j]
The text was updated successfully, but these errors were encountered: