From aef40617259a148ce1f68dfbbcbee7e1c3a73a93 Mon Sep 17 00:00:00 2001 From: Adrian Cochrane Date: Thu, 30 Mar 2023 20:00:32 +1300 Subject: [PATCH] Export mapAuto utility. --- Graphics/Layout/Box.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Graphics/Layout/Box.hs b/Graphics/Layout/Box.hs index df04937..f6304c7 100644 --- a/Graphics/Layout/Box.hs +++ b/Graphics/Layout/Box.hs @@ -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 -- 2.30.2