[project @ 2001-02-05 17:50:26 by rrt]
authorrrt <unknown>
Mon, 5 Feb 2001 17:50:26 +0000 (17:50 +0000)
committerrrt <unknown>
Mon, 5 Feb 2001 17:50:26 +0000 (17:50 +0000)
Improved comment.

ghc/compiler/basicTypes/Literal.lhs

index 62ead1c..fb93ef4 100644 (file)
@@ -99,6 +99,8 @@ data Literal
   | MachFloat  Rational
   | MachDouble Rational
 
+        -- MachLabel is used (only) for the literal derived from a 
+       -- "foreign label" declaration.
        -- string argument is the name of a symbol.  This literal
        -- refers to the *address* of the label.
   | MachLabel   FAST_STRING            -- always an Addr#