diff options
Diffstat (limited to 'src/Compile.hs')
-rw-r--r-- | src/Compile.hs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Compile.hs b/src/Compile.hs index 8d5fd13..d0e3d58 100644 --- a/src/Compile.hs +++ b/src/Compile.hs @@ -3,7 +3,9 @@ {-# LANGUAGE LambdaCase #-} {-# LANGUAGE PolyKinds #-} {-# LANGUAGE TypeApplications #-} -module Compile where +module Compile ( + compile, +) where import Control.Monad.Trans.State.Strict import Data.Bifunctor (first, second) |