Skip to content

Commit 6649fc1

Browse files
committed
Fixed erronious expantion.
1 parent a2731b3 commit 6649fc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/haskell-mode/opt-pragma

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
# condition: (= (length "opt") (current-column))
55
# contributor: Luke Hoersten <luke@hoersten.org>
66
# --
7-
{-# LANGUAGE `(some #'(lambda (fn)
7+
{-# OPTIONS_GHC `(some #'(lambda (fn)
88
(funcall fn "GHC Option: " haskell-ghc-supported-options))
99
yas-prompt-functions)` #-}

0 commit comments

Comments
 (0)