diff options
Diffstat (limited to 'SC/Defs.hs')
-rw-r--r-- | SC/Defs.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |