Remove erroneous list entry in README

This commit is contained in:
Michael Bull 2017-10-21 19:46:44 +01:00
parent d5e60df857
commit eb326ecebb
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ Improvements on the existing solutions include:
Haskell, & Rust Haskell, & Rust
- Lax constraints on `value`/`error` nullability - Lax constraints on `value`/`error` nullability
- Lax constraints on the `error` type's inheritance (does not inherit from - Lax constraints on the `error` type's inheritance (does not inherit from
- `Exception`) `Exception`)
- Top level `Ok` and `Error` classes avoids qualifying usages with - Top level `Ok` and `Error` classes avoids qualifying usages with
`Result.Ok`/`Result.Error` respectively `Result.Ok`/`Result.Error` respectively
- Higher-order functions marked with the `inline` keyword for reduced runtime - Higher-order functions marked with the `inline` keyword for reduced runtime