packages feed

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

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

  No type class instance was found for
  [33m                     [0m
  [33m  Prim.Int.Compare a0[0m
  [33m                   20[0m
  [33m                   GT[0m
  [33m                     [0m

while checking that type [33mforall (l :: Int) (r :: Int).       [0m
                         [33m  Compare l r GT => 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 :: 20 [0m
                                 [33m  )             [0m
while checking that expression [33massertGreater[0m
  has type [33mProxy @(Row Int)[0m
           [33m  ( left :: a0  [0m
           [33m  , right :: 20 [0m
           [33m  )             [0m
in value declaration [33mimpossible[0m

where [33ma0[0m is a rigid type variable
        bound at (line 14, column 14 - line 14, column 27)

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