rename dep2 requires -> dep

This commit is contained in:
Stephen Chang 2017-08-14 13:51:41 -04:00
parent fcc9429932
commit 7fc8bd8c15
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#lang s-exp "../dep2-assist.rkt"
#lang s-exp "../dep-assist.rkt"
(require "rackunit-typechecking.rkt")
; Π → λ ∀ ≻ ⊢ ≫ ⇒

View File

@ -1,4 +1,4 @@
#lang s-exp "../dep2.rkt"
#lang s-exp "../dep.rkt"
(require "rackunit-typechecking.rkt")
; Π → λ ∀ ≻ ⊢ ≫ ⇒

View File

@ -1,4 +1,4 @@
#lang s-exp "../dep2.rkt"
#lang s-exp "../dep.rkt"
(require "rackunit-typechecking.rkt")
; Π → λ ∀ ≻ ⊢ ≫ ⇒