diff options
author | Siddharth Bhat <siddharth.bath@tweag.io> | 2019-06-25 15:16:24 +0200 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2019-06-26 08:16:30 -0400 |
commit | e0899925b065813821f1bab43e2b0c4cc434633a (patch) | |
tree | efe96d72d334ae4bed51b270e5b855d567c3015d /rts | |
parent | c99d9aab415ad4aef9abdd8dc70a9063c0f6270c (diff) | |
download | haskell-e0899925b065813821f1bab43e2b0c4cc434633a.tar.gz |
[skip ci] add a blurb about the purpose of Printer.c
Diffstat (limited to 'rts')
-rw-r--r-- | rts/Printer.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rts/Printer.c b/rts/Printer.c index f4d1111892..996199ea52 100644 --- a/rts/Printer.c +++ b/rts/Printer.c @@ -2,7 +2,8 @@ * * (c) The GHC Team, 1994-2000. * - * Heap printer + * Heap printer: This is used for debugging within GDB or for emitting debug + * prints. * * ---------------------------------------------------------------------------*/ |