[icfp] anonymized

This commit is contained in:
ben 2016-03-10 23:25:02 -05:00
parent 6a5cb67cd0
commit a96bc36c46
2 changed files with 6 additions and 5 deletions

View File

@ -128,6 +128,6 @@ We also give a modern description of Racket's macro system and handle definition
@parag{Eager Evaluation}
Our implementation is freely available as a Racket package.
To install the library, download Racket and then run @racket[raco pkg install trivial].
The source code is on Github at: @url["https://github.com/bennn/trivial"].
To install the library, download Racket and then run @racket[raco pkg install ???].
The source code is on Github at: @url["https://github.com/???/???"].
Suggestions for a new package name are welcome.

View File

@ -2,9 +2,10 @@
@(require "common.rkt")
@authorinfo["Ben Greenman and Stephen Chang"
"PLT @ Northeastern University, Boston, USA"
""]
@authorinfo["???" "???" ""]
@;@authorinfo["Ben Greenman and Stephen Chang"
@; "PLT @ Northeastern University, Boston, USA"
@; ""]
@title{Functional Pearl: Do you see what I see?}
@; @subtitle{Improving a simple type system with dependent macros}