identicalsnowflake

Results 2 issues of identicalsnowflake

```haskell import Data.Functor.Identity import Numeric.AD (auto) import Numeric.AD.Newton ex :: [ (Double , Identity Double) ] ex = constrainedDescent (const (auto 1)) cs (Identity 18.5) where cs = [ CC...

Hey, I used this package a while back when it had `S3URL`, but currently this type doesn't exist, yet the examples all seem to use the old API. Can you...