Fix type signatures.

Think this fixes the rest of the errors caused by the Layout change.
This commit is contained in:
joachim.fasting
2007-06-19 22:03:23 +00:00
parent 02f70419eb
commit 88d77b244f
14 changed files with 16 additions and 16 deletions

View File

@@ -27,7 +27,7 @@ import StackSet (integrate)
--
-- > import XMonadContrib.Circle
circle :: Layout
circle :: Layout Window
circle = Layout { doLayout = \r -> circleLayout r . integrate,
modifyLayout = return . const Nothing }