From 027bbccb3ba5bc9e5080469f97d687454ffe27a3 Mon Sep 17 00:00:00 2001 From: Jack Firth Date: Fri, 24 Jul 2015 22:32:04 -0700 Subject: [PATCH] Fix join reference to util --- unstable/lens/join.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unstable/lens/join.rkt b/unstable/lens/join.rkt index ae51267..d8d1bb8 100644 --- a/unstable/lens/join.rkt +++ b/unstable/lens/join.rkt @@ -2,7 +2,7 @@ (require fancy-app lens - lens/list-pair-contract + lens/util/list-pair-contract unstable/sequence) (module+ test