首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >idris-proof-script-mode接受哪种语言?

idris-proof-script-mode接受哪种语言?
EN

Stack Overflow用户
提问于 2020-07-02 19:54:30
回答 1查看 42关注 0票数 0

在Emacs中,使用idris-mode 20200522.808,当我使用C-c C-l加载文件时,系统会显示一个孔列表,并显示消息"Press the P button to solve the holes In the prover interactively“。

证明器由两个窗口组成:*idris-proof-obligations**idris-proof-script*。但我不明白这是怎么回事。我尝试输入在命令行验证程序中使用的相同术语,如intro `{{x}}rewriteWith mylemma,但当我键入M-n以"advance“时,我得到了以下错误消息:

代码语言:javascript
复制
Prover error: (input):1:7:
  |
1 | intro ‘{{n}}
  |       ^
unexpected ’‘’
expecting end of input or name

Prover error: (input):1:8:
  |
1 | rewriteWith sym (fibAuxEq 0 1 n)
  |        ^
unexpected ’W’
expecting tactic

我应该做些什么呢?

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2020-07-03 00:04:15

它接受the old theorem prover语言中的证明策略,该语言已被弃用。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/62695803

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档