Skip to content

Commit 582ba20

Browse files
committed
Use TypeOperators language pragma
1 parent 4ba8708 commit 582ba20

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/properties/Properties.hs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
{-# LANGUAGE RankNTypes, FlexibleContexts, GADTs #-}
1+
{-# LANGUAGE FlexibleContexts #-}
2+
{-# LANGUAGE GADTs #-}
3+
{-# LANGUAGE RankNTypes #-}
4+
{-# LANGUAGE TypeOperators #-}
25

36
module Properties where
47

0 commit comments

Comments
 (0)