Closed msprotz closed 9 years ago
I think fstar-mode.el is not at fault here. The interactive mode of F* (--in
flag) should catch the error and report it:
$ bin/fstar.exe --in
#push
type t = T
#end
Unexpected error; please file a bug report, ideally with a minimized version of the source program that triggered the error.
Failure("Unset current module")
@msprotz Can you report the issue to FStarLang/FStar?
(just do a file that contains
type t = T
)