acple

Results 3 issues of acple

## Description Multiple fundeps sometimes prevents to choose correct (latter) instance chains. ## To Reproduce ```purescript module FunDepsProblem where import Prelude import Unsafe.Coerce (unsafeCoerce) -- `a` is an input, `b`...

type: bug

This generalizes `deleteBy` parameter without any implementation changes. Current problem is that we must have actual value or a dummy of the type of array item while using `deleteBy`: ```purescript...

In short, ``` > import Data.Array > [1] >>= \_ -> replicate 200000 0 file:///tmp/p/.psci_modules/Control.Bind/foreign.js:5 Array.prototype.push.apply(result, f(arr[i])); ^ RangeError: Maximum call stack size exceeded at file:///tmp/p/.psci_modules/Control.Bind/foreign.js:5:28 at file:///tmp/p/.psci_modules/$PSCI/index.js:5:74 at ModuleJob.run...