This commit is contained in:
2026-05-15 21:27:30 -06:00
parent 6dda8c4268
commit 15e872779e
4 changed files with 44 additions and 18 deletions

View File

@@ -8,7 +8,10 @@
{-# OPTIONS_GHC -Wno-orphans -Wno-unused-matches -Wno-missing-signatures #-}
{- HLINT ignore "Avoid lambda using `infix`" -}
module Gyehoek.ANF.Syntax
(toANF, lower)
( Exp(..)
, toANF
, lower
)
where
import Data.Text (Text)