Skip to content

Commit fb3aebb

Browse files
committed
syntax simplification
1 parent d4623bc commit fb3aebb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Test/Util.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import System.Environment
1818
import Test.UtilTemplate
1919

2020
getRepoDirStatic :: String
21-
getRepoDirStatic = $(join $ lift <$> toFilePath <$> (runIO $ getRepoDir))
21+
getRepoDirStatic = $(lift . toFilePath =<< runIO getRepoDir)
2222

2323

2424
-- fromRightTst :: Either a b -> b

0 commit comments

Comments
 (0)