docs: add authors

This commit is contained in:
Stephen Chang 2016-09-29 10:47:17 -04:00
parent 9d57b01a11
commit cf619325a6

View File

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