Moved all examples to own sub-directory
This commit is contained in:
parent
23c1b56065
commit
2796cba6fb
|
@ -1,11 +1,11 @@
|
|||
#lang s-exp "cur.rkt"
|
||||
#lang s-exp "../cur.rkt"
|
||||
|
||||
;; Use racket libraries over your dependently typed code!?!?
|
||||
;; TODO: actually, I'm not sure this should work quite as well as it
|
||||
;; seems to with check-equal?
|
||||
(require rackunit)
|
||||
(require
|
||||
(only-in "cur.rkt"
|
||||
(only-in "../cur.rkt"
|
||||
[#%app real-app]
|
||||
[define real-define]))
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
#lang s-exp "cur.rkt"
|
||||
#lang s-exp "../cur.rkt"
|
||||
(require
|
||||
"stdlib/sugar.rkt"
|
||||
"stdlib/prop.rkt"
|
||||
"../stdlib/sugar.rkt"
|
||||
"../stdlib/prop.rkt"
|
||||
racket/trace
|
||||
(for-syntax racket/syntax))
|
||||
|
|
@ -1,11 +1,11 @@
|
|||
#lang s-exp "cur.rkt"
|
||||
#lang s-exp "../cur.rkt"
|
||||
(require
|
||||
"stdlib/nat.rkt"
|
||||
"stdlib/sugar.rkt"
|
||||
"oll.rkt"
|
||||
"stdlib/maybe.rkt"
|
||||
"stdlib/bool.rkt"
|
||||
"stdlib/prop.rkt")
|
||||
"../stdlib/nat.rkt"
|
||||
"../stdlib/sugar.rkt"
|
||||
"../oll.rkt"
|
||||
"../stdlib/maybe.rkt"
|
||||
"../stdlib/bool.rkt"
|
||||
"../stdlib/prop.rkt")
|
||||
|
||||
(define-language stlc
|
||||
#:vars (x)
|
Loading…
Reference in New Issue
Block a user