Skip to Content.
Sympa Menu

coq-club - [Coq-Club] Ascii module

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] Ascii module


chronological Thread 
  • From: AUGER Cedric <Cedric.Auger AT lri.fr>
  • To: coq-club AT inria.fr
  • Subject: [Coq-Club] Ascii module
  • Date: Wed, 2 Mar 2011 15:27:47 +0100

Hi all, I would like to know if hiding the
"match c with Ascii b0 b1 b2 b3 b4 b5 b6 b7 => â€¦ end"
when you do some "compute." or "simpl." with a module type wouldn't be
nicer (as I did in the joint file); the obvious disadvantage, is that
we can compute values only by rewritings, where the current version can
simply evaluate expressions; but we may gain the possibility to have
more readable code.

What do you do to keep types clean with ascii?

Attachment: char.v
Description: Binary data




Archive powered by MhonArc 2.6.16.

Top of Page