9 lines
130 B
Haskell
9 lines
130 B
Haskell
|
|
module Datalog
|
||
|
|
( module Datalog.Syntax
|
||
|
|
, module Datalog.Parser
|
||
|
|
)
|
||
|
|
where
|
||
|
|
|
||
|
|
import Datalog.Syntax
|
||
|
|
import Datalog.Parser
|