ryuta-ito / coqtop-vim

Interact with coqtop within Vim
0 stars 0 forks source link

行末にコメント追加されるとうまく動かない #14

Open ryuta-ito opened 4 years ago

ryuta-ito commented 4 years ago
Inductive prop : Type :=
| atomp (n : nat) : prop (* P_1 P_2, ... *)
| notp (p : prop) : prop
| andp (p q : prop) : prop
| orp  (p q : prop) : prop
| impp (p q : prop) : prop.

のようなケースがうまく動かない

ryuta-ito commented 1 month ago
Notation "[ x ; .. ; y ]" := (cons x .. (cons y nil) ..).

のようなケースも動かない