PasteRack.org
Paste # 63704
2020-04-30 16:54:52

Fork as a new paste.

Paste viewed 318 times.


Embed:

debug message

  1. ; Type Checker: Polymorphic function `map' could not be applied to arguments:
  2. ; Types: (-> a b ... b c) (Listof a) (Listof b) ... b -> (Listof c)
  3. ;        (-> a c) (Pairof a (Listof a)) -> (Pairof c (Listof c))
  4. ; Arguments: (-> Nothing Any) EventStream
  5. ; Expected result: Any

=>