diff options
author | Tom Smeding <tom@tomsmeding.com> | 2025-02-27 23:51:14 +0100 |
---|---|---|
committer | Tom Smeding <tom@tomsmeding.com> | 2025-02-27 23:51:14 +0100 |
commit | 4af1d891b3fffb5ce879af1ce8026a36f9c37a74 (patch) | |
tree | ebc9f98cdfce32b7fd92b22af54f86ac427914eb /src/Compile.hs | |
parent | e9ab5d50093e48b64d758d67388ef32321ad1984 (diff) |
Some non-working code lolhashable-gadt
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) |