[icfp] anonymized
This commit is contained in:
parent
6a5cb67cd0
commit
a96bc36c46
|
@ -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.
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue
Block a user