Haskell: Fix typo

This commit is contained in:
Louis Pilfold 2015-11-28 23:12:08 +00:00
parent 4d35e3b31f
commit a6d9f6a098

View File

@ -92,7 +92,7 @@ snippet where
where
${1:fn} = ${0:undefined}
snippet spec
module `substitute(substitute(expand('%:r'), '[/\\]','.','g'),'^\%(\l*\.\)\?','','')` (main spec) where
module `substitute(substitute(expand('%:r'), '[/\\]','.','g'),'^\%(\l*\.\)\?','','')` (main, spec) where
import Test.Hspec
import Test.QuickCheck