Skip to content
This repository was archived by the owner on Oct 4, 2020. It is now read-only.

Commit 7e50a87

Browse files
committed
Merge pull request #29 from hdgarrood/hdgarrood-patch-1
Remove constraint inference warning in README.md
2 parents d4879fa + a1d4ba6 commit 7e50a87

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

README.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -36,17 +36,6 @@ Or make use of [purescript-refractor][purescript-refractor], which has predefine
3636

3737
----------
3838

39-
### Warning
40-
Currently, [PureScript][PureScript] doesn't infer constraints [#202][#202].
41-
If you can fix it, please help out with it.
42-
43-
What this means for you is that you sometimes have to annotate your lens/prism/traversal/whatever with a type.
44-
This might sound or look hairy,
45-
but the most of the types aren't that hard to figure out and it'll go quite a way to show you that there's no magic going on in this library.
46-
They're all just type synonyms actually.
47-
48-
----------
49-
5039
There are two main types in this library: `Lens` and `Prism`.
5140
Both propose a way for "getting" and "setting" values in a data type.
5241
`Lens` is for working with product types (`Tuple`, records, fields in a data type).

0 commit comments

Comments
 (0)