packages feed

purescript-0.15.15: tests/purs/failing/CompareInt9.out

Error found:
in module [33mMain[0m
at tests/purs/failing/CompareInt9.purs:14:16 - 14:27 (line 14, column 16 - line 14, column 27)

  Could not match type
  [33m    [0m
  [33m  GT[0m
  [33m    [0m
  with type
  [33m    [0m
  [33m  EQ[0m
  [33m    [0m

while solving type class constraint
[33m                     [0m
[33m  Prim.Int.Compare c0[0m
[33m                   a1[0m
[33m                   EQ[0m
[33m                     [0m
while checking that type [33mforall (l :: Int) (r :: Int).       [0m
                         [33m  Compare l r EQ => Proxy @(Row Int)[0m
                         [33m                      ( left :: l   [0m
                         [33m                      , right :: r  [0m
                         [33m                      )             [0m
  is at least as general as type [33mProxy @(Row Int)[0m
                                 [33m  ( left :: c0  [0m
                                 [33m  , right :: a1 [0m
                                 [33m  )             [0m
while checking that expression [33massertEqual[0m
  has type [33mProxy @(Row Int)[0m
           [33m  ( left :: c0  [0m
           [33m  , right :: a1 [0m
           [33m  )             [0m
in value declaration [33mimpossible[0m

where [33ma1[0m is a rigid type variable
        bound at (line 0, column 0 - line 0, column 0)
      [33mc0[0m is a rigid type variable
        bound at (line 0, column 0 - line 0, column 0)

See https://github.com/purescript/documentation/blob/master/errors/TypesDoNotUnify.md for more information,
or to contribute content related to this error.