We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e0c36d commit aec91caCopy full SHA for aec91ca
plugins/hls-class-plugin/src/Ide/Plugin/Class/Types.hs
@@ -1,11 +1,11 @@
1
+{-# LANGUAGE CPP #-}
2
{-# LANGUAGE DeriveAnyClass #-}
3
{-# LANGUAGE DeriveGeneric #-}
4
{-# LANGUAGE FlexibleContexts #-}
5
{-# LANGUAGE LambdaCase #-}
6
{-# LANGUAGE RecordWildCards #-}
7
{-# LANGUAGE TypeFamilies #-}
8
{-# LANGUAGE ViewPatterns #-}
-{-# LANGUAGE CPP #-}
9
10
module Ide.Plugin.Class.Types where
11
0 commit comments