blob: ef6644d023430d7d428f6f83937926b1204d2a31 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
|
options currently set: none.
base language is: Haskell2010
with the following modifiers:
-XNoDatatypeContexts
-XNondecreasingIndentation
GHCi-specific dynamic flag settings:
other dynamic, non-language, flag settings:
-fno-ghci-history
-fimplicit-import-qualified
warning settings:
Should fail, GADTs is not enabled
options currently set: none.
base language is: Haskell2010
with the following modifiers:
-XGADTs
-XGADTSyntax
-XNoDatatypeContexts
-XNondecreasingIndentation
-XMonoLocalBinds
GHCi-specific dynamic flag settings:
other dynamic, non-language, flag settings:
-fno-ghci-history
-fimplicit-import-qualified
warning settings:
Should work, GADTs is in force from :set
options currently set: none.
base language is: Haskell2010
with the following modifiers:
-XGADTSyntax
-XNoDatatypeContexts
-XNondecreasingIndentation
-XMonoLocalBinds
GHCi-specific dynamic flag settings:
other dynamic, non-language, flag settings:
-fno-ghci-history
-fimplicit-import-qualified
warning settings:
Should fail, GADTs is now disabled
base language is: Haskell2010
with the following modifiers:
-XGADTs
-XGADTSyntax
-XNoMonomorphismRestriction
-XNoDatatypeContexts
-XNondecreasingIndentation
-XMonoLocalBinds
-XExtendedDefaultRules
GHCi-specific dynamic flag settings:
other dynamic, non-language, flag settings:
-fno-ghci-history
-fimplicit-import-qualified
warning settings:
Should fail, GADTs is only enabled at the prompt
C :: T Int
|