Skip to content

Commit

Permalink
Fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
justinpombrio committed Jun 14, 2017
1 parent ba8b2e8 commit d1c5aa8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

This repository contains two projects:

- The [reference implementation](scope-inference/README.html) for
"Inferring Scope through Syntactic Sugar", ICFP'17.
- An [experimental attempt](scope-safe-programming/README) at using
- The [reference implementation](https://github.com/brownplt/scope-graph/tree/master/scope-inference) for
[Inferring Scope through Syntactic Sugar](http://cs.brown.edu/~sk/Publications/Papers/Published/pkw-inf-scope-syn-sugar/), ICFP'17.
- An [experimental attempt](https://github.com/brownplt/scope-graph/tree/master/scope-safe-programming) at using
the ideas from the paper to provide a representation of terms in
Haskell that is *scope safe*, such that unhygienic transformations
do not type check.
do not type check. (This is not discussed in the paper.)

0 comments on commit d1c5aa8

Please sign in to comment.