packages feed

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

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

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

while solving type class constraint
[33m                     [0m
[33m  Prim.Int.Compare a0[0m
[33m                   b1[0m
[33m                   LT[0m
[33m                     [0m
while checking that type [33mforall (l :: Int) (r :: Int).       [0m
                         [33m  Compare l r LT => 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 :: a0  [0m
                                 [33m  , right :: b1 [0m
                                 [33m  )             [0m
while checking that expression [33massertLesser[0m
  has type [33mProxy @(Row Int)[0m
           [33m  ( left :: a0  [0m
           [33m  , right :: b1 [0m
           [33m  )             [0m
in value declaration [33mimpossible[0m

where [33ma0[0m is a rigid type variable
        bound at (line 0, column 0 - line 0, column 0)
      [33mb1[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.