www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit cf619325a63382b0653087496c0918ddeaf1dd60
parent 9d57b01a11e4364bb4ccf84fd8bfa2a98828c062
Author: Stephen Chang <stchang@ccs.neu.edu>
Date:   Thu, 29 Sep 2016 10:47:17 -0400

docs: add authors

Diffstat:
Mturnstile/scribblings/turnstile.scrbl | 8++++++--
1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/turnstile/scribblings/turnstile.scrbl b/turnstile/scribblings/turnstile.scrbl @@ -6,6 +6,11 @@ @defmodule[turnstile #:lang #:use-sources (turnstile/turnstile)] +@(author + (author+email "Alex Knauth" "alexander@knauth.org" #:obfuscate? #t) + (author+email "Ben Greenman" "types@ccs.neu.edu" #:obfuscate? #t) + (author+email "Stephen Chang" "stchang@racket-lang.org" #:obfuscate? #t)) + @section{Introduction} Turnstile aims to help Racket programmers create typed languages. It does so @@ -30,4 +35,4 @@ programmers are accustomed to. #:title "Local Type Inference" #:location "POPL" #:date "1998") - ) -\ No newline at end of file + )