From 79dbcd8b55335dc7605f99303b7f805d26309ff3 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Sun, 29 May 2016 17:56:51 +0200 Subject: [PATCH] Add type signature to pattern synonym --- src/HPath.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/HPath.hs b/src/HPath.hs index e417019..7b6b0d2 100644 --- a/src/HPath.hs +++ b/src/HPath.hs @@ -95,6 +95,7 @@ instance RelC Fn -------------------------------------------------------------------------------- -- PatternSynonyms +pattern Path :: ByteString -> Path a pattern Path x <- (MkPath x) --------------------------------------------------------------------------------