Coqtail icon indicating copy to clipboard operation
Coqtail copied to clipboard

Highlight modules with signatures

Open Lysxia opened this issue 2 years ago • 1 comments

Module A : B.

The part after the colon is currently not recognized. The regexp for modules looks a bit too tricky to understand at the moment.

Lysxia avatar Apr 10 '22 21:04 Lysxia

This problem also plagues module subtype relations, as seen in Coq's own theories/Arith/PeanoNat.v.

Module Nat
 <: NAxiomsSig
 <: UsualDecidableTypeFull
 <: OrderedTypeFull
 <: TotalOrder.

Tuplanolla avatar May 24 '22 09:05 Tuplanolla