From a5186cbac332bc2ee28384f1215340d44f1d0164 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Nowak?= Date: Fri, 12 Dec 2014 22:58:11 +0100 Subject: [PATCH] Fix the link to Main.hs. --- syntax-example.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/syntax-example.cabal b/syntax-example.cabal index 51de266..3189420 100644 --- a/syntax-example.cabal +++ b/syntax-example.cabal @@ -6,13 +6,13 @@ description: . The code: . - * + * . Example input: . > (\f-> > (\x - > -> f ((x) x)) (\x + > -> f ((x) x)) (\x > -> f (x x) > ) > (\x -> "test")