docs: add authors
This commit is contained in:
parent
9d57b01a11
commit
cf619325a6
|
@ -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")
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue
Block a user