From 2e07689ceadaea1853c1228d14346853223be942 Mon Sep 17 00:00:00 2001 From: David Roundy Date: Sat, 29 Sep 2007 21:12:38 +0200 Subject: some renaming of classes and data types. darcs-hash:20070929191238-72aca-ceb0f2a89b35460e87cf9ff935f786b5a6028fb5.gz --- Circle.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Circle.hs') diff --git a/Circle.hs b/Circle.hs index 8d13cca..a60cdf9 100644 --- a/Circle.hs +++ b/Circle.hs @@ -33,7 +33,7 @@ import StackSet (integrate, peek) data Circle a = Circle deriving ( Read, Show ) -instance Layout Circle Window where +instance LayoutClass Circle Window where doLayout Circle r s = do layout <- raiseFocus $ circleLayout r $ integrate s return (layout, Nothing) -- cgit v1.2.3