From 3f4b12da7e1fd97417033ff0e4f4bd114d7fb11d Mon Sep 17 00:00:00 2001 From: Leonardo Taglialegne Date: Tue, 2 Feb 2016 00:04:43 +0100 Subject: Fix (->-) signature in Propellor.Types.Container --- src/Propellor/Types/Container.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Propellor') diff --git a/src/Propellor/Types/Container.hs b/src/Propellor/Types/Container.hs index ecff5118..217d7df7 100644 --- a/src/Propellor/Types/Container.hs +++ b/src/Propellor/Types/Container.hs @@ -21,7 +21,7 @@ data Bound v = Bound -- | Flipped version of -<- with the container value first and host value -- second. -(->-) :: (containerv ~ v, hostv ~ v) => hostv -> containerv -> Bound v +(->-) :: (containerv ~ v, hostv ~ v) => containerv -> hostv -> Bound v (->-) = flip (-<-) -- | Create a Bound value, that is the same on both the host and container. -- cgit v1.2.3