Skip to content

Commit 2fa594e

Browse files
committed
wip
1 parent 643ca47 commit 2fa594e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gibbon-compiler/src/Gibbon/Passes/Cursorize.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1283,7 +1283,7 @@ cursorizePackedExp freeVarToVarEnv lenv ddfs fundefs denv tenv senv ex =
12831283
let_assign_write_cur <$> LetE (d',[], CursorTy, Ext $ WriteVector write_vector_at rnd' (stripTyLocs el_ty)) <$>
12841284
go2 marker_added fvarenv' aft_dloc from_rec_end aft_flocs' rst
12851285

1286-
_ -> error "TODO: Cursorize: cursorizePackedExp: Not implemented!!"
1286+
_ -> error $ "TODO: Cursorize: cursorizePackedExp: Ty not implemented!! " ++ show (ty)
12871287

12881288
-- -- Write a pointer to a vector
12891289
-- ListTy el_ty -> do

0 commit comments

Comments
 (0)