shithub: MicroHs

Download patch

ref: 36fe36ef5ecdc22e93ab4ffdf775c9d28e8391b8
parent: 130472fef7ee4735af14c4796fdcc963f5517001
author: Lennart Augustsson <lennart@augustsson.net>
date: Mon Oct 7 20:07:03 EDT 2024

Add comment

--- a/src/runtime/eval.c
+++ b/src/runtime/eval.c
@@ -259,7 +259,7 @@
     void           *uuptr;
     HsFunPtr        uufunptr;
     struct ioarray *uuarray;
-    struct forptr  *uuforptr;
+    struct forptr  *uuforptr;      /* foreign pointers and byte arrays */
   } uarg;
 } node;
 typedef struct node* NODEPTR;
--