racket/collects/datalog/main.rkt
2011-07-26 08:22:19 -04:00

9 lines
195 B
Racket

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