summaryrefslogtreecommitdiff
path: root/SC/Defs.hs
diff options
context:
space:
mode:
authorTom Smeding <tom@tomsmeding.com>2021-09-22 21:13:53 +0200
committerTom Smeding <tom@tomsmeding.com>2021-09-22 21:13:53 +0200
commitf42d7f4562ea2e5c9ef634665952e38630f17ae4 (patch)
treecaaedd5c1fd239af4e0a8ea2fe25804248e684ca /SC/Defs.hs
parentb18a1a6210b3f89071b3615a55352d007f4cfed9 (diff)
No more errors, but lots unimplemented
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