aboutsummaryrefslogtreecommitdiff
path: root/printing
diff options
context:
space:
mode:
authorppedrot2013-08-19 18:16:23 +0000
committerppedrot2013-08-19 18:16:23 +0000
commit51684142c40fced940bb870742bc7f75c3e2fd52 (patch)
tree9a8e883e7c53d2fa23ef8f0d9deffabeccfeb56e /printing
parent09d7951e0c0009e4ac55091cede25b88576759d2 (diff)
Modulification and removing of structural equality in Stateid.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16705 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'printing')
-rw-r--r--printing/ppvernac.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/printing/ppvernac.ml b/printing/ppvernac.ml
index b5277b62e3..06d0958183 100644
--- a/printing/ppvernac.ml
+++ b/printing/ppvernac.ml
@@ -480,7 +480,7 @@ let rec pr_vernac = function
| VernacStm JoinDocument -> str"Stm JoinDocument"
| VernacStm Finish -> str"Stm Finish"
| VernacStm (Observe id) ->
- str"Stm Observe " ++ str(Stateid.string_of_state_id id)
+ str"Stm Observe " ++ str(Stateid.to_string id)
| VernacStm (Command v) -> str"Stm Command " ++ pr_vernac v
| VernacStm (PGLast v) -> str"Stm PGLast " ++ pr_vernac v