Included Option pragma
- included OPTION_GHC pragma - and removed unnecessary tab in module where clause
This commit is contained in:
parent
8cb1d88e47
commit
5b1a9d4f60
@ -2,6 +2,8 @@ snippet lang
|
||||
{-# LANGUAGE ${0:OverloadedStrings} #-}
|
||||
snippet haddock
|
||||
{-# OPTIONS_HADDOCK ${0:hide} #-}
|
||||
snippet ghc
|
||||
{-# OPTIONS_GHC ${0:-fno-warn-unused-imports} #-}
|
||||
snippet inline
|
||||
{-# INLINE ${0:name} #-}
|
||||
snippet info
|
||||
|
Loading…
Reference in New Issue
Block a user