diff options
author | Tom Smeding <tom@tomsmeding.com> | 2021-09-22 21:13:53 +0200 |
---|---|---|
committer | Tom Smeding <tom@tomsmeding.com> | 2021-09-22 21:13:53 +0200 |
commit | f42d7f4562ea2e5c9ef634665952e38630f17ae4 (patch) | |
tree | caaedd5c1fd239af4e0a8ea2fe25804248e684ca /SC/Defs.hs | |
parent | b18a1a6210b3f89071b3615a55352d007f4cfed9 (diff) |
No more errors, but lots unimplemented
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 |