Questions tagged [fstar-mode]

3 questions
3
votes
0 answers

Is there an proof search functionality for F*?

As we know, we have "auto" (proof search) in Agda (Ctrl+c Ctrl+a in Emacs) as well as Idris as well as Coq, but when I was digging into F*'s Emacs mode, I failed to find a similar functionality. Does F* have this feature? If so, how can I use it?
ice1000
  • 6,406
  • 4
  • 39
  • 85
2
votes
1 answer

Gdb with emacs and F*

I would like to debug simple F* program using Emacs fstar-mode and gdb. At the very end of the wiki of fstar-mode https://github.com/FStarLang/fstar-mode.el is information: The fstar-gdb command (M-x) attaches GDB to the current F* process and…
Bartek Wójcik
  • 473
  • 3
  • 15
0
votes
1 answer

How can I display the value and/or type of an fstar expression?

I'm going through the fstar tutorial using the emacs fstar-mode. Is there a way to evaluate an expression or its type? What I'm looking for is an equivalent to Lean's #check or #eval.
azani
  • 486
  • 3
  • 14