Export mapAuto utility.
1 files changed, 1 insertions(+), 1 deletions(-) M Graphics/Layout/Box.hs
M Graphics/Layout/Box.hs => Graphics/Layout/Box.hs +1 -1
@@ 3,7 3,7 @@ module Graphics.Layout.Box(Border(..), mapX, mapY, Size(..), mapSizeX, mapSizeY, PaddedBox(..), zeroBox, lengthBox, mapX', mapY', width, height, minWidth, minHeight, maxWidth, maxHeight, Length(..), lowerLength, Zero(..), CastDouble(..)) where Length(..), mapAuto, lowerLength, Zero(..), CastDouble(..)) where data Border m n = Border { top :: m, bottom :: m, left :: n, right :: n