aboutsummaryrefslogtreecommitdiff
path: root/src/harness_adapter.c
diff options
context:
space:
mode:
authorJosh Rahm <joshuarahm@gmail.com>2024-02-11 17:53:36 -0700
committerJosh Rahm <joshuarahm@gmail.com>2024-02-11 17:53:36 -0700
commit3cbc5823a9ab63337f144395eefea5ff18eee416 (patch)
tree0eb29c70b15f90952d6a03f12f99d51d487386e4 /src/harness_adapter.c
parentd1ef7fab6edb3550f46f65803fe53f027cfb5dd8 (diff)
downloadwetterhorn-3cbc5823a9ab63337f144395eefea5ff18eee416.tar.gz
wetterhorn-3cbc5823a9ab63337f144395eefea5ff18eee416.tar.bz2
wetterhorn-3cbc5823a9ab63337f144395eefea5ff18eee416.zip
Added some more comments
Diffstat (limited to 'src/harness_adapter.c')
-rw-r--r--src/harness_adapter.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/harness_adapter.c b/src/harness_adapter.c
index 15a2269..82e8caf 100644
--- a/src/harness_adapter.c
+++ b/src/harness_adapter.c
@@ -1,3 +1,8 @@
+// This file provides functions for the wetterhorn harness that are not
+// expressible directly in haskell.
+//
+// Currently these functions exclusively enable/disable the Haskell runtime.
+
#include "HsFFI.h"
#include "plugin_interface.h"