From 04c3480fd2c80837a2beeae5b3e2459479f09242 Mon Sep 17 00:00:00 2001 From: Don Stewart Date: Thu, 8 Nov 2007 00:06:01 +0100 Subject: over pararenthesised arty fibonacci darcs-hash:20071107230601-cba2c-ebfff275275980cc4260f714c452e371d76a8cae.gz --- XMonad/Layout/Spiral.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'XMonad/Layout/Spiral.hs') diff --git a/XMonad/Layout/Spiral.hs b/XMonad/Layout/Spiral.hs index ae82ad9..b865f4d 100644 --- a/XMonad/Layout/Spiral.hs +++ b/XMonad/Layout/Spiral.hs @@ -40,7 +40,7 @@ import XMonad.StackSet ( integrate ) -- %layout , Layout $ spiral (1 % 1) fibs :: [Integer] -fibs = 1 : 1 : (zipWith (+) fibs (tail fibs)) +fibs = 1 : 1 : zipWith (+) fibs (tail fibs) mkRatios :: [Integer] -> [Rational] mkRatios (x1:x2:xs) = (x1 % x2) : mkRatios (x2:xs) -- cgit v1.2.3