diff --git a/icfp-2016/intro.scrbl b/icfp-2016/intro.scrbl index 6aa65d8..c3f3cba 100644 --- a/icfp-2016/intro.scrbl +++ b/icfp-2016/intro.scrbl @@ -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. diff --git a/icfp-2016/paper.scrbl b/icfp-2016/paper.scrbl index ecf22b6..9b1b5ec 100644 --- a/icfp-2016/paper.scrbl +++ b/icfp-2016/paper.scrbl @@ -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}