export consistent-with?

This commit is contained in:
Robby Findler 2014-03-21 14:52:34 -05:00
parent 51651d2dc4
commit ea8889397b

View File

@ -1,6 +1,7 @@
#lang racket/base #lang racket/base
(require redex/reduction-semantics) (require redex/reduction-semantics)
(provide stlc-tests) (provide stlc-tests
consistent-with?)
(define (consistent-with? t1 t2) (define (consistent-with? t1 t2)
(define table (make-hash)) (define table (make-hash))