We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79063dd commit acbdfe1Copy full SHA for acbdfe1
Language/Haskell/Syntax.hs
@@ -1,4 +1,5 @@
1
-{-# OPTIONS_GHC -fglasgow-exts -cpp #-}
+{-# LANGUAGE CPP #-}
2
+{-# LANGUAGE DeriveDataTypeable #-}
3
-----------------------------------------------------------------------------
4
-- |
5
-- Module : Language.Haskell.Syntax
0 commit comments