From 56b562e057bbce736786cf1df16ba6e40dde8f30 Mon Sep 17 00:00:00 2001 From: Théo Zimmermann Date: Thu, 19 Oct 2017 16:25:40 +0200 Subject: Moving bug numbers to BZ# format in the source code. Compared to the original proposition (01f848d in #960), this commit only changes files containing bug numbers that are also PR numbers. --- plugins/extraction/haskell.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/extraction/haskell.ml') diff --git a/plugins/extraction/haskell.ml b/plugins/extraction/haskell.ml index 0f537abece..f708307c38 100644 --- a/plugins/extraction/haskell.ml +++ b/plugins/extraction/haskell.ml @@ -145,7 +145,7 @@ let rec pp_expr par env args = | MLrel n -> let id = get_db_name n env in (* Try to survive to the occurrence of a Dummy rel. - TODO: we should get rid of this hack (cf. #592) *) + TODO: we should get rid of this hack (cf. BZ#592) *) let id = if Id.equal id dummy_name then Id.of_string "__" else id in apply (Id.print id) | MLapp (f,args') -> -- cgit v1.2.3