Add more exports
This commit is contained in:
parent
f418c383f3
commit
31e29cf18e
2 changed files with 3 additions and 1 deletions
2
nbe.rkt
2
nbe.rkt
|
@ -168,4 +168,4 @@
|
||||||
(define (β-eq? a b)
|
(define (β-eq? a b)
|
||||||
(equal? (normalize a) (normalize b)))
|
(equal? (normalize a) (normalize b)))
|
||||||
|
|
||||||
(provide reify interp normalize β-eq? Term D V βη-eq?)
|
(provide reify interp normalize β-eq? Term D D-ne V βη-eq? ext subst1 subst idsub-tm)
|
||||||
|
|
2
type-checker.rkt
Normal file
2
type-checker.rkt
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
#lang typed/racket
|
||||||
|
(require "nbe.rkt")
|
Loading…
Add table
Add a link
Reference in a new issue