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 d975303 commit 0bbce21Copy full SHA for 0bbce21
1 file changed
src/Streamly/Coreutils/Common.hs
@@ -6,8 +6,8 @@ module Streamly.Coreutils.Common
6
{-# DEPRECATED "This module is deprecated. Please use 'Bool' from 'Data.Bool' instead." #-}
7
( Switch
8
#if __GLASGOW_HASKELL__ >= 914
9
- , type On
10
- , type Off
+ , data On
+ , data Off
11
#else
12
, pattern On
13
, pattern Off
0 commit comments