From 2b73159ba68c43c881b6c8a64134cbc473c9dc91 Mon Sep 17 00:00:00 2001 From: letouzey Date: Sat, 13 Feb 2010 14:37:11 +0000 Subject: Fix NumbersSyntax.out Having to alias the inductive BigN.t_ by a constant BigN.t for satisfying the NSig interface is just a pain. Let's hope it could change someday. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12763 85f007b7-540e-0410-9357-904b9bb8a0f7 --- test-suite/output/NumbersSyntax.out | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/test-suite/output/NumbersSyntax.out b/test-suite/output/NumbersSyntax.out index 2e72e6c05b..57207b7be2 100644 --- a/test-suite/output/NumbersSyntax.out +++ b/test-suite/output/NumbersSyntax.out @@ -17,15 +17,15 @@ I31 1000000000000000000 : BigN.t_ 2 + 2 - : BigN.t_ + : bigN 2 + 2 - : BigN.t_ + : bigN = 4 - : BigN.t_ + : bigN = 37151199385380486 - : BigN.t_ + : bigN = 1267650600228229401496703205376 - : bigN.t_ + : bigN 2 : BigZ.t_ -1000000000000000000 -- cgit v1.2.3