summaryrefslogtreecommitdiff
path: root/src/Compile/Exec.hs
diff options
context:
space:
mode:
authorTom Smeding <t.j.smeding@uu.nl>2025-04-06 17:07:22 +0200
committerTom Smeding <t.j.smeding@uu.nl>2025-04-06 17:07:22 +0200
commit0a9e6dfc1accf9dc0254f0c720f633dab6e71f42 (patch)
tree754eaeecf01e554d7ad904c27a9b665879441ca0 /src/Compile/Exec.hs
parentb6c1d3a9d0651aa25ea5f03d514a214a3347f7a4 (diff)
Populate accumMapHEADmaster
Diffstat (limited to 'src/Compile/Exec.hs')
-rw-r--r--src/Compile/Exec.hs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Compile/Exec.hs b/src/Compile/Exec.hs
index 5f90ea2..d708fc0 100644
--- a/src/Compile/Exec.hs
+++ b/src/Compile/Exec.hs
@@ -4,6 +4,9 @@ module Compile.Exec (
KernelLib,
buildKernel,
callKernelFun,
+
+ -- * misc
+ lineNumbers,
) where
import Control.Monad (when)