8 lines
156 B
Haskell
8 lines
156 B
Haskell
module Core
|
|
( module Core.Syntax
|
|
)
|
|
where
|
|
----------------------------------------------------------------------------------
|
|
import Core.Syntax
|
|
|