summaryrefslogtreecommitdiff
path: root/testsuite/tests/simplCore/should_compile/T23307.stderr
blob: f42016e9a83ea358e57e44aa3aceb557697e388d (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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72

==================== Tidy Core ====================
Result size of Tidy Core
  = {terms: 29, types: 40, coercions: 0, joins: 0/0}

-- RHS size: {terms: 8, types: 9, coercions: 0, joins: 0/0}
T23307.$WYes [InlPrag=INLINE[final] CONLIKE]
  :: forall a. Unconsed a %1 -> MUnconsed a
[GblId[DataConWrapper],
 Arity=1,
 Str=<SL>,
 Unf=Unf{Src=StableSystem, TopLvl=True,
         Value=True, ConLike=True, WorkFree=True, Expandable=True,
         Guidance=ALWAYS_IF(arity=1,unsat_ok=True,boring_ok=False)
         Tmpl= \ (@a) (conrep [Occ=Once1!] :: Unconsed a) ->
                 case conrep of { Unconsed unbx [Occ=Once1] unbx1 [Occ=Once1] ->
                 T23307.Yes @a unbx unbx1
                 }}]
T23307.$WYes
  = \ (@a) (conrep [Occ=Once1!] :: Unconsed a) ->
      case conrep of { Unconsed unbx [Occ=Once1] unbx1 [Occ=Once1] ->
      T23307.Yes @a unbx unbx1
      }

-- RHS size: {terms: 9, types: 7, coercions: 0, joins: 0/0}
T23307.$WUnconsed [InlPrag=INLINE[final] CONLIKE]
  :: forall a. a %1 -> Stream a %1 -> Unconsed a
[GblId[DataConWrapper],
 Arity=2,
 Str=<L><SL>,
 Unf=Unf{Src=StableSystem, TopLvl=True,
         Value=True, ConLike=True, WorkFree=True, Expandable=True,
         Guidance=ALWAYS_IF(arity=2,unsat_ok=True,boring_ok=False)
         Tmpl= \ (@a)
                 (conrep [Occ=Once1] :: a)
                 (conrep1 [Occ=Once1] :: Stream a) ->
                 case conrep1 of conrep2 [Occ=Once1] { __DEFAULT ->
                 T23307.Unconsed @a conrep conrep2
                 }}]
T23307.$WUnconsed
  = \ (@a)
      (conrep [Occ=Once1] :: a)
      (conrep1 [Occ=Once1] :: Stream a) ->
      case conrep1 of conrep2 [Occ=Once1] { __DEFAULT ->
      T23307.Unconsed @a conrep conrep2
      }

-- RHS size: {terms: 9, types: 7, coercions: 0, joins: 0/0}
T23307.$WCons [InlPrag=INLINE[final] CONLIKE]
  :: forall a. a %1 -> Stream a %1 -> Stream a
[GblId[DataConWrapper],
 Arity=2,
 Str=<L><SL>,
 Unf=Unf{Src=StableSystem, TopLvl=True,
         Value=True, ConLike=True, WorkFree=True, Expandable=True,
         Guidance=ALWAYS_IF(arity=2,unsat_ok=True,boring_ok=False)
         Tmpl= \ (@a)
                 (conrep [Occ=Once1] :: a)
                 (conrep1 [Occ=Once1] :: Stream a) ->
                 case conrep1 of conrep2 [Occ=Once1] { __DEFAULT ->
                 T23307.Cons @a conrep conrep2
                 }}]
T23307.$WCons
  = \ (@a)
      (conrep [Occ=Once1] :: a)
      (conrep1 [Occ=Once1] :: Stream a) ->
      case conrep1 of conrep2 [Occ=Once1] { __DEFAULT ->
      T23307.Cons @a conrep conrep2
      }