www

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

commit 2b74c85f83598fc08a3861486c737847b21dd979
parent 4ad59206eb2d46317b6899fe48879294924f8578
Author: Georges Dupéron <georges.duperon@gmail.com>
Date:   Wed, 18 Jan 2017 00:01:23 +0100

Revert "Attempt to fix build on Travis"

This reverts commit 4ad59206eb2d46317b6899fe48879294924f8578.

Diffstat:
Mgraph-type.hl.rkt | 9+++------
1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/graph-type.hl.rkt b/graph-type.hl.rkt @@ -1,4 +1,4 @@ -#lang hyper-literate typed/racket/base #:no-auto-require +#lang hyper-literate typed/racket #:no-auto-require @require[scribble-math scribble-enhanced/doc @@ -81,12 +81,9 @@ (require racket/require phc-toolkit (lib "phc-adt/tagged-structure-low-level.hl.rkt") - (for-syntax (subtract-in racket/base - phc-graph/subtemplate-override) - "graph-info.hl.rkt" + (for-syntax "graph-info.hl.rkt" phc-toolkit/untyped - (subtract-in syntax/parse - phc-graph/subtemplate) + (subtract-in syntax/parse phc-graph/subtemplate) racket/set phc-graph/subtemplate-override))