racket/collects/datalog/main.rkt
2011-06-28 02:01:41 -04:00

7 lines
130 B
Racket

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