driver
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user