Merge branch 'master' into reflection
This commit is contained in:
commit
c537287df4
|
@ -1,4 +1,4 @@
|
||||||
#lang s-exp "cur-redex.rkt"
|
#lang s-exp "redex-curnel.rkt"
|
||||||
|
|
||||||
;; Use racket libraries over your dependently typed code!?!?
|
;; Use racket libraries over your dependently typed code!?!?
|
||||||
;; TODO: actually, I'm not sure this should work quite as well as it
|
;; TODO: actually, I'm not sure this should work quite as well as it
|
||||||
|
|
2
nat.rkt
2
nat.rkt
|
@ -1,4 +1,4 @@
|
||||||
#lang s-exp "cur-redex.rkt"
|
#lang s-exp "redex-curnel.rkt"
|
||||||
(require "sugar.rkt")
|
(require "sugar.rkt")
|
||||||
(module+ test
|
(module+ test
|
||||||
(require rackunit))
|
(require rackunit))
|
||||||
|
|
2
oll.rkt
2
oll.rkt
|
@ -1,4 +1,4 @@
|
||||||
#lang s-exp "cur-redex.rkt"
|
#lang s-exp "redex-curnel.rkt"
|
||||||
;; OLL: The OTT-Like Library
|
;; OLL: The OTT-Like Library
|
||||||
(require "sugar.rkt" "nat.rkt")
|
(require "sugar.rkt" "nat.rkt")
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#lang s-exp "cur-redex.rkt"
|
#lang s-exp "redex-curnel.rkt"
|
||||||
;; Ignore this file.
|
;; Ignore this file.
|
||||||
(require rackunit racket/trace (for-syntax racket/syntax))
|
(require rackunit racket/trace (for-syntax racket/syntax))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user