export consistent-with?
This commit is contained in:
parent
51651d2dc4
commit
ea8889397b
|
@ -1,6 +1,7 @@
|
|||
#lang racket/base
|
||||
(require redex/reduction-semantics)
|
||||
(provide stlc-tests)
|
||||
(provide stlc-tests
|
||||
consistent-with?)
|
||||
|
||||
(define (consistent-with? t1 t2)
|
||||
(define table (make-hash))
|
||||
|
|
Loading…
Reference in New Issue
Block a user