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 4ba8708 commit 582ba20Copy full SHA for 582ba20
tests/properties/Properties.hs
@@ -1,4 +1,7 @@
1
-{-# LANGUAGE RankNTypes, FlexibleContexts, GADTs #-}
+{-# LANGUAGE FlexibleContexts #-}
2
+{-# LANGUAGE GADTs #-}
3
+{-# LANGUAGE RankNTypes #-}
4
+{-# LANGUAGE TypeOperators #-}
5
6
module Properties where
7
0 commit comments