Stephan Brandauer

Results 5 issues of Stephan Brandauer

## 📖 Documentation I see that the codec for functions has been deprecated, as part of commit https://github.com/gcanti/io-ts/commit/896eb9b3de71b29ee5deff2e55ec6e9fe43896ca#diff-a2a171449d862fe29692ce031981047d7ab755ae7f84c707aef80701b3ea0c80R2074-R2078 I'm not clear why that has been done. What are the problems...

## This PR This takes the `new-atm-features` branch (but excludes a few experimental commits near its top), rebases it on top of current `main`, and removes the obsolete features that...

We have syntax for lists, we should also have syntax for sets.

enhancement
feature request

I have a function `foo() : (something, somethingElse)`, where `somethingElse` is a `linear class`; I’d like to do this: ``` match foo() with case (a, b) => ... consume b...

The string library should support -- or at least have an interface that can support -- strings that are backed by UTF-8 characters. Maybe that's the case already, but no...

enhancement
feature request