1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
(** @canonical Datalog.AST *)
module AST = Datalog__AST
(** @canonical Datalog.BottomUp *)
module BottomUp = Datalog__BottomUp
(** @canonical Datalog.Default *)
module Default = Datalog__Default
(** @canonical Datalog.Lexer *)
module Lexer = Datalog__Lexer
(** @canonical Datalog.Parser *)
module Parser = Datalog__Parser
(** @canonical Datalog.Version *)
module Version = Datalog__Version