Skip to content

Commit 01f766a

Browse files
committed
Drop objectives section as it seemed redundant
1 parent 72c3d39 commit 01f766a

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,6 @@ I've narrowed this idea down to handle only unions with `undefined` type. I real
1212

1313
I'm about to publish. I want to use this lib in a larger project before so I would know if the API is usable enough.
1414

15-
## Objectives
16-
17-
- [x] Expose as simple as possible API for optional fields definition. Provide single type, single constraint and single coercing function.
18-
19-
- [x] Provide good error messages when possible. Provide "value path" when detecting a mismatch in nested types.
20-
21-
- [x] Handle parameter coercing for common types. Corce types inside `Array`, `Maybe`, `Either`, `Tuple` and `Effect`.
22-
2315
## Usage
2416

2517
Let me start with imports. This is a literate Purescript example (run as a part of test suite) so we need them.

0 commit comments

Comments
 (0)