diff options
Diffstat (limited to 'src/harness_adapter.c')
-rw-r--r-- | src/harness_adapter.c | 5 |
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" |