Skip to content

Commit d0b6529

Browse files
committed
Add missing keyword to Haskell snippet
1 parent 9362e46 commit d0b6529

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UltiSnips/haskell.snippets

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
priority -50
22

33
snippet impq "Qualified import"
4-
import ${1:Data.Text} as ${0:`!p snip.rv = t[1].split(".")[-1]`}
4+
import qualified ${1:Data.Text} as ${0:`!p snip.rv = t[1].split(".")[-1]`}
55
endsnippet

0 commit comments

Comments
 (0)