From 3cbc5823a9ab63337f144395eefea5ff18eee416 Mon Sep 17 00:00:00 2001 From: Josh Rahm Date: Sun, 11 Feb 2024 17:53:36 -0700 Subject: Added some more comments --- src/harness_adapter.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/harness_adapter.c') 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" -- cgit