summaryrefslogtreecommitdiff
path: root/SC/Defs.hs
diff options
context:
space:
mode:
Diffstat (limited to 'SC/Defs.hs')
-rw-r--r--SC/Defs.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/SC/Defs.hs b/SC/Defs.hs
index 685d408..bb8e03f 100644
--- a/SC/Defs.hs
+++ b/SC/Defs.hs
@@ -59,7 +59,7 @@ type ANames = ITup TypedAName
type Exprs = ITup C.Expr
--- Type is a pointer type
+-- Type is the pointer type of the type that this name is supposed to be according to the type index.
data TypedAName = TypedAName C.Type Name
data TupANames t where