Add type signature to pattern synonym

This commit is contained in:
Julian Ospald 2016-05-29 17:56:51 +02:00
parent b603f72407
commit 79dbcd8b55
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 1 additions and 0 deletions

View File

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