From 7da21648f84f4d7257c20f9cc0982462130d6832 Mon Sep 17 00:00:00 2001 From: Samuel Bronson Date: Wed, 8 Nov 2006 19:21:15 +0000 Subject: [PATCH] Doc nit in OccName --- compiler/basicTypes/OccName.lhs | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/basicTypes/OccName.lhs b/compiler/basicTypes/OccName.lhs index 9952ac2..a5b32ed 100644 --- a/compiler/basicTypes/OccName.lhs +++ b/compiler/basicTypes/OccName.lhs @@ -401,6 +401,7 @@ Here's our convention for splitting up the interface file name space: $w... workers :T... compiler-generated tycons for dictionaries :D... ...ditto data cons + :Co... ...ditto coercions $sf.. specialised version of f in encoded form these appear as Zdfxxx etc -- 1.7.10.4