Skip to Content.
Sympa Menu

coq-club - [Coq-Club] the context of sequence diagram

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] the context of sequence diagram


chronological Thread 
  • From: ldou AT cs.ecnu.edu.cn
  • To: coq-club AT inria.fr
  • Subject: [Coq-Club] the context of sequence diagram
  • Date: Sat, 17 Sep 2011 21:12:29 +0800

hi,guys,
    i'm using Coq to formalize the Sequence Diagram. The following inductive type of sequence diagram has been defined:

Inductive seqDiag:Set :=
|DE: event ->seqDiag
|DStrict:seqDiag->seqDiag->seqDiag
|DPar: seqDiag->seqDiag->seqDiag
|DSeq: seqDiag -> seqDiag ->seqDiag.

   Then i want to define "context" in Coq. According to our concept, a context is a sequence diagram with one of its fragment replaced by a special symbol x, just like term rewriting. how should i define "context"? any suggestions are appreciated.



----------------
===========================================================
Best regards!
 
窦亮
华东师范大学计算机科学技术系
(Department of Computer Science, East China Normal University)

E-mail:ldou AT cs.ecnu.edu.cn聽聽聽
 
===========================================================



Archive powered by MhonArc 2.6.16.

Top of Page