summaryrefslogtreecommitdiff
path: root/src/Compile.hs
diff options
context:
space:
mode:
authorTom Smeding <tom@tomsmeding.com>2025-02-27 23:51:14 +0100
committerTom Smeding <tom@tomsmeding.com>2025-02-27 23:51:14 +0100
commit4af1d891b3fffb5ce879af1ce8026a36f9c37a74 (patch)
treeebc9f98cdfce32b7fd92b22af54f86ac427914eb /src/Compile.hs
parente9ab5d50093e48b64d758d67388ef32321ad1984 (diff)
Some non-working code lolhashable-gadt
Diffstat (limited to 'src/Compile.hs')
-rw-r--r--src/Compile.hs4
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)