Renamed project to cur. tehe
This commit is contained in:
parent
0198b39f38
commit
9ebc1723c6
11
README.md
Normal file
11
README.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
cur
|
||||
===
|
||||
|
||||
CIC under Racket. A language with static dependent-types and dynamic
|
||||
types, type annotations and parenthesis, theorem proving and
|
||||
meta-programming.
|
||||
|
||||
> Noun
|
||||
> cur (plural curs)
|
||||
> > 1. (archaic) A mongrel or inferior dog.
|
||||
> > 2. (archaic) A detestable person.
|
|
@ -1,4 +1,4 @@
|
|||
#lang s-exp "redex-core.rkt"
|
||||
#lang s-exp "cur-redex.rkt"
|
||||
|
||||
(begin-for-syntax
|
||||
(define orig-insp (variable-reference->module-declaration-inspector
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#lang s-exp "redex-core.rkt"
|
||||
#lang s-exp "cur-redex.rkt"
|
||||
|
||||
;; Use racket libraries over your dependently typed code!?!?
|
||||
;; 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 "redex-core.rkt"
|
||||
#lang s-exp "cur-redex.rkt"
|
||||
(require "sugar.rkt")
|
||||
|
||||
(data nat : Type
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#lang s-exp "redex-core.rkt"
|
||||
#lang s-exp "cur-redex.rkt"
|
||||
(require "sugar.rkt" "nat.rkt")
|
||||
;; TODO: Can't export var, avar because technically these aren't
|
||||
;; defined....
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#lang s-exp "redex-core.rkt"
|
||||
#lang s-exp "cur-redex.rkt"
|
||||
(require rackunit racket/trace (for-syntax racket/syntax))
|
||||
|
||||
;; TODO: Move to standard library
|
||||
|
|
Loading…
Reference in New Issue
Block a user