Renamed project to cur. tehe

This commit is contained in:
William J. Bowman 2015-01-27 19:07:17 -05:00
parent 0198b39f38
commit 9ebc1723c6
8 changed files with 17 additions and 6 deletions

11
README.md Normal file
View 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.

View File

@ -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

View File

@ -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

View File

@ -1,4 +1,4 @@
#lang s-exp "redex-core.rkt"
#lang s-exp "cur-redex.rkt"
(require "sugar.rkt")
(data nat : Type

View File

@ -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....

View File

@ -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

View File

@ -1,4 +1,4 @@
#lang s-exp "redex-core.rkt"
#lang s-exp "cur-redex.rkt"
(provide ->
->*
forall*