Skip to content

Commit 5b5f156

Browse files
committed
Only export the macroEval function.
1 parent a655f50 commit 5b5f156

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

macro.hs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@
2929
- in the output.
3030
-
3131
- -}
32-
module Scheme.Macro where
32+
module Scheme.Macro
33+
(
34+
macroEval
35+
) where
3336
import Scheme.Types
3437
import Scheme.Variables
3538
import Control.Monad

0 commit comments

Comments
 (0)