Core.hs export list
This commit is contained in:
17
src/Core.hs
17
src/Core.hs
@@ -1,5 +1,20 @@
|
|||||||
{-# LANGUAGE PatternSynonyms, OverloadedStrings #-}
|
{-# LANGUAGE PatternSynonyms, OverloadedStrings #-}
|
||||||
module Core where
|
module Core
|
||||||
|
( Expr(..)
|
||||||
|
, pattern (:$)
|
||||||
|
, Binding(..)
|
||||||
|
, pattern (:=)
|
||||||
|
, Rec(..)
|
||||||
|
, Alter(..)
|
||||||
|
, Name
|
||||||
|
, ScDef(..)
|
||||||
|
, Program(..)
|
||||||
|
, corePrelude
|
||||||
|
, bindersOf
|
||||||
|
, rhssOf
|
||||||
|
, isAtomic
|
||||||
|
)
|
||||||
|
where
|
||||||
----------------------------------------------------------------------------------
|
----------------------------------------------------------------------------------
|
||||||
import Data.Coerce
|
import Data.Coerce
|
||||||
import Data.Pretty
|
import Data.Pretty
|
||||||
|
|||||||
Reference in New Issue
Block a user