diff options
author | Tom Smeding <t.j.smeding@uu.nl> | 2025-04-06 17:07:22 +0200 |
---|---|---|
committer | Tom Smeding <t.j.smeding@uu.nl> | 2025-04-06 17:07:22 +0200 |
commit | 0a9e6dfc1accf9dc0254f0c720f633dab6e71f42 (patch) | |
tree | 754eaeecf01e554d7ad904c27a9b665879441ca0 /src/Compile/Exec.hs | |
parent | b6c1d3a9d0651aa25ea5f03d514a214a3347f7a4 (diff) |
Diffstat (limited to 'src/Compile/Exec.hs')
-rw-r--r-- | src/Compile/Exec.hs | 3 |
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) |