summaryrefslogtreecommitdiff
path: root/src/Compile/Exec.hs
diff options
context:
space:
mode:
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)