diff options
| author | Pierre Letouzey | 2017-02-22 23:15:24 +0100 |
|---|---|---|
| committer | Jason Gross | 2018-08-31 20:05:53 -0400 |
| commit | b786723fe7aff0c58ac949d44a356e2df6805645 (patch) | |
| tree | ac9420ae8a7264db22e46b6ec914550519c0a65a /plugins/syntax/numeral_notation_plugin.mlpack | |
| parent | b3c75936a4912ca794cdcecfeb92044552336c63 (diff) | |
Numeral Notation (for inductive types)
This is a portion of roglo's PR#156 introducing a Numeral Notation
command : we deal here with inductive types via conversion fonctions
from/to Z written in Coq.
For an example, see plugins/syntax/NatSyntaxViaZ.v
This commit does not include the part about printing via some ltac.
Using ltac was meant for dealing with real numbers, let's see first what
become PR#415 about a compact representation for real literals.
Diffstat (limited to 'plugins/syntax/numeral_notation_plugin.mlpack')
| -rw-r--r-- | plugins/syntax/numeral_notation_plugin.mlpack | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/syntax/numeral_notation_plugin.mlpack b/plugins/syntax/numeral_notation_plugin.mlpack new file mode 100644 index 0000000000..643c148979 --- /dev/null +++ b/plugins/syntax/numeral_notation_plugin.mlpack @@ -0,0 +1 @@ +G_numeral |
