Add type signature to pattern synonym

This commit is contained in:
2016-05-29 17:56:51 +02:00
parent b603f72407
commit 79dbcd8b55

View File

@@ -95,6 +95,7 @@ instance RelC Fn
--------------------------------------------------------------------------------
-- PatternSynonyms
pattern Path :: ByteString -> Path a
pattern Path x <- (MkPath x)
--------------------------------------------------------------------------------