datalog/main.rkt
Sam Tobin-Hochstadt 8fd18912be Remove extra dirs.
2014-12-01 22:13:42 -05:00

9 lines
200 B
Racket

#lang racket/base
(require "runtime.rkt"
"serialize.rkt"
"stx.rkt")
(provide make-theory
theory/c
(all-from-out "serialize.rkt")
(all-from-out "stx.rkt"))