purescript-lua icon indicating copy to clipboard operation
purescript-lua copied to clipboard

Test generic list equality

Open Unisay opened this issue 9 months ago • 0 comments

An attempt to reproduce SO reported in #32

I couldn't reproduce the reported problem.

  1. PureScript golden test source
  2. main.lua to run the compiled module.

Produces the following output:

lua test/ps/output/Golden.BugListGenericEq.Test/main.lua
Comparing:      2       2
Comparing:      1       1
Lists are equal:        true

Unisay avatar Mar 30 '25 17:03 Unisay