Ian Hofmann-Hicks

Results 13 issues of Ian Hofmann-Hicks

## Just in case people wanna contribute This file should contain the following: - [x] Steps for working in the dev environment - [ ] PR submission process - [...

documentation

## The Law of the Land ![image](https://user-images.githubusercontent.com/3665793/62022758-91b60200-b182-11e9-869e-1db3915b9408.png) This is the first PR in a series that breaks up the changes proposed by [this older PR][pr] that addresses [this issue][issue]. This...

WIP

### Description/Location **location:** 'src/core/List.js' **description:** The only reason `List` is in `core` is for some specs and use in `src/Pair/toPairs`. It actually makes more sense to have `toPairs` return an...

chore
breaking
good first issue

## All the Things - [ ] crocks - [x] `Arrow` - [x] `Async` - [x] `Const` - [x] `Either` - [x] `Equiv` - [x] `Identity` - [ ] [`IO`][io]...

help wanted
documentation

Documentation for the `filter` pointfree function needs to have its signature updated to reflect `Filterable`. Currently it takes a `Foldable`. Also, `List` needs to be updated to expose `fantasy-land/filter`

chore

So there is no reason we cannot just accept `String` and `Array` JS Constructors as `Monoid`. They will need to be implemented in the following places: - [ ] `mconcat`...

enhancement
breaking

So each one of these should also take an Iterable: ### Helpers - [ ] `mconcat` - [ ] `mconcatMap` - [ ] `mreduce` - [ ] `mreduceMap` - [...

enhancement

## Add A Little Structure To Our Lives ![image](https://user-images.githubusercontent.com/3665793/34144723-b203c68c-e447-11e7-9ffc-0a1bbe82e4d8.png) - [ ] `BinTree` - [ ] `AnonBinTree` - [ ] `RoseTree` - [ ] `ZipList` - [ ] Replace that...

feature

## Mistakes were Made When `Writer` was first created, I thought it would be neat to let the `Writer` take care of lifting raw values into the underlying `Monoid`. This...

enhancement
breaking
needs work

This is the first step in 💯 fantasy-land integration of `ap`. Will define `applyTo` on all `Apply` types which will match the fantasy-land signature. This will be the method that...

enhancement