From 70880ed642b0b0f162f1f46f9873470c204dcec9 Mon Sep 17 00:00:00 2001 From: Wesley Kerfoot Date: Tue, 18 Jun 2013 12:57:33 -0400 Subject: [PATCH] readme stuff --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index eeb6401..1bb6994 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ This is the beginnings of a little language based on a typed LC with let and mainly inspired by these: * http://cs.brown.edu/~sk/Publications/Books/ProgLangs/ - * http://www.cs.indiana.edu/hyplan/dfried/ts.ps + * http://www.cs.indiana.edu/hyplan/dfried/ts.ps (I plan on generating code in + trampolined style) * http://lucacardelli.name/papers/basictypechecking.a4.pdf