File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 44# condition : (= (length " lang" ) (current-column ))
55# contributor : Luke Hoersten <luke@hoersten.org >
66# --
7- {-# LANGUAGE `(some #' ( lambda ( fn )
8- (funcall fn " Extension: " haskell-ghc-supported-extensions))
9- yas-prompt-functions) ` #-}
7+ {-# LANGUAGE `(when ( boundp 'haskell-ghc-supported-extensions )
8+ ( some #' ( lambda ( fn ) (funcall fn " Extension: " haskell-ghc-supported-extensions))
9+ yas-prompt-functions) ) ` #-}
Original file line number Diff line number Diff line change 44# condition : (= (length " opt" ) (current-column ))
55# contributor : Luke Hoersten <luke@hoersten.org >
66# --
7- {-# OPTIONS_GHC `(some #' ( lambda ( fn )
8- (funcall fn " GHC Option: " haskell-ghc-supported-options))
9- yas-prompt-functions) ` #-}
7+ {-# OPTIONS_GHC `(when ( boundp 'haskell-ghc-supported-options )
8+ ( some #' ( lambda ( fn ) (funcall fn " GHC Option: " haskell-ghc-supported-options))
9+ yas-prompt-functions) ) ` #-}
You can’t perform that action at this time.
0 commit comments